Skip to main content
GET
/
policy
cURL
curl --request GET \
  --url https://api.osohq.com/api/policy \
  --header 'Authorization: Bearer <token>'
{
  "policy": {
    "filename": "<string>",
    "src": "<string>"
  }
}

Authorizations

Authorization
string
header
required

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

Query Parameters

id
integer | null

Response

policy
object