get https://{hostname}/identity-management/v3/api-clients/self/credentials
This operation lists your API client's credentials.
Response
This operation lists your API client's credentials.
xxxxxxxxxx
curl --request GET \
--url https://hostname/identity-management/v3/api-clients/self/credentials \
# Add Authorization header to this snippet
--header 'accept: application/json'
xxxxxxxxxx
20[
{
"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"
}
]