[POST] Number listing

Use this API is used to list your business numbers

Publish Numbers

post

This endpoint add number to feature set and publishes the feature set.

Authorizations
Path parameters
client_account_idstringRequired

Client Account ID of the caller, taken from path params

feature_set_idstringRequired

Feature Set ID, taken from path params

Body
phone_numbersstring[]Required

List phone numbers to be added to feature set

Responses
200Success
post
POST /clients/{clientAccountId}/number_management/feature_sets/{featureSetId}/numbers/publish HTTP/1.1
Host: 
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 26

{
  "phone_numbers": [
    "text"
  ]
}

No content

Feature-set ID can be fetched from the get feature-set API.

Last updated

Was this helpful?