API / Inbound

GET

/inbound/messages

List inbound messages

Authentification : clé API Bearer requise.

Paramètres

NomDansTypeDescription
limitqueryintegerMax messages to return (default 50, max 200)
offsetqueryintegerOffset into the result set

Exemple curl

curl -X GET https://api.sporee.fr/inbound/messages \
  -H "Authorization: Bearer $SPORE_API_KEY"

Réponses

StatutDescriptionType
200OKlist_inbound_messages.Response
401Unauthorizedecho.HTTPError

Source machine : openapi.json · opération listInboundMessages