Logo
Openapi.it Public API Documentation

{{baseUrl}}/inbox/:id

GET {{baseUrl}}/inbox/:id

Returns a single message. Please note that the body will be a string encoded in x-www-form-urlencoded

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
x-username
string (Required) Username of Email to check
x-password
string (Required) Password of Email to check
Accept
string




RESPONSES

status OK

{ "data": { "sender": "posta-certificata@pecmassiva.com", "recipient": "altravia@pecmassiva.com", "date": "Mon, 21 Sep 2020 15:26:37 +0200", "object": "ACCETTAZIONE: Invio di prova pec massiva 202009211526363", "body": "This is an example body." }, "success": true, "message": "" }



Curl
curl -X GET 'baseUrl/inbox/:id' -H 'x-username: <string>' -H 'x-password: <string>' -H 'Accept: application/json'

ENDPOINTS