Create a number order
Creates a phone number order.
POST
JavaScript
Documentation Index
Fetch the complete documentation index at: https://developers.telnyx.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Identifies the connection associated with this phone number.
Example:
"346789098765567"
Identifies the messaging profile associated with the phone number.
Example:
"abc85f64-5717-4562-b3fc-2c9600"
Identifies the billing group associated with the phone number.
Example:
"abc85f64-5717-4562-b3fc-2c9600"
A customer reference string for customer look ups.
Example:
"MY REF 001"
Response
Successful response with details about a number order.
JavaScript