Skip to main content

List tags

page
integer
default:"1"
Page number
per_page
integer
default:"25"
Items per page (max 250)
sort
string
Sort field
order
string
default:"desc"
Sort order: asc or desc
GET /api/v1/tags

Create a tag

POST /api/v1/tags
name
string
required
Tag name (1-100 characters)
color
string
Color as hex (#RRGGBB)
Example
curl -X POST https://api.mosscrm.com/api/v1/tags \
  -H "X-API-Key: moss_k_..." \
  -H "Content-Type: application/json" \
  -d '{ "name": "enterprise", "color": "#2D6A4F" }'

Delete a tag

Deletes the tag and removes it from all entities.
DELETE /api/v1/tags/:id