Skip to main content
GET
/
projects
/
{project_id}
/
webhooks
/
{webhook_id}
/
deliveries
/
{id}
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"
}

Authorizations

Authorization
string
header
required

Enter your token in the format token TOKEN

Headers

X-PhraseApp-OTP
string

Two-Factor-Authentication token (optional)

Path Parameters

project_id
string
required

Project ID

webhook_id
string
required

Webhook ID

id
string
required

ID

Response

OK

id
string
webhook_id
string
response_status_code
integer
delivered_at
string<date-time>
duration_ms
integer
created_at
string<date-time>
updated_at
string<date-time>