Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.ofauth.com/v2/dynamic-rules/status \ --header 'apiKey: <api-key>'
{ "revision": "<string>", "early_access_revision": "<string>", "public_revision": "<string>", "is_current": true, "is_early_access": true, "is_public": true, "access_granted": true }
Your OFAuth API key for authenticating requests.
Success
Whether the user has access to the latest rules, based on apikey header
Was this page helpful?