Customers API
Update a customer
Update a customer for the authenticated workspace.
PATCH
Authorizations
Default authentication mechanism
Path Parameters
The unique ID of the customer. You may use either the customer's id
on Dub (obtained via /customers
endpoint) or their externalId
(unique ID within your system, prefixed with ext_
, e.g. ext_123
).
Query Parameters
Whether to include expanded fields on the customer (link
, partner
, discount
).
Body
application/json
Response
200
application/json
The customer was updated.
The response is of type object
.