Skip to main content
GET
/
v1
/
inboxes
/
{id}
Get inbox
curl --request GET \
  --url https://api.openmail.sh/v1/inboxes/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "address": "jsmith@example.com",
  "externalId": "<string>",
  "createdAt": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

Inbox details

id
string

openmail inbox ID

address
string<email>

Full email address

externalId
string

Your external ID

createdAt
string<date-time>