AI agents are everywhere. See what yours are doing →
curl --request POST \
--url https://api.osohq.com/api/authorize \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"actor_type": "<string>",
"actor_id": "<string>",
"action": "<string>",
"resource_type": "<string>",
"resource_id": "<string>"
}
'{
"allowed": true
}Determines whether or not an actor can take an action on a resource, based on a combination of authorization data and policy logic.
curl --request POST \
--url https://api.osohq.com/api/authorize \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"actor_type": "<string>",
"actor_id": "<string>",
"action": "<string>",
"resource_type": "<string>",
"resource_id": "<string>"
}
'{
"allowed": true
}Documentation Index
Fetch the complete documentation index at: https://www.osohq.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?