cURL
Accounts
Update Account
Updates an existing account. Look up the account by account_id or reference_id. At least one of the query parameters is required.
PATCH
cURL
Requires an Organization token. Calling this endpoint with an Account token returns
403 Forbidden (Authorization level not found).account_id or reference_id as a query parameter to identify the account. Note that updating the reference_id in the request body is only allowed when looking up by account_id.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
The unique account ID of the account to update.
Your external reference ID for the account. Note: reference_id in the body can only be updated when looking up by account_id.
Body
application/json