cURL
curl --request GET \ --url https://api-next.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?