English
cURL
curl "https://api.phrase.com/v2/projects/:project_id/webhooks/:webhook_id/deliveries?response_status_codes=401%2C404" \ -u USERNAME_OR_ACCESS_TOKEN
[ { "id": "<string>", "webhook_id": "<string>", "response_status_code": 123, "delivered_at": "2023-11-07T05:31:56Z", "duration_ms": 123, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } ]
List all webhook deliveries for the given webhook_id.
Enter your token in the format token TOKEN
token TOKEN
Two-Factor-Authentication token (optional)
Project ID
Webhook ID
List of Response Status Codes
OK
Was this page helpful?