API / Unsubscribes
GET
/unsubscribes
List unsubscribe events
Authentification : clé API Bearer requise.
Paramètres
| Nom | Dans | Type | Description |
|---|---|---|---|
| limit | query | integer | Page size |
| offset | query | integer | Offset |
Exemple curl
curl -X GET https://api.sporee.fr/unsubscribes \
-H "Authorization: Bearer $SPORE_API_KEY"Réponses
| Statut | Description | Type |
|---|---|---|
| 200 | OK | list_unsubscribes.Response |
| 400 | Bad Request | echo.HTTPError |
| 401 | Unauthorized | echo.HTTPError |
Source machine : openapi.json · opération listUnsubscribes