API Reference
CSV Getter provides a RESTful API for accessing your export endpoints and programmatically creating new ones.
Authentication
1. Endpoint Auth (Bearer Token)
Authorization: Bearer your-endpoint-token2. API Key
Authorization: Bearer your-api-keyEndpoints
GET / — Health Check
GET / — Health Checkcurl https://api.csvgetter.com/GET /<endpoint_id> — Fetch Export Data
GET /<endpoint_id> — Fetch Export DataGET /files/<endpoint_id> — Fetch Export Data (Alternate Path)
GET /files/<endpoint_id> — Fetch Export Data (Alternate Path)GET /proxy/<proxy_id> — Proxy Endpoint
GET /proxy/<proxy_id> — Proxy EndpointStatus
Message
URL Parameters Reference
Parameter
Type
Description
Response Formats
CSV (Default)
JSON (all json_* types)
XML
HTML (html_table, dynamic_table, excel_web_query)
Error Codes
Status
Error
Cause
Rate Guidance
Code Examples
JavaScript (Node.js / Browser)
Python
cURL
Next Steps
Last updated