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

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

OK

inboxes
object[]