Submit a Requirement Group for Approval
POST/requirement_groups/:id/submit_for_approval
Submit a Requirement Group for Approval
Request
Path Parameters
id stringrequired
ID of the requirement group to submit
Responses
200: A single requirement group
- application/json
Request samples
curl -L -X POST 'https://api.telnyx.com/v2/requirement_groups/:id/submit_for_approval' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
Response samples
{
"id": "string",
"country_code": "string",
"phone_number_type": "string",
"status": "approved",
"action": "string",
"customer_reference": "string",
"created_at": "2024-07-29T15:51:28.071Z",
"updated_at": "2024-07-29T15:51:28.071Z",
"record_type": "requirement_group",
"regulatory_requirements": [
{
"requirement_id": "string",
"field_value": "string",
"field_type": "string",
"status": "approved",
"expires_at": "2024-07-29T15:51:28.071Z",
"created_at": "2024-07-29T15:51:28.071Z",
"updated_at": "2024-07-29T15:51:28.071Z"
}
]
}