Error
A valid request URL is required to generate request examples{
"data": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"endpoint_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"event_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"event_type": "survey.created",
"status": "pending",
"attempt_count": 1,
"next_attempt_at": "2023-11-07T05:31:56Z",
"attempts": [
{
"attempted_at": "2023-11-07T05:31:56Z",
"duration_ms": 1,
"request_url": "<string>",
"response_status_code": 123,
"response_body": "<string>",
"error": "<string>"
}
],
"created_at": "2023-11-07T05:31:56Z",
"completed_at": "2023-11-07T05:31:56Z"
}
]
}{
"error": "<string>",
"message": "<string>",
"resource": "<string>",
"slug": "<string>",
"file_id": "<string>",
"endpoint_id": "<string>",
"event_id": "<string>",
"delivery_id": "<string>",
"api_key_id": "<string>",
"integration_id": "<string>",
"audit_id": "<string>",
"status": "<string>",
"details": "<unknown>",
"question_ids": [
"<string>"
],
"survey_ids": [
"<string>"
],
"revisions": [
123
]
}Deliveries
List deliveries for an endpoint
Delivery attempts for debugging integrations — status, HTTP responses, and retry history.
GET
/
webhook_endpoints
/
{endpointId}
/
deliveries
Error
A valid request URL is required to generate request examples{
"data": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"endpoint_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"event_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"event_type": "survey.created",
"status": "pending",
"attempt_count": 1,
"next_attempt_at": "2023-11-07T05:31:56Z",
"attempts": [
{
"attempted_at": "2023-11-07T05:31:56Z",
"duration_ms": 1,
"request_url": "<string>",
"response_status_code": 123,
"response_body": "<string>",
"error": "<string>"
}
],
"created_at": "2023-11-07T05:31:56Z",
"completed_at": "2023-11-07T05:31:56Z"
}
]
}{
"error": "<string>",
"message": "<string>",
"resource": "<string>",
"slug": "<string>",
"file_id": "<string>",
"endpoint_id": "<string>",
"event_id": "<string>",
"delivery_id": "<string>",
"api_key_id": "<string>",
"integration_id": "<string>",
"audit_id": "<string>",
"status": "<string>",
"details": "<unknown>",
"question_ids": [
"<string>"
],
"survey_ids": [
"<string>"
],
"revisions": [
123
]
}⌘I