Conversation Labels
Authorizations
AuthorizationstringRequired
API token authentication. Include your token in the Authorization header:
Authorization: Bearer YOUR_API_TOKEN
To get an API token:
- Go to your team settings in Jelly
- Navigate to "API Tokens"
- Create a new token and save it securely
Path parameters
conversation_idstringRequiredExample:
ID of the conversation. This will often be in the form of a “slug”, e.g. hows-the-weather-today-4bg2
my-bugBody
label_idintegerRequiredExample:
ID of the label to apply
456Responses
201
Label applied successfully
application/json
401
Missing or invalid API token
application/json
404
Resource or endpoint not found
application/json
422
Validation errors
application/json
500
Internal server error
application/json
post
/conversations/{conversation_id}/labelsLast updated