v52

OpenAPI 3.1.0raw.githubusercontent.com2026-07-311,1941,9384.1 MB
Requirement Groups

Create a new requirement group

post/requirement_groups

Request body

action'ordering' | 'porting' required
country_codestring required

ISO alpha 2 country code

customer_referencestring
phone_number_type'local' | 'toll_free' | 'mobile' | 'national' | 'shared_cost' required

Example request

{
  "action": "ordering",
  "country_code": "US",
  "customer_reference": "My Requirement Group",
  "phone_number_type": "local"
}

Response

Requirement group created

actionstring
country_codestring
created_atstring date-time
customer_referencestring
idstring
phone_number_typestring
record_typestring
status'approved' | 'unapproved' | 'pending-approval' | 'declined' | 'expired'
updated_atstring date-time

Example response

{
  "record_type": "requirement_group"
}