/api/v0/client-credentials

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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"
  }
]
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

401

Unauthorized

403

Forbidden

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
text/plain
application/json
text/json