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 POST \ --url https://api.ofauth.com/v2/dynamic-rules/sign \ --header 'Content-Type: application/json' \ --header 'apiKey: <api-key>' \ --data ' { "endpoint": "<string>", "time": 123, "user-id": 123 } '
{ "signed": { "sign": "<string>", "time": "<string>", "app-token": "<string>", "user-id": "<string>" }, "is_public": true, "is_early_access": true }
Your OFAuth API key for authenticating requests.
Sign headers generated successfully
Show child attributes
Was this page helpful?