GET
https://api.veriko.mx/v1/webhooks/deliveries/export Export all deliveries as CSV
How-to guide →Downloads up to 100,000 records of the consolidated delivery history across all the user's endpoints in CSV format with UTF-8 BOM.
curl -X GET 'https://api.veriko.mx/v1/webhooks/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 consolidated delivery history across all endpoints (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
|