List your account switch keys
GET https://{{host}}/identity-management/v3/api-clients/self/account-switch-keys
This operation lists account switch keys available for your API client. You can use the accountSwitchKey
in many Akamai APIs to make an API call to another account.
Request Params
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. The Identity and Access Management API provides a list of available 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"}]