- Read the configurations for an Email Inbox by id
Return filtered email inboxes
Get Email Inbox by id
Get all email messages associated with a given Email Inbox
Get all email messages statuses associated with a given Email Inbox
Read the configurations f...
GET /v3/email-inboxes/{emailInboxId}/audit-configurations
Security
API_Key
GET
curl -i -X GET \
'https://api.observepoint.com/v3/email-inboxes/{emailInboxId}/audit-configurations' \
-H 'Authorization: YOUR_API_KEY_HERE'Successful operation, resource found
Array []
Date-time in RFC3339 profile ISO 8601 format with the following additional restrictions:
- An uppercase T must separate the date and time portions.
- An uppercase Z must denote that a numeric time zone offset isn't present.
In general, these timestamp requirements are the same in AWS Step Functions - Choice Rules
Example:"2016-08-18T17:33:00Z"
Response
[ { "auditId": 107239, "auditName": "string", "auditLastRunAt": "2016-08-18T17:33:00Z", "auditLabels": [ … ] } ]