cURL
curl --request POST \ --url https://orbitflare.com/api/customer/v2/licenses/{license}/toggle-auto-renewal \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>", "data": {} }
Toggle auto-renewal for the license.
Bearer token from device or wallet auth
Auto-renewal toggled.
true
Was this page helpful?