The Export URL
Every endpoint you create in CSV Getter produces a unique URL. This page explains the URL structure, how to use parameters, authentication, and shows complete real-world examples.
URL Anatomy
https://api.csvgetter.com/<endpoint_id>?type=json_records&sql=SELECT * FROM csvgetter WHERE status='Active'
└──────────┬──────────────┘└─────┬─────┘└────────────────────────────┬────────────────────────────────────┘
Base URL Endpoint ID URL ParametersBase URL
https://api.csvgetter.comEndpoint ID
https://api.csvgetter.com/abc123def456
https://api.csvgetter.com/0b6VSN8fXQ8Uhttps://api.csvgetter.com/files/abc123def456URL Parameters
How Parameters Chain
URL Encoding
Character
Encoded
Authentication
Auth Error Responses
Scenario
Status Code
Error Message
Complete Real-World Example
Scenario
The URL
Broken down:
Part
Value
Purpose
Response (200 OK)
Previewing vs. Live Hits
Error Responses
Next Steps
Last updated