Skip to main content

Retrieve a port request

GET 
/origination/porting/port_requests/:id

Retrieves the details of an existing port request.

Request

Path Parameters

    id stringrequired

    Port Request id

Query Parameters

    include_phone_numbers boolean

    Default value: true

    Include phone number objects in the results

    include_sub_requests boolean

    Include sub request objects in the results

Responses

200: Port Request Response

401: Unauthorized

404: Resource not found

422: Unprocessable entity. Check message field in response for details.

Loading...