Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The API path to resolve (e.g., '/api/v1/users/123')
The HTTP method
Response
Mapping found and resolved successfully
Response model for mapping resolution (used by authorization middleware).
Unique identifier of the mapping
1
Action name mapped to this endpoint
"user:read"
URL path pattern that matched
"/api/v1/users/{user_id}"
HTTP method
"GET"
Mapping description
"Get user profile information"