Skip to content

Get an event with its attempts

GET
/v1/events/{id}

Authorizations

apiKey

Scoped API key. Scopes are readwriteadmin. A call needing more scope than the key holds returns 403 insufficient_scope.

Type
HTTP (bearer)

Parameters

Path Parameters

id*
Type
string
Required

Responses

The event and every delivery attempt.

application/json
JSON
{
  
"id": "evt_01JX9",
  
"event_type": "orders/create",
  
"endpoint": "/shopify-store/orders",
  
"status": "string",
  
"received_at": "string",
  
"attempts": [
  
  
{
  
  
  
"number": 1,
  
  
  
"status": 200,
  
  
  
"duration_ms": 142,
  
  
  
"at": "string",
  
  
  
"response_excerpt": "string"
  
  
}
  
]
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Apache-2.0 licensed · a Finnoto product