Updates 1 or more fields of a single Account

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": ""
}
Language
Authorization
Header
Click Try It! to start a request and see the response here!