GET /v3/email-inboxes/{emailInboxId}
Get a Email Inbox by id
Security
API_Key
GET
curl -i -X GET \
'https://api.observepoint.com/v3/email-inboxes/{emailInboxId}' \
-H 'Authorization: YOUR_API_KEY_HERE'Successful operation, resource found
The email address that has been assigned to the inbox
Example:"scanTest+<8^[a-z0-9]>@email.observepoint.com"
Response
{ "id": 10, "labelIds": [ 223 ], "name": "Christmas Marketing Campaign", "emailAddress": "scanTest+<8^[a-z0-9]>@email.observepoint.com", "notes": "string", "subscribers": { "onReceived": [ … ], "onProcessed": [ … ] }, "linkExclusionFilters": [ "string" ], "omitSocialLinks": true }