Used for testing. Returns request data. Does not require user scope.
cURL
curl --request GET \ --url https://api.altostrat.io/notifications/ably/hook \ --header 'Authorization: Bearer <token>'
{ "message": "<string>", "query": {}, "headers": {}, "body": {} }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
JSON with debug info
The response is of type object.
object
Was this page helpful?