API / Inbound
GET
/inbound/messages
List inbound messages
Authentification : clé API Bearer requise.
Paramètres
| Nom | Dans | Type | Description |
|---|---|---|---|
| limit | query | integer | Max messages to return (default 50, max 200) |
| offset | query | integer | Offset into the result set |
Exemple curl
curl -X GET https://api.sporee.fr/inbound/messages \
-H "Authorization: Bearer $SPORE_API_KEY"Réponses
| Statut | Description | Type |
|---|---|---|
| 200 | OK | list_inbound_messages.Response |
| 401 | Unauthorized | echo.HTTPError |
Source machine : openapi.json · opération listInboundMessages