Authentication

The Data Export API uses API keys to authenticate requests. If you don't have an API key or need to create a new one, you can easily generate it from the Settings page on our Dashboard. Simply go to Settings -> API Keys -> Create new API Key.

Note that if you're already using our Orders API, you may already have an API key. However, we recommend using a different key for the Data Export API.

If you have any questions or encounter any difficulties while creating an API key, please don't hesitate to reach out to us at [email protected]. We're here to help.

Please always include the following headers in your API requests in the production environment:

--header 'Authorization: Basic <api_key>'
--header 'Content-Type: application/json'
--header 'Data-Client-ID: <client_id>'

What’s Next