Get your credential
GET https://{{host}}/identity-management/v3/api-clients/self/credentials/:credentialId
This operation provides details about a specific credential for your API client. To change the credential's expiration date or toggle its activation status, run the Update a credential operation.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
actions | string | (Optional) Includes actions you can perform on the object, false by default. | |
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
{"clientToken":"0000-0000000000000000-000000000000000","createdOn":"2020-11-01T23:06:59.000Z","credentialId":99999,"description":"Credential with no secret","expiresOn":"2021-11-01T23:06:59.000Z","maxAllowedExpiry":"2021-11-01T23:06:59.000Z","status":"ACTIVE"}