Create Number

Provision a new SMS-enabled phone number.

  1. Check number limit (lifetime limit)
  2. Search Twilio for available numbers
  3. Purchase the first available one
  4. Configure webhook URL
  5. Store in our database

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
countrystringOptionalDefaults to US
areaCodestring or nullOptional
agentIdstring or nullOptional

Response

Successful Response
idstring
phoneNumberstring
countrystring
statusstring
createdAtdatetime
agentIdstring or null

Errors