---
title: "Retrieve client credentials"
method: GET
path: "/v1/clients/{clientId}/credentials"
---

# Retrieve client credentials

`GET /v1/clients/{clientId}/credentials`

Returns a list of credentials associated with a specific client.

## Path parameters

- `clientId` string, uuid, required

## Response `200`

A list of client credentials.

- CredentialsResponse
  - `data` Credential[]
    - `id` string, uuid — The unique identifier of the credential.
    - `client_id` string, uuid — The unique identifier of the client.
    - `client_secret` string — The secret key for the client.
    - `environment` 'staging' | 'production' — The environment in which the credentials are valid.
    - `status` 'ACTIVE' | 'INACTIVE' — The status of the credentials.
    - `created_at` string, date-time — Timestamp when the credentials were created.
    - `updated_at` string, date-time — Timestamp when the credentials were last updated.
    - `deleted_at` string, nullable — Timestamp when the credentials were deleted, or null if still active.

---

[API](https://skmtc.net/monato/apis/fincore-api.md) · [All operations](https://skmtc.net/monato/apis/fincore-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/monato/fincore-api/versions/a8263ed74545/schema)
