---
title: "List Organisations"
method: GET
path: "/v1/organizers"
tags: ["Organisations"]
---

# List Organisations

`GET /v1/organizers`

## Query parameters

- `filters` string
- `filtersLogical` '$and' | '$or' | '$nor'
- `limit` integer
- `skip` integer
- `startId` string, objectId
- `sort` string

## Response `200`

Success

- object
  - `data` Organizer[]
    - `name` string, nullable
    - `media` unknown
    - `parentId` unknown
    - `type` 'planner' | 'club' | 'artist' | 'other', required
    - `contact` object, nullable
      - `email` string, email, nullable
      - `phone` string, nullable
      - `name` string, nullable
    - `details` object, nullable
      - `type` 'forum' | 'concert' | 'festival' | 'competition' | 'formation' | 'club' | 'other', nullable
      - `experience` 'beginner' | 'intermediate' | 'expert', nullable
      - `aim` 'sellTickets' | 'promoteEvents' | 'manageClients' | 'analyzeData', nullable
    - `slug` string, nullable
    - `_id` string, objectId, required
    - `_createdAt` string, date-time, required
    - `_updatedAt` string, date-time, nullable
    - `_reference` string, nullable
  - `metadata` object
  - `_type` string

---

[API](https://skmtc.net/helloasso/apis/api-authentication-access-token.md) · [All operations](https://skmtc.net/helloasso/apis/api-authentication-access-token/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/helloasso/api-authentication-access-token/revisions/b8cd7d9ae24e/schema)
