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
Responses
200
Successful response
application/json
401
Missing or invalid API token
application/json
500
Internal server error
application/json
get
/labelsAuthorizations
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
Body
namestringRequiredExample:
Label name
Importantcolorstring · enumRequiredExample:
Label color
cherryPossible values: Responses
200
Label created successfully
application/json
401
Missing or invalid API token
application/json
422
Validation errors
application/json
500
Internal server error
application/json
post
/labelsLast updated