Get an API client
GET https://{{host}}/identity-management/v3/api-clients/:clientId
This operation provides details about an API client.
Body
PARAM
Key | Datatype | Required | Description |
actions
|
string | (Optional) Includes actions you can perform on the object, `false` by default. | |
groupAccess
|
string | (Optional) Includes the API client's group access, `false` by default. | |
apiAccess
|
string | (Optional) Lists only the APIs the user can access, `false` by default. | |
credentials
|
string | (Optional) Includes API user's credentials, `false` by default. | |
ipAcl
|
string | (Optional) Includes the API client's IP list restriction, `false` by default. | |
accountSwitchKey
|
string | (Optional) For customers who manage more than one account, this [runs the operation from another account](https://techdocs.akamai.com/developer/docs/manage-many-accounts-with-one-api-client). The Identity and Access Management API provides a [list of available account switch keys](https://techdocs.akamai.com/iam-api/reference/get-client-account-switch-keys). |
HEADERS
Key | Datatype | Required | Description |
Accept
|
Curl curl -X GET 'https://host/identity-management/v3/api-clients/:clientId?actions=&groupAccess=&apiAccess=&credentials=&ipAcl=&accountSwitchKey=' -H 'Accept: application/json' ENDPOINTS |