List requirement groups
GET/requirement_groups
List requirement groups
Request
Query Parameters
filter object
Consolidated filter parameter (deepObject style). Originally: filter[country_code], filter[phone_number_type], filter[action], filter[status], filter[customer_reference]
Responses
200: List requirement groups
- application/json
Request samples
curl -L 'https://api.telnyx.com/v2/requirement_groups' \
-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"
}
]
}
]