GET
/
notifications
/
ably
/
hook
curl --request GET \
  --url https://api.altostrat.io/notifications/ably/hook \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "query": {},
  "headers": {},
  "body": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

JSON with debug info

The response is of type object.