Skip to main content
POST
/
list
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>"
  ]
}

Authorizations

Authorization
string
header
required

Requires an API key to access. Signup at https://ui.osohq.com/

Body

application/json
actor_type
string
required
actor_id
string
required
action
string
required
resource_type
string
required
context_facts
object[]

Response

results
string[]
required