Skip to main content

List all port exception types

GET 
/origination/porting/porting_exception_types

Returns a list of port exception types.

Responses

200: Port Exception Type Response

Request samples


curl -L 'https://api.telnyx.com/origination/porting/porting_exception_types' \
-H 'Accept: application/json'

Response samples


[
{
"code": "string",
"description": "string"
}
]