API Reference
Complete API documentation for integrating with the Portal platform.
Authentication
All API requests require authentication using a Bearer token in the Authorization header.
Authorization: Bearer YOUR_API_KEYURL
Use the URL provided by portal team, direct rlserv calls are prohibited and will be disallowed in the nearest future. All the requests should be routed through glue service
Error Codes
| Code | Description |
|---|---|
| 400 | Bad Request - Invalid parameters |
| 401 | Unauthorized - Invalid API key |
| 403 | Forbidden - Insufficient permissions |
| 429 | Too Many Requests - Rate limit exceeded |
| 500 | Internal Server Error |