Skip to main content
POST
JavaScript

Authorizations

Authorization
string
header
required

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

Path Parameters

porting_order_id
string<uuid>
required

Identifies the Porting Order associated with the phone number

Body

application/json
phone_number_range
object
required
action
enum<string>
required

Specifies the action to take with this phone number during partial porting.

Available options:
keep,
disconnect
Example:

"keep"

Response

Successful response

data
object