v52

OpenAPI 3.1.0raw.githubusercontent.com2026-07-311,1941,9384.1 MB
Porting Orders

Show a porting event

Show a specific porting event.

get/porting/events/{id}

Path parameters

idstring uuid required

Identifies the porting event.

Response

Successful response

Example response

{
  "data": {
    "event_type": "porting_order.deleted",
    "id": "eef3340b-8903-4466-b445-89b697315a3a",
    "payload": {
      "created_at": "2021-03-19T10:07:15.527000Z",
      "customer_reference": "my-ref-001",
      "deleted_at": "2021-03-19T10:07:15.527Z",
      "id": "96dfa9e4-c753-4fd3-97cd-42d66f26cf0c",
      "record_type": "porting_event",
      "updated_at": "2021-03-19T10:07:15.527000Z"
    },
    "payload_status": "created",
    "porting_order_id": "9471c873-e3eb-4ca1-957d-f9a451334d52"
  }
}