Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Request model for creating a new endpoint-to-action mapping.
URL path pattern (supports wildcards and path parameters)
1 - 255
"/api/v1/users/{user_id}"
HTTP method
"GET"
ID of the action to map to this endpoint
x > 0
1
Optional description of this mapping
500
"Get user profile information"
Response
Mapping created successfully
Detailed response model for mapping information.
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"