Skip to main content
Never make API calls on the client browser. This would expose your API key to all your customers.
All API endpoints are authenticated using X-API-KEY token and need to be in the Header of the request.
X-API-KEY: •••••••••••••••••••••••• (current API key)