---
title: "Mise à jour de l'URL de notification principale"
method: PUT
path: "/partners/me/api-notifications"
tags: ["Partenaires"]
---

# Mise à jour de l'URL de notification principale

`PUT /partners/me/api-notifications`

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

## Request body

- HelloAssoApiV5CommonModelsApiNotificationsPostApiUrlNotificationBody
  - `url` string, required — The Api notification Url
  - `notificationType` 'Payment' | 'Order' | 'Form' | 'Organization'

## Response `200`

Success

- HelloAssoApiV5CommonModelsApiNotificationsApiUrlNotificationModel — Organization notification URL Model class
  - `url` string, nullable — The notification Url
  - `apiNotificationType` 'Payment' | 'Order' | 'Form' | 'Organization'
  - `signatureKey` string, nullable — Signature Key : allows you to verify the authenticity of notifications

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