Labels API
Parameters full description
Note
You can find below the full description of Parameters for each POST/PATCH/GET/DELETE methods and also what parameters you can expect from the API responses.
If you want to play with the API, please see the Labels API playground.
POST - Create a new label (which can be assigned to a context later)
POST - Create a new label (which can be assigned to a context later)
PATCH - Updating a Label updatable values
PATCH - Updating a Label updatable values
GET - Query the list of labels or get label individually
GET - Query the list of labels or get label individually
DELETE - Delete a label by providing its uid
DELETE - Delete a label by providing its uid
RESPONSE DATA
RESPONSE DATA
You will get the same response data when calling POST, PATCH or GET
Note: When retrieving a collection of lables, the response will be an array of objects.
uid String
Mindset internal label uid
externalId String
Unique Identifier of the label you can optionally provide
name String
Displayed name of the label
showInDiscovery Boolean
Will this label be visible to the end users ?
createdAt ISO timestamp
Label creation date