TODO: Resource-level docs
Create a new Notification for the corresponding Challenge
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}$. -
Customer unique identity for the Entity owner of the Challenge. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters.
-
The unique SID identifier of the Challenge.
Minimum length is
34, maximum length is34. Format should match the following pattern:^YC[0-9a-fA-F]{32}$.
POST
/v2/Services/{ServiceSid}/Entities/{Identity}/Challenges/{ChallengeSid}/Notifications
curl \
--request POST 'https://verify.twilio.com/v2/Services/{ServiceSid}/Entities/{Identity}/Challenges/{ChallengeSid}/Notifications' \
--user "username:password" \
--header "Content-Type: application/x-www-form-urlencoded" \
--data 'Ttl=42'
Response examples (201)
{
"account_sid": "string",
"challenge_sid": "string",
"date_created": "2026-05-04T09:42:00Z",
"entity_sid": "string",
"identity": "string",
"priority": "string",
"service_sid": "string",
"sid": "string",
"ttl": 42
}