Skip to main content
GET
/
retrieve-identity
/
{token_id}
Retrieve Identity
curl --request GET \
  --url https://api.atlas.co/functions/v1/retrieve-identity/{token_id} \
  --header 'Authorization: Bearer <token>'
{
  "token_id": "<string>",
  "type": "<string>",
  "value": "<string>",
  "field_name": "<string>"
}

Authorizations

Authorization
string
header
required

API key (sk_test_* or sk_live_*)

Path Parameters

token_id
string
required

Response

Identity value

token_id
string
type
string
value
string
field_name
string