Authentication

To use the Oxolo API, you need to obtain an API key from oxolo.com. Once you've logged in, navigate to your user symbol and click on "API Keys". Copy the API key to use it in your requests.

api key

Include your API key in all requests in the header with the key authorization. You will find examples on the right side of this documentation in various languages.

curl -X 'GET' 
'https://api.oxolo.com/v1/api/account/credits' 
-H 'accept: application/json' -H 'authorization: YOUR_API_KEY'