Skip to content
Pile
Esc
navigateopen⌘Jpreview

List email inboxes

GET/workspaces/{organizationId}/email-inboxes
Path parameters
organizationIdstringrequired
Responses
200Email inboxes list
inboxesobject[]required
Show properties
Array of object
idstringrequired
organizationIdstringrequired
addressstringrequired
teamIdstring | nullrequired
projectIdstring | nullrequired
enabledbooleanrequired
createdAtstringrequired
updatedAtstringrequired
Try it
Server
Parameters
Request
curl -X GET "/workspaces/string/email-inboxes"
Response
{
  "inboxes": [
    {
      "id": "string",
      "organizationId": "string",
      "address": "string",
      "teamId": "string",
      "projectId": "string",
      "enabled": true,
      "createdAt": "string",
      "updatedAt": "string"
    }
  ]
}