Skip to main content

Share a porting order

POST 
/porting_orders/:id/actions/share

Creates a sharing token for a porting order. The token can be used to share the porting order with non-Telnyx users.

Request

Path Parameters

    id uuidrequired

    Porting Order id

Body

required

    expires_in_seconds integer

    Possible values: >= 1 and <= 172800

    The number of seconds the token will be valid for

    permissions string

    Possible values: [porting_order.document.read, porting_order.document.update]

    The permissions the token will have

Responses

201: Successful response

401: Unauthorized

404: Porting Order not found

Loading...