List credentials
GET https://{{host}}/identity-management/v3/api-clients/:clientId/credentials
This operation lists credentials for an API client.
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":"2019-11-01T23:06:59.000Z","credentialId":99999,"description":"John's access to Property Manager","expiresOn":"2020-11-01T23:06:59.000Z","maxAllowedExpiry":"2020-11-01T23:06:59.000Z","status":"ACTIVE"},{"clientToken":"0000-0000000000000000-000000000000000","createdOn":"2019-11-01T23:06:59.000Z","credentialId":88888,"description":"John's access to Event Center","expiresOn":"2020-11-01T23:06:59.000Z","maxAllowedExpiry":"2020-11-01T23:06:59.000Z","status":"INACTIVE"}]