GET
/
projects
/
{project_id}
/
webhooks
/
{webhook_id}
/
deliveries
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"
  }
]

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

Query Parameters

response_status_codes
string

List of Response Status Codes

Response

200
application/json

OK

The response is of type webhook delivery · object[].