---
title: "Get Identity Credentials"
method: GET
path: "/v1/identities/{identity_id}/credentials"
tags: ["Identities", "Credentials"]
---

# Get Identity Credentials

`GET /v1/identities/{identity_id}/credentials`

Retrieves the credentials for a specific identity.

## Path parameters

- `identity_id` string, uuid, required

## Response `200`

Identity credentials retrieved successfully

- IdentityCredentialsResponseSchema
  - `id` string, uuid — The ID of the identity
  - `name` string — The name of the identity
  - `source` string — The url related to the identity
  - `credentials` CredentialSchema[]
    - union
      - UsernamePasswordCredentialSchema
        - `type` 'username_password' — The type of credential
        - `username` string — The username of the credential
        - `password` string — The password of the credential
      - AuthenticatorCredentialSchema
        - `type` 'authenticator' — The type of credential
        - `secret` string — The secret of the credential
        - `otp` string — The OTP of the credential
      - CustomCredentialSchema
        - `type` 'custom' — The type of credential
        - `fields` object[]
          - `name` string — The name of the field
          - `value` string — The value of the field

## Other responses

- `404` — Identity not found
- `500` — Failed to get identity credentials

## Changes

- **2025-12-11** `5289c2bb1c5c` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/anchorbrowser/apis/anchorbrowser-api/changes/v1/identities/:identity_id/credentials/get.md)

---

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