Skip to main content
GET
Get Identity

Authorizations

anchor-api-key
string
header
required

API key for your Anchor Browser account, sent as the anchor-api-key header on every request. Create one at app.anchorbrowser.io (API Access), or obtain one programmatically via the unauthenticated agent-access flow (POST /v1/agent-access).

Path Parameters

identityId
string<uuid>
required

The ID of the identity to retrieve

Response

Identity details retrieved successfully

id
string<uuid>

Unique identifier for the identity

name
string

Name of the identity

source
string

Source URL for the identity

status
enum<string>

Status of the identity

Available options:
pending,
validated,
failed
metadata
object

Metadata associated with the identity

created_at
string<date-time>

Timestamp when the identity was created

updated_at
string<date-time>

Timestamp when the identity was last updated