API Documentation

Your Guide to Integrating with Our API

GET /get-auth

Retrieves an authentication token to be used with other API endpoints.

Response Example:

{
    "auth_bearer": "123abc456def789ghi"
}
            

POST /get-csv

Validates the provided bearer token and returns the CSV file if the token is correct.

Headers:

Authorization: Bearer 
            

Response Example:

CSV file content as raw data.