cURL
curl --request GET \ --url https://us.getconvoy.cloud/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>" } ] }
This endpoint fetches an app message’s delivery attempts
Documentation IndexFetch the complete documentation index at: https://getconvoy.io/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://getconvoy.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Project ID
event delivery id
OK
Show child attributes
Was this page helpful?