List credentials

GET https://{{host}}/identity-management/v3/api-clients/:clientId/credentials

This operation lists credentials for an API client.

Request Params

KeyDatatypeRequiredDescription
actionsstring(Optional) Includes actions you can perform on the object, false by default.
accountSwitchKeystring(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

KeyDatatypeRequiredDescription
Acceptstring

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"}]