Skip to main content

Show a porting event

GET 
/porting/events/:id

Show a specific porting event.

Request

Path Parameters

    id uuidrequired

    Identifies the porting event.

Responses

200: Successful response

404: Not found

500: Internal server error

Request samples


curl -L 'https://api.telnyx.com/v2/porting/events/:id' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'

Response samples


{
"data": {
"id": "eef3340b-8903-4466-b445-89b697315a3a",
"event_type": "porting_order.deleted",
"porting_order_id": "9471c873-e3eb-4ca1-957d-f9a451334d52",
"available_notification_methods": [
"email"
],
"payload_status": "created",
"payload": {},
"record_type": "porting_event",
"created_at": "2021-03-19T10:07:15.527000Z",
"updated_at": "2021-03-19T10:07:15.527000Z"
}
}