# Get Email Inbox by id GET /v3/email-inboxes/{emailInboxId} Get a Email Inbox by id Endpoint: GET /v3/email-inboxes/{emailInboxId} Security: API_Key ## Path parameters: - `emailInboxId` (integer, required) Unique identification number for email inbox ## Response 200 fields (application/json): - `id` (integer, required) Example: 10 - `labelIds` (array, required) The ids of the labels associated to the Email Inbox Example: [223] - `name` (string, required) Example: "Christmas Marketing Campaign" - `emailAddress` (string, required) The email address that has been assigned to the inbox Example: "scanTest+<8^[a-z0-9]>@email.observepoint.com" - `notes` (string) - `subscribers` (object) - `subscribers.onReceived` (array) - `subscribers.onProcessed` (array) - `linkExclusionFilters` (array, required) - `omitSocialLinks` (boolean, required) ## Response 400 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object) ## Response 401 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object) ## Response 403 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object) ## Response 404 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object)