Update Account

Updates 1 or more fields of a single Account

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Details

If there was an error in the Create an Account API Call or an Account had its name changed, you can use the Update Account API Call to ensure accuracy.

Requirements

In order to perform the Update Account API Call, we require a valid GRADIENT-TOKEN with the Vendor API Key and Partner API Key. As well as the appropriate ID found in the Get Accounts API Call.

Sample Response

Updating an account will show you the updated details after performing the call successfully.

{
  "id": "1",
  "name": "Sample Account - New Name",
  "description": ""
}
Path Params
string
required

Vendor accountId as provided in the POST request when creating the account.

Body Params
string
string
string
Responses

401

Unauthorized

403

Forbidden

404

Vendor Profile Not Found

409

A resource with this Id already exists. The entire operation is failed.

429

Request limit reached (100 requests a second)

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json