Skip to main content
GET
/
v1
/
identities
/
{identityId}
Get Identity
curl --request GET \
  --url https://api.anchorbrowser.io/v1/identities/{identityId} \
  --header 'anchor-api-key: <api-key>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "source": "<string>",
  "status": "pending",
  "metadata": {},
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z"
}

Authorizations

anchor-api-key
string
header
required

API key passed in the header

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