Skip to main content
GET
/
v1
/
identities
/
{identityId}
/
credentials
Get Identity Credentials
curl --request GET \
  --url https://api.anchorbrowser.io/v1/identities/{identityId}/credentials \
  --header 'anchor-api-key: <api-key>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "source": "<string>",
  "credentials": [
    {
      "type": "username_password",
      "username": "<string>",
      "password": "<string>"
    }
  ]
}

Authorizations

anchor-api-key
string
header
required

API key passed in the header

Path Parameters

identityId
string<uuid>
required

The ID of the identity

Response

Identity credentials retrieved successfully

id
string<uuid>

Unique identifier for the identity

name
string

Name of the identity

source
string

Source URL for the identity

credentials
(username_password · object | authenticator · object | custom · object)[]

Array of credentials with sensitive data