Portal
Sign In Console

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_KEY

URL

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

CodeDescription
400Bad Request - Invalid parameters
401Unauthorized - Invalid API key
403Forbidden - Insufficient permissions
429Too Many Requests - Rate limit exceeded
500Internal Server Error