Skip to main content

Configure Phone Number

POST 

/api/phone-numbers/:phone_number_id/configure

Configure a phone number by creating messaging profile and assigning to SMS plan.

This endpoint triggers the same configuration logic that runs after purchase:

  • Creates a messaging profile with webhook URL
  • Assigns the phone number to an active SMS plan (if available)
  • Updates channel status accordingly

Use this endpoint when a phone number needs to be configured or reconfigured, for example if initial configuration failed or was skipped.

Request

Responses

Successful Response