Skip to main content
GET
/
v1
/
email
/
{id}
Get inbound email
curl --request GET \
  --url https://api.usenaive.ai/v1/email/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "from": "<string>",
  "to": "<string>",
  "subject": "<string>",
  "body": "<string>",
  "message_id": "<string>",
  "received_at": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Workspace API key. Create one via the dashboard or POST /v1/auth/keys.

Path Parameters

id
string
required

Response

OK.

id
string
from
string
to
string
subject
string
body
string
message_id
string | null
received_at
string<date-time>