Authorize Action
Checks if the authenticated user is authorized to perform the given action on the specified entity.
Overview
- Method: GET
- Path:
/shared/permission/authorize - Tags: shared
Parameters
No parameters required.
Request Body
No request body required.
Responses
200
Successful response
Content Type: application/json
{
"data": {}
}400
Bad Request
Content Type: application/json
{
"error": "string",
"details": [
{}
]
}401
Unauthorized
404
Not Found
500
Internal Server Error
Example Usage
curl -X GET \
https://api.pillexa.com/shared/permission/authorize \
-H "Content-Type: application/json" \