GET
https://api.veriko.mx/v1/webhooks/{id}/deliveries/export Export endpoint deliveries as CSV
How-to guide →Downloads up to 100,000 delivery history records for a specific endpoint in CSV format with UTF-8 BOM.
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
id * | path | string (uuid) | required | UUID of the webhook endpoint. |
curl -X GET 'https://api.veriko.mx/v1/webhooks/{id}/deliveries/export' \
-H 'Authorization: Bearer mxcep_••••'
Python example — coming soon.
JavaScript example — coming soon.
PHP example — coming soon.
| Status | Class | Description | Body |
|---|---|---|---|
| 200 | 2xx | CSV file with the delivery history for this endpoint (up to 100,000 rows). | No body |
| 401 | 4xx | Authentication is required or the provided credentials are invalid. | ErrorResponse |
| 403 | 4xx | Permisos insuficientes | ErrorResponse |
| 429 | 4xx | Rate limit exceeded | ErrorResponse |
| Status | Code | Detail |
|---|---|---|
| 401 | unauthorized | Invalid or missing authentication credentials. Envelope
|
| 403 | forbidden | You do not have permission to access this resource. Envelope
|
| 429 | rate_limit_exceeded | Rate limit exceeded. Try again in 45 seconds. Envelope
Response headers
|