Hands In Docs
APIV1

Find all events

GET
/events

Authorization

AuthorizationBearer <token>

Merchant JWT bearer token

In: header

Scope: developers.read

Query Parameters

startKey?string
from?string
orderBy?string
pageSize?integer

The maximum number of objects that can be returned

searchField?string
searchValue?string
orderType?string

The order in which objects are returned by

Response Body

application/json

application/json

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