Logo
Akamai APIs API Documentation

List account switch keys

GET https://{{host}}/identity-management/v3/api-clients/:clientId/account-switch-keys

This operation lists account switch keys available for a specific API client. The client can use the accountSwitchKey in many Akamai APIs to make an API call to another account.

 

Body PARAM

Key Datatype Required Description 
search
string (Optional) Filters results by `accountId` or `accountName`. Enter at least three characters to filter the results by substring.
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
string




RESPONSES

status OK

[ { "accountName": "Internet Company", "accountSwitchKey": "1-EFGH" }, { "accountName": "Internet Company", "accountSwitchKey": "1-ABCD:Z-XYZ" }, { "accountName": "Digital Company", "accountSwitchKey": "1-ABCD:Z-PQR" } ]



Curl
curl -X GET 'https://host/identity-management/v3/api-clients/:clientId/account-switch-keys?search=&accountSwitchKey=' -H 'Accept: application/json'

ENDPOINTS