cURL
curl --request POST \ --url https://api.osohq.com/api/list \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "actor_type": "<string>", "actor_id": "<string>", "action": "<string>", "resource_type": "<string>" }'
{ "results": [ "<string>" ] }
Fetches a list of resource IDs on which an actor can perform a particular action.
Requires an API key to access. Signup at https://ui.osohq.com/
Show child attributes
Was this page helpful?