Skip to main content
GET
/
v1
/
email
/
inboxes
List inboxes
curl --request GET \
  --url https://api.usenaive.ai/v1/email/inboxes \
  --header 'Authorization: Bearer <token>'
{
  "inboxes": [
    {
      "id": "<string>",
      "address": "<string>",
      "domain": "<string>",
      "status": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Response

OK.

inboxes
object[]