Hands In Docs
APIV1

Retrieve data for an event

GET
/events/{eventId}

Authorization

AuthorizationBearer <token>

Merchant JWT bearer token

In: header

Scope: developers.delete

Path Parameters

eventId*string

Response Body

application/json

application/json

curl -X GET "https://example.com/events/string"
null
{
  "http_status_code": 100,
  "moreInfo": "https://www.randomurl.com",
  "name": "string",
  "detail": "string",
  "instance": "/pets/dogs/123",
  "property1": null,
  "property2": null
}