Overview
Every request to the Proximos API must include your license key as the value of theAuthorization HTTP header. The key must be decoded from base64 before use.
Decoding Your License Key
After purchasing, your license key is emailed to your payment email address. The key is delivered base64-encoded and must be decoded before it can be used in the header.- Terminal
- Web
Run the following in Terminal on macOS or Linux, replacing the placeholder with the key from your email:The decoded key will be printed to the terminal and look something like:
OTRQ-W7RO-KE3N-W1HGExample Requests
Prefer Postman or an OpenAPI Client?
Import the Postman collection to get every endpoint pre-configured — just paste your decoded license key into the collection’sAuthorization API key value and start sending requests. Prefer to generate your own client? Grab the OpenAPI specification instead.
