cURL
curl --request POST \ --url https://orbitflare.com/api/customer/v2/licenses/{license}/toggle-auth-mode \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>", "data": {} }
Toggle between IP whitelist and API key auth mode.
Bearer token from device or wallet auth
Auth mode toggled.
true
Was this page helpful?