AI agents are everywhere. See what yours are doing →
curl --request POST \
--url https://api.osohq.com/api/authorize_resources \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"actor_type": "<string>",
"actor_id": "<string>",
"action": "<string>",
"resources": [
{
"type": "<string>",
"id": "<string>"
}
]
}
'{
"results": [
{
"type": "<string>",
"id": "<string>"
}
]
}Returns a subset of resources on which an actor can perform a particular action. Ordering and duplicates, if any exist, are preserved.
curl --request POST \
--url https://api.osohq.com/api/authorize_resources \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"actor_type": "<string>",
"actor_id": "<string>",
"action": "<string>",
"resources": [
{
"type": "<string>",
"id": "<string>"
}
]
}
'{
"results": [
{
"type": "<string>",
"id": "<string>"
}
]
}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.
Requires an API key to access.
Show child attributes
Was this page helpful?