cURL
curl --request GET \ --url https://api.atlas.co/functions/v1/list-identity-tokens \ --header 'Authorization: Bearer <token>'
{ "data": [ { "token_id": "<string>", "type": "ssn", "masked_value": "<string>", "field_name": "<string>", "created_at": "2023-11-07T05:31:56Z", "environment": "<string>" } ], "pagination": { "total": 123, "limit": 123, "offset": 123, "has_more": true } }
API key (sk_test_* or sk_live_*)
x <= 100
ssn
ssn_last4
ein
itin
passport
drivers_license
national_id
tax_id
custom
Token list
Show child attributes