---
title: "Obtenir toutes les organisations"
method: GET
path: "/partners/me/organizations"
tags: ["Partenaires"]
---

# Obtenir toutes les organisations

`GET /partners/me/organizations`

Liste toutes les organisations liées au partenaire. Les résultats sont classés par date de mise à jour de la visibilité API en ordre croissant. Le nombre total de résultats (ou de pages) n'est pas récupérable, donc les informations de pagination retournées indiqueront toujours -1.<br/><br/><b>Votre clientId doit être autorisé à tous ces privilèges : </b> <br/> AccessPublicData<br/><br/>

## Query parameters

- `pageSize` integer
- `continuationToken` string

## Response `200`

Success

- HelloAssoApiV5CommonModelsCommonResultsWithPaginationModelPartnerOrganizationModel — ResultsWithPaginationModel class
  - `data` HelloAssoApiV5CommonModelsDirectoryPartnerOrganizationModel[], nullable — Data property
    - `organization` HelloAssoApiV5CommonModelsDirectoryDirectoryOrganizationPublicModel — DirectoryOrganizationPublicModel class
      - `tags` string[], nullable — The public tags of the organization
      - `linkedPartners` string[], nullable — Partners linked to this organization
      - `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
    - `availableAccessToken` boolean — True if exist a valid organization access token obtained by authorize flow
  - `pagination` HelloAssoApiV5CommonModelsCommonPaginationModel — Pagination model class
    - `pageSize` integer — Page size
    - `totalCount` integer — Total number of results available
    - `pageIndex` integer — Current page index
    - `totalPages` integer — Total number of pages of results with current page size
    - `continuationToken` string, nullable — Continuation Token to get next results

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