Skip to main content
GET
/
api
/
org
/
opa
List OPA rules.
curl --request GET \
  --url https://{tenant}/api/org/opa \
  --header 'Authorization: Bearer <token>'
{
  "open_policy": {
    "rules": "<string>"
  }
}

Authorizations

Authorization
string
header
required

The Tyk Dashboard API Access Credentials

Response

OPA rules fetched.

open_policy
object