cURL
curl --request POST \ --url https://api.contiguity.co/enterprise/lease/register/{number} \ --header 'Authorization: Bearer <token>'
{ "id": "rsr_abc123", "object": "adopted_number_confirmation", "created_at": 123, "data": { "carrier": "TMO", "type": "text", "supports": [ "sms" ], "price": 0 } }
Register a new number to your account
Authentication using a Bearer Token. Specify Authorization: Token YOUR_TOKEN. Bearer is allowed.
Authorization: Token YOUR_TOKEN
Bearer
The phone number to adopt
Number successfully adopted
The response is of type object.
object
Was this page helpful?