User Tags List

List all generic tags for the organization, or create a new generic tag. Endpoints: GET /api/tags/ POST /api/tags/ Input (GET): - None (uses authenticated user's organization) Input (POST): - name (string, required) - color (string, optional; hex code), defaults to "#000000" Example Request (POST): { "name": "Priority", "color": "#4F46E5" } Example Response (201 Created): { "id": "3ac3c0f0-3b5b-4b3f-8d9b-1e2f3a4b5c6d", "name": "Priority", "color": "#4F46E5", "description": "", "organization": 2, "created_at": "2025-09-11T09:43:55.858321Z", "updated_at": "2025-09-11T09:43:55.858331Z", "usage": [] }

Authentication

AuthorizationBearer
JWT access token or Respan API key

Response

idstringRead-only
organizationintegerRead-only
created_atdatetimeRead-only
updated_atdatetimeRead-only
usagelist of objectsRead-only
namestring<=100 charactersDefaults to Untitled
colorstring<=70 characters
descriptionstring