cURL
curl --request PATCH \ --url https://api.quiva.ai/accounts/rename \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "new_name": "new-acme", "email_code": "123456" } '
{ "message": "<string>" }
Renames an account
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
New account name. Cannot clash with the name of another account on the platform
Email verification code. To obtain one, see /accounts/email-code
Account renamed successfully