cURL
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" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Inbox details
openmail inbox ID
Full email address
Your external ID