Get permissions for all clients

Returns information about the API clients associated with an application.

Path Params
string
required

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

Responses

Response body
object
string

Configuration URL for the API client.

string

Unique identifier of the API client.

string

Password assigned to the API client.

string

Configuration URL for the API client settings.

string

Array containing the administrative features to be assigned to the client. Features control access to user records and to management tools. For example, the owner feature provides access to all user records while the login_client feature only allows access to records associated with the authenticated user.

string

Arrays containing the IP addresses that comprise the client's IP whitelist. Only IP addresses found on the whitelist can use the client to make API operations. To use any IP address to run API operations, set the whitelist to 0.0.0.0/0.

string

Name of the API client.

Language
Authentication
URL