GET Check user authorization status
Verify if the provided authentication token is valid and the user session is active.
Are you an LLM? You can read better optimized documentation at /docs/api/endpoints/authentication/get-authorized.md for this page in Markdown format
GET
Try it out https://api.rooom.com/authorizedParameters
Query Parameters
| Name | Type | Description |
|---|---|---|
tokenExample: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9... | string | Authentication token to validate |
Responses
200Successfully checked authorization status
GET /authorized Check user authorization status Verify if the provided authentication token is valid and the user session is active. token Authentication token to validate