Skip to main content
PATCH
JavaScript

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

Portout id

status
enum<string>
required

Updated portout status

Available options:
authorized,
rejected-pending

Body

application/json
reason
string
required

Provide a reason if rejecting the port out request

Example:

"I do not recognize this transaction"

host_messaging
boolean
default:false

Indicates whether messaging services should be maintained with Telnyx after the port out completes

Example:

false

Response

Portout Response

data
object