Retrieval API

Trackable Requests

bash
curl "https://api.dehook.io/webhooks/{webhookUid}/requests" 
-H "Authorization: ApiKey {your_access_token}" 
--data-urlencode "start_from_id={startFromRequestUid}" 
--data-urlencode "start_from_submitted={startFromSubmitted}" 
--data-urlencode "sort_direction={sortDirection}" 
--data-urlencode "size={pageSize}"

Supercharge Third Party Integrations