TODO: Resource-level docs
Fetch an Access Token for the Entity
Path parameters
-
The unique SID identifier of the Service.
Minimum length is
34, maximum length is34. Format should match the following pattern:^VA[0-9a-fA-F]{32}$. -
A 34 character string that uniquely identifies this Access Token.
Minimum length is
34, maximum length is34. Format should match the following pattern:^YK[0-9a-fA-F]{32}$.
GET
/v2/Services/{ServiceSid}/AccessTokens/{Sid}
curl \
--request GET 'https://verify.twilio.com/v2/Services/{ServiceSid}/AccessTokens/{Sid}' \
--user "username:password"
Response examples (200)
{
"account_sid": "string",
"date_created": "2026-05-04T09:42:00Z",
"entity_identity": "string",
"factor_friendly_name": "string",
"factor_type": "push",
"service_sid": "string",
"sid": "string",
"token": "string",
"ttl": 42,
"url": "https://example.com"
}