View API client settings

Returns the settings associated with a specific API client. Client settings, global settings, and custom settings are returned as separate JSON objects.

Path Params
string
required

Application ID. You can find your application ID on the Console's Manage Application page.

string
required

Unique identifier of the API client.

Responses

Response body
object
string | null

Path used to directly access the settings in an API operation.

integer | null

When set to 0, API clients settings aren't cached and are refreshed with each API operation. When set to any other value, including null, client settings are cached.

string | null

Flow used in OAuth API operations if you don't set the flow parameter. This is also the fallback flow name setting for Customer Care Portal if ccp_flow_name isn't set.

string | null

Version of the flow used in OAuth API operations if you don't set the flow_version parameter. This is also the fallback flow version setting for Customer Care Portal if ccp_flow_version isn't set.

string | null

Method for generating emails during the registration flow. If Akamai is managing your transactional emails this should always be set to ses_sync.

string | null

Base URL used when generating a password reset link.

string | null

Unique identifier of your Social Login application. This can be found on the Settings page of your Social Login dashboard.

string | null

API key of your social login application. This can be found on the Manage Application page in the Console.

string | null

Realm of your Social Login application if you're using a standard Identity Cloud domain. You can find this value on the Manage Application page in the Console.

string | null

Specifies the name of the site that sent a transactional email.

Language
Authentication
URL