patch
https://app.usegradient.com/api/vendor-api/organization/accounts/
Updates 1 or more fields of a single Account
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
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": ""
} 401Unauthorized
403Forbidden
404Vendor Profile Not Found
409A resource with this Id already exists. The entire operation is failed.
429Request limit reached (100 requests a second)

