Authorize Request

Validates an access token or API key and returns the authenticated principal with their permissions. Used internally for request authorization.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string

The host of the originating request

string

The Authorization header value (Bearer token)

permissionsRequired
array of strings

List of permissions required for the request

permissionsRequired
string
enum
Defaults to or

Whether all permissions are required (and) or any one suffices (or)

Allowed:
boolean

Whether to enforce permission checks

string

API key for key-based authentication

string

API secret for key-based authentication

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json