Read an entity hook request
GET/entity_hook/:id
Reads an entity hook request: one firing of an entity hook action for a specific entity.
The id is the one you receive in the hook notification (notification.id), and the URL matches its callback_url.
Request
Responses
- 200
- 4XX
- 5XX
The entity hook request was found.
Client error responses due to invalid input or missing parameters.
Server error responses indicating an issue on the API side.