Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.crevio.co/v1/email/inboxes/{id} \ --header 'Authorization: <api-key>'
{ "object": "<string>", "id": "<string>", "address": "<string>", "local_part": "<string>", "domain": "<string>", "display_name": "<string>", "metadata": {}, "created_at": "2023-11-07T05:31:56Z" }
Retrieves an inbox.
API key in the format: Bearer {api_token}
Inbox id
Inbox
active
deleted
Was this page helpful?