cURL
curl --request GET \ --url https://api.openmail.sh/v1/inboxes \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "address": "jsmith@example.com", "externalId": "<string>", "createdAt": "2023-11-07T05:31:56Z" } ], "total": 123 }
List all inboxes for your account. Supports pagination.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Max results to return
x <= 100
Number of results to skip
List of inboxes
Show child attributes