---
title: "GET /v1/credentials/{credentialId}"
method: GET
path: "/v1/credentials/{credentialId}"
tags: ["Credential Management"]
---

# GET /v1/credentials/{credentialId}

`GET /v1/credentials/{credentialId}`

## Path parameters

- `credentialId` string, guid, required

## Response `200`

Success

- ApiResponseOfUserCredential
  - `errors` ErrorDto[], nullable
    - `errorCode` string
    - `errorMessage` string
    - `metadata` object, nullable
  - `data` UserCredential
    - `credentialId` string, guid
    - `userName` string
    - `platform` string
    - `accounts` CredentialAccount[]
      - `accountReference` string
      - `legacyAccountReference` string
    - `tenantCode` string
    - `userId` string
    - `upgradeDate` string, date-time
    - `upgradeEnabled` boolean

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.dev/esendex/apis/esendex-emulation-api-prduk.md) · [All operations](https://skmtc.dev/esendex/apis/esendex-emulation-api-prduk/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/esendex/esendex-emulation-api-prduk/revisions/5d3ac683d1d7/schema)
