Tag a customer

Tags a customer.

SecurityAPI Key: SecretApiKey or HTTP: JWT
Request
path Parameters
tag
required
string^[@~\-\.\w\s]+$

Name of the tag.

customerId
required
string <= 50 characters ^[@~\-\.\w]+$

ID of the customer.

post
/tags/{tag}/customers/{customerId}
Responses

204

Customer tagged.

401

Unauthorized access. Invalid credentials used.

403

Access forbidden.

404

Resource not found.

Response samples
application/json
{ "status": 401, "type": "http://example.com", "title": "string", "detail": "string", "instance": "string" }