cURL
curl --request POST \ --url https://orbitflare.com/api/customer/v2/licenses/{license}/domains \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "domain": "<string>" } '
{ "success": true, "message": "<string>", "data": {} }
Add a domain to the license whitelist.
Bearer token from device or wallet auth
Domain added.
true
Was this page helpful?