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

id
string<uuid>
required

Porting Order id

Body

application/json
expires_in_seconds
integer

The number of seconds the token will be valid for

Required range: 1 <= x <= 172800
permissions
enum<string>

The permissions the token will have

Available options:
porting_order.document.read,
porting_order.document.update

Response

Successful response

data
object