v1

latestOpenAPI 3.0.12026-07-26158956.2 KB
Alerts

Fetch an Alert

Get a specific alert.

get/api/v2/alert/{id}

Path parameters

idstring required

Headers

X-API-Keystring required

Your API key. Sent in the X-API-Key header.

Response

OK

Example response

{
  "alert": {
    "attributes": {
      "order_number": "#1533",
      "processor_id": "proc_b381c83a9bc8a93"
    }
  }
}