ScalepointDeveloper Portal
Events APIOperations

Get a batch of events

Will block to wait for new events if there are none available

GET
/v1/{country}/external/{tenant}/receive

Will block to wait for new events if there are none available

Path Parameters

country*string

country

tenant*string

tenant

Query Parameters

eventTypes?array<string>

eventTypes

lastEventId?string

lastEventId

Response Body

application/json

curl -X GET "https://example.com/v1/string/external/string/receive"
{  "data": {},  "links": {    "property1": "string",    "property2": "string"  },  "meta": {    "property1": "string",    "property2": "string"  }}