API / Webhooks
GET
/webhooks/endpoints
List webhook endpoints
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/webhooks/endpoints \
-H "Authorization: Bearer $SPORE_API_KEY"Réponses
| Statut | Description | Type |
|---|---|---|
| 200 | OK | list_endpoints.Result |
| 400 | Bad Request | echo.HTTPError |
| 401 | Unauthorized | echo.HTTPError |
Source machine : openapi.json · opération listWebhookEndpoints