API ReferenceHooks
Back to PlatformGET /hooks/subscriptions
GET operation for /hooks/subscriptions
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/subscriptions"{
"id": 1,
"target": "https://example.com",
"event_type": "map-created",
"version": "string",
"automatic_retry": true,
"created_at": "2021-01-01T00:00:00Z",
"description": "string",
"is_enabled": true,
"is_salesforce": true,
"is_hubspot": true,
"custom_field": "string"
}Empty
Empty
Empty
How is this guide?