Back to Platform

GET /hooks/events

GET
/hooks/events

GET operation for /hooks/events

Authorization

ApiKeyAuth
Authorization<token>

API key authentication. Format: Your API key (no "Token" prefix needed)

In: header

Response Body

application/json

curl -X GET "https://dev-rest.onboard.io/hooks/events"
{
  "id": 1,
  "uuid": "string",
  "subscription_id": "string",
  "target": "string",
  "version": "string",
  "success": true,
  "status_code": 1,
  "sent_at": "2021-01-01T00:00:00Z",
  "data": {},
  "response_data": "string",
  "response_headers": {}
}
Empty
Empty
Empty

How is this guide?