Create an application to organize your API usage. Each application can have multiple API keys.
Sign in to create an application
Generate a sandbox or production API key for your application.
Sign in to generate an API key
Test your API key by calling the health check endpoint:
curl https://api.blox.api/api/health
Or get information about your application:
curl -X GET https://api.blox.api/api/v1/me \
-H "X-Blox-Api-Key: YOUR_API_KEY_HERE"
Each module requires a license. Check available modules and their endpoints:
curl -X GET https://api.blox.api/api/v1/modules \
-H "X-Blox-Api-Key: YOUR_API_KEY_HERE"