Skip to main content
GET
/
v1
/
links
/
{link_id}
/
identity
Retrieve an Identity
curl --request GET \
  --url https://api.example.com/v1/links/{link_id}/identity/

Description

Get the identity data for the user associated with a specific link ID.

Authentication

This endpoint requires API credentials:
  • ClientID (header)
  • AccessKey (header)

Path Parameters

ParameterTypeRequiredDescription
link_idstringYesThe unique identifier for the account link

Response

The API returns identity data in JSON format for the specified link.