---
title: "Obtenir la liste des catégories du JO"
method: GET
path: "/values/organization/categories"
tags: ["Liste de valeurs"]
---

# Obtenir la liste des catégories du JO

`GET /values/organization/categories`

Utilisez ceci afin de construire votre liste de catégories d'organisation<br/><br/><b>Votre clientId doit être autorisé à tous ces privilèges : </b> <br/> AccessPublicData<br/><br/>

## Response `200`

Success

- HelloAssoApiV5CommonModelsAccountsOrganismCategoryModel[]
  - `id` integer
  - `label` string, nullable
  - `shortLabel` string, nullable

## Other responses

- `401` — Unauthorized, you must add a valid JWT into Authorization Header with the format : `Bearer TOKEN`
- `403` — The JWT token hasn't the privileges or Roles for this action

---

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