English
cURL
curl "https://api.phrase.com/v2/projects/:project_id/webhooks/:webhook_id/deliveries/:id" \ -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" }
Get all information about a single webhook delivery for the given ID.
Enter your token in the format token TOKEN
token TOKEN
Two-Factor-Authentication token (optional)
Project ID
Webhook ID
ID
OK
Was this page helpful?