v1

latestOpenAPI 3.1.02026-08-06173665.4 KB

Retrieve client credentials

Returns a list of credentials associated with a specific client.

get/v1/clients/{clientId}/credentials

Path parameters

clientIdstring uuid required
Example:c2d1d1e3-3340-4170-980e-e9269bbbc551

The unique identifier of the client.

Response

A list of client credentials.

Example response

{
  "data": [
    {
      "id": "e981c6d8-4d49-45f2-a7ee-f956dca15500",
      "client_id": "c2d1d1e3-3340-4170-980e-e9269bbbc551",
      "client_secret": "Ui9gx7AXIpRqSkwSMQ35Ag1N5NXvm_7e4OEZESNMLQ29SbsvsXI1KKfIsGlZ70h_DfIPX2EWlysRlEKz8bXMsA",
      "environment": "staging",
      "status": "ACTIVE",
      "created_at": "2025-03-05T10:27:36.888241-06:00",
      "updated_at": "2025-03-05T10:27:36.888241-06:00",
      "deleted_at": "None"
    }
  ]
}
All 21 operations