cURL
curl --request GET \ --url https://api.posthook.io/v1/hooks/{id} \ --header 'X-API-Key: <api-key>'
{ "id": "<string>", "path": "<string>", "domain": "<string>", "data": {}, "postAt": "2023-11-07T05:31:56Z", "status": "pending", "postDurationSeconds": 123, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "attempts": 123, "failureError": "<string>", "tryAt": "2023-11-07T05:31:56Z", "wasNotified": true, "sequenceData": { "sequenceID": "<string>", "stepName": "<string>", "sequenceLastRunAt": "2023-11-07T05:31:56Z" } }
Hook details
pending
posted
failed
retrying
Show child attributes
Was this page helpful?