Authentication
RideScan uses API Keys for authentication. Keys must be generated in the Developer Console and cannot be created programmatically.
Steps to Authenticate
Section titled “Steps to Authenticate”- Login to dev-console.ridescan.ai.
- Navigate to Settings > API Keys.
- Generate a new key.
Using the Key
Section titled “Using the Key”Include the key in the header of every request:
| Key | Value | Required |
|---|---|---|
X-API-KEY | Your-API-Key | Yes |