Skip to main content

Endpoints

MethodPathDescription
GET/api/v2/labelsList labels

List labels

GET /api/v2/labels Returns all labels available in the organization. Use a returned id as labelId when creating a room.
curl https://api.flowla.com/api/v2/labels \
  -H "x-flowla-api-key: YOUR_API_KEY"

Response

Response 200
[
  { "id": "lbl_01ab2", "title": "Strategic" },
  { "id": "lbl_01xy9", "title": "At Risk" }
]