Delivery Attempts
List delivery attempts
Delivery Attempts
List delivery attempts
This endpoint fetches an app message’s delivery attempts
GET
/
v1
/
projects
/
{projectID}
/
eventdeliveries
/
{eventDeliveryID}
/
deliveryattempts
curl --request GET \
--url https://dashboard.getconvoy.io/api/v1/projects/{projectID}/eventdeliveries/{eventDeliveryID}/deliveryattempts \
--header 'Authorization: <api-key>'
{
"message": "<string>",
"status": true,
"data": [
{
"api_version": "<string>",
"created_at": "<string>",
"deleted_at": "<string>",
"endpoint_id": "<string>",
"error": "<string>",
"http_status": "<string>",
"ip_address": "<string>",
"method": "<string>",
"msg_id": "<string>",
"project_id": "<string>",
"request_http_header": {},
"response_data": "<string>",
"response_http_header": {},
"status": true,
"uid": "<string>",
"updated_at": "<string>",
"url": "<string>"
}
]
}
Authorizations
Response
200
application/json
OK
Was this page helpful?
curl --request GET \
--url https://dashboard.getconvoy.io/api/v1/projects/{projectID}/eventdeliveries/{eventDeliveryID}/deliveryattempts \
--header 'Authorization: <api-key>'
{
"message": "<string>",
"status": true,
"data": [
{
"api_version": "<string>",
"created_at": "<string>",
"deleted_at": "<string>",
"endpoint_id": "<string>",
"error": "<string>",
"http_status": "<string>",
"ip_address": "<string>",
"method": "<string>",
"msg_id": "<string>",
"project_id": "<string>",
"request_http_header": {},
"response_data": "<string>",
"response_http_header": {},
"status": true,
"uid": "<string>",
"updated_at": "<string>",
"url": "<string>"
}
]
}