API / Inbound

GET

/inbound/messages/{id}

Get one inbound message

Authentification : clé API Bearer requise.

Paramètres

NomDansTypeDescription
id*pathstringInbound message id

Exemple curl

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

Réponses

StatutDescriptionType
200OKrepository.InboundMessageView
401Unauthorizedecho.HTTPError
404Not Foundecho.HTTPError

Source machine : openapi.json · opération getInboundMessage