---
title: "Obtenir le détail d'une organisation"
method: GET
path: "/organizations/{organizationSlug}"
tags: ["Organisation"]
---

# Obtenir le détail d'une organisation

`GET /organizations/{organizationSlug}`

Obtenir les informations publiques de l'organisation spécifiée.<br/><br/><b>Votre clientId doit être autorisé à tous ces privilèges : </b> <br/> AccessPublicData<br/><br/>

## Path parameters

- `organizationSlug` string, required

## Response `200`

Success

- HelloAssoApiV5CommonModelsOrganizationsOrganizationPublicModel
  - `facebookPage` string, nullable
  - `galleryImages` HelloAssoApiV5CommonModelsCommonImageModel[], nullable
    - `caption` string, nullable
    - `id` integer
    - `url` string, nullable
  - `longDescription` string, nullable
  - `twitterPage` string, nullable
  - `videos` HelloAssoApiV5CommonModelsCommonVideoModel[], nullable
    - `id` integer
    - `url` string, nullable
  - `webSite` string, nullable
  - `isAuthenticated` boolean, nullable — The organization is authenticated. Property returned only when asked by an organization admin.
  - `displayCoordinates` boolean, nullable — If the organization chose to display its coordinates. Property returned only when asked by an organization admin.
  - `isCashInCompliant` boolean, nullable — If transaction can be init on the organization or not. Property returned only when asked by an organization admin.
  - `banner` string, nullable — The organization banner
  - `fiscalReceiptEligibility` boolean — The organism can issue fiscal receipts (type ok and has not deactivated it) Must configure it and be authenticated to become enabled
  - `fiscalReceiptIssuanceEnabled` boolean — The organism is eligible, has set up his options, and is authenticated.
  - `type` 'Association1901Rig' | 'Association1901Rup' | 'Association1901' | 'FondationRup' | 'FondDotation' | 'FondationSousEgide' | 'FondationScientifique' | 'FondationPartenariale' | 'FondationUniversitaire' | 'FondationHospitaliere' | 'Association1905' | 'Association1905Rup' | 'Entreprise' | 'Cooperative' | 'Etablissement' | 'Association1908' | 'Association1908Rig' | 'Association1908Rup' | 'AssociationMilitaire' | 'AssociationProprietaire' | 'Collectivités' | 'ComiteEntreprise' | 'CSE' | 'FabriqueEglise' | 'FondsPerenite' | 'GIE' | 'GIP' | 'MenseCuriale' | 'SCIC' | 'SCOP' | 'Autres' | 'EPA'
  - `category` string, nullable — Organization category label
  - `address` string, nullable — Organization Address (for authorized applications or if authorized by the organization)
  - `geolocation` HelloAssoModelsSharedGeoLocation
    - `latitude` number, double
    - `longitude` number, double
  - `rnaNumber` string, nullable — Unique identifier assigned when creating the association
  - `logo` string, nullable — Logo of organization
  - `name` string, nullable — Name of organization
  - `role` 'OrganizationAdmin' | 'FormAdmin'
  - `city` string, nullable — Organization city
  - `zipCode` string, nullable — Organization zip code
  - `description` string, nullable — Organization description
  - `updateDate` string, date-time — Last update date of the organization
  - `categoryJoId` integer, nullable
  - `url` string, nullable — The organization url
  - `organizationSlug` string, nullable — The organization slug

## 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.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)
