---
title: "Récupération des informations"
method: GET
path: "/partners/me"
tags: ["Partenaires"]
---

# Récupération des informations

`GET /partners/me`

<br/><br/><b>Votre clientId doit être autorisé à tous ces privilèges : </b> <br/> AccessPublicData<br/><br/>

## Response `200`

Success

- HelloAssoApiV5CommonModelsPartnersPartnerPublicModel
  - `name` string, nullable — Name of the partner
  - `displayName` string, nullable — Display Name of the partner
  - `description` string, nullable — Description of the partner
  - `url` string, nullable — Website of the partner
  - `logo` string, nullable — Logo of the partner : square format
  - `logoRectangle` string, nullable — Logo of the partner : rectangle format
  - `apiClient` HelloAssoApiV5CommonModelsAccountsClientsApiClientModel
    - `id` string, nullable
    - `secret` string, nullable — Filled only when requested by the organization back office
    - `partnerName` string, nullable
    - `privileges` string[], nullable
    - `domain` string, nullable
  - `urlNotificationList` HelloAssoApiV5CommonModelsApiNotificationsApiUrlNotificationModel[], nullable — Url Notification of the partner
    - `url` string, nullable — The notification Url
    - `apiNotificationType` 'Payment' | 'Order' | 'Form' | 'Organization'
    - `signatureKey` string, nullable — Signature Key : allows you to verify the authenticity of notifications
  - `partnerStatistics` HelloAssoApiV5ModelsPartnerStatisticsModel
    - `linkedOrganizationsCount` integer — Number of organizations linked to this partner
    - `linkedOrganizationsCollectedAmount` integer — Collected amount by linked organizations
    - `checkoutCollectedAmount` integer — Collected amount by All partner checkouts
    - `organizationsUsingCheckout` integer — Number of organizations using the checkout with this partner
    - `availableOrganizationsAccessTokenCount` integer — Number of organizations access token obtains by authorize flow

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