cURL
curl --request PATCH \ --url https://api.quiva.ai/accounts \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "country": "US", "company_name": "ACME Corporation Updated", "address": "456 New St, Anytown, USA", "website": "https://new-acme.com", "phone_number": "+9876543210", "region": "us-east-1", "provider": "aws", "cloud": true, "hub": false } '
{ "data": { "name": "<string>", "id": "<string>", "display_name": "<string>", "root_email": "[email protected]", "subscription_status": "active", "subscription_plan": "<string>", "emergency_credit": 123, "country": "<string>", "company_name": "<string>", "address": "<string>", "website": "<string>", "phone_number": "<string>", "scheduled_for_deletion": true, "deletion_date": "2023-11-07T05:31:56Z", "region": "<string>", "provider": "<string>", "bstier": 123, "cloud": true, "hub": true } }
Updates account information.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Country
Company name
Address
Website
Phone number
Onboarding progress
Region
Provider
Cloud enabled
Hub enabled
Account updated successfully
Show child attributes