get https://example.com/api/v0/client-credentials
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"
}
]