API Reference
API Reference
Explore all available REST API endpoints for Roled. Treat it like your own internal API.
Overview
Roled provides ready-to-use API endpoints for managing users and roles on your projects. All endpoints follow a predictable REST architecture with standard HTTP verbs and structured JSON envelopes.
You can integrate these endpoints into your backend or frontend applications to leverage Roled’s permission management capabilities without rebuilding complex authorization logic from scratch.
Base URL & Authentication
Base URL:
https://auth.roled.idInclude your Bearer access token in the request header for protected endpoints:
Authorization: Bearer <access_token>API Categories
Browse the API categories below to access detailed endpoint documentation, request parameters, responses, and error codes: