Path parameters
-
Minimum length is
34
, maximum length is34
. Format should match the following pattern:^HX[0-9a-fA-F]{32}$
.
POST
/v1/Content/{ContentSid}/ApprovalRequests/whatsapp
curl \
--request POST 'https://content.twilio.com/v1/Content/{ContentSid}/ApprovalRequests/whatsapp' \
--user "username:password" \
--header "Content-Type: application/json" \
--data '{"name":"string","category":"string"}'
Request examples
{
"name": "string",
"category": "string"
}
Response examples (201)
{
"name": "tree_fiddy",
"status": "unsubmitted",
"category": "UTILITY",
"content_type": "twilio/location",
"rejection_reason": "",
"allow_category_change": true
}