TODO: Resource-level docs
Create a new Entity for the Service
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}$.
POST
/v2/Services/{ServiceSid}/Entities
curl \
--request POST 'https://verify.twilio.com/v2/Services/{ServiceSid}/Entities' \
--user "username:password" \
--header "Content-Type: application/x-www-form-urlencoded" \
--data 'Identity=string'
Response examples (201)
{
"account_sid": "string",
"date_created": "2026-05-04T09:42:00Z",
"date_updated": "2026-05-04T09:42:00Z",
"identity": "string",
"links": {},
"service_sid": "string",
"sid": "string",
"url": "https://example.com"
}