Retrieve a list of all endpoint-to-action mappings with optional filtering.
Authorization: All authenticated users can list mappings.
Filtering: Use the action_filter parameter to show only mappings for a specific action (exact match on action name).
Management Interface: This endpoint is designed for administrative interfaces and configuration management tools.
Use Cases:
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Filter mappings by specific action name (exact match)
Mappings retrieved successfully
Unique identifier of the mapping
1
URL path pattern
"/api/v1/users/{user_id}"
HTTP method
"GET"
Action name
"user:read"
ISO timestamp when the mapping was created
"2024-01-15T10:30:00Z"
Mapping description
"Get user profile information"
CPF of the user who created this mapping
"12345678901"
ISO timestamp when the mapping was last updated
"2024-01-16T14:20:00Z"