v1

latestOpenAPI 3.0.32026-07-24148824715.6 KB
Labels

Set labels for a customer

Sets the labels for a customer. The labels you specify replace what was there before.

The payload you send is a JSON array of the label UUIDs you want to set for this customer.

You need the "Update customers" permission to use this endpoint.

put/v2/customers/{customer_identifier}/labels

Path parameters

customer_identifierstring uuid required

The unique identifier we provided when you created the customer.

Request body

string[] required

Response

Success. The labels have been set for the customer.

CustomerManagerUnit required