Authentication
All API requests require an API key passed as a Bearer token in the Authorization header.
Authorization: Bearer YOUR_API_KEYAPI keys are available from the RoadGIS developer portal.
Errors
Section titled “Errors”| Code | HTTP | Meaning |
|---|---|---|
Unauthorized | 401 | Missing or invalid API key |
Forbidden | 403 | Valid key, but account not verified |
QuotaExceeded | 429 | Monthly request quota reached |