Get All Active Client Credentials

Returns all active client credentials. The response does not include the ClientSecret value, which is only provided when creating new credentials.

Sample Response

[
  {
    "credentialId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "clientId": "ea502cbe8259484d8a6f01f887616ad6",
    "name": "Test Credentials",
    "secret": null,
    "expires": "2025-06-21T12:34:56.000Z",
    "created": "2024-06-21T12:34:56.000Z"
  }
]
Language
Credentials
Header
Click Try It! to start a request and see the response here!