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

# GET /v1/credentials

`GET /v1/credentials`

## Query parameters

- `page` integer, required
- `size` integer, required
- `account` string, nullable
- `userName` string, nullable

## Response `200`

Success

- ApiResponseOfGetCredentialsResponse
  - `errors` ErrorDto[], nullable
    - `errorCode` string
    - `errorMessage` string
    - `metadata` object, nullable
  - `data` GetCredentialsResponse
    - `credentials` 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)
