Show a port-out event
GET/portouts/events/:id
Show a specific port-out event.
Request
Path Parameters
id uuidrequired
Identifies the port-out event.
Responses
200: Successful response
- application/json
404: Not found
500: Internal server error
Request samples
curl -L 'https://api.telnyx.com/v2/portouts/events/:id' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
Response samples
{
"data": {
"id": "eef3340b-8903-4466-b445-89b697315a3a",
"event_type": "portout.status_changed",
"portout_id": "9471c873-e3eb-4ca1-957d-f9a451334d52",
"available_notification_methods": [
"email"
],
"payload_status": "created",
"payload": {},
"record_type": "portout_event",
"created_at": "2021-03-19T10:07:15.527000Z",
"updated_at": "2021-03-19T10:07:15.527000Z"
}
}