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
Authorization Responses
| HTTP Status | Meaning |
|---|---|
200 OK | Authorized — response body contains your requested data |
403 Forbidden | Unauthorized — missing, invalid, or undecoded (still base64) license key |