cURL
curl --request GET \ --url https://app.tryordinal.com/api/v1/labels \ --header 'Authorization: Bearer <token>'
{ "labels": [ { "id": "550e8400-e29b-41d4-a716-446655440400", "name": "Marketing", "color": "#9333ea", "backgroundColor": "#f3e8ff", "createdAt": "2025-06-01T00:00:00.000Z", "updatedAt": "2025-06-01T00:00:00.000Z" }, { "id": "550e8400-e29b-41d4-a716-446655440401", "name": "Product", "color": "#16a34a", "backgroundColor": "#dcfce7", "createdAt": "2025-06-01T00:00:00.000Z", "updatedAt": "2025-06-01T00:00:00.000Z" } ] }
List all labels in the workspace
API key authentication. Generate an API key from your workspace settings.
List of labels
Show child attributes
Was this page helpful?