Skip to main content
PATCH
/
reseller
/
customers
/
{customerId}
Update customer notes / tags / status / kind
curl --request PATCH \
  --url https://api.offergrid.io/reseller/customers/{customerId} \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "notes": "<string>",
  "tags": [
    "<string>"
  ]
}
'

Authorizations

x-api-key
string
header
required

Team API key for authentication. Your team role (provider/reseller/hybrid) determines which endpoints you can access.

Path Parameters

customerId
string
required

Body

application/json
kind
enum<string>
Available options:
lead,
customer
status
enum<string>
Available options:
active,
churned,
unsubscribed
notes
string
tags
string[]

Response

Customer updated