cURL
curl --request PUT \ --url https://orbitflare.com/api/customer/v2/api-keys/{apiKey} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "enabled": true } '
{ "success": true, "message": "<string>", "data": {} }
Update API key name or enabled status.
Bearer token from device or wallet auth
API key ID or identifier
API key updated.
true
Was this page helpful?