Skip to content

Associate an audit configuration with an existing Email Inbox

Request

PUT /v3/email-inboxes/{emailInboxId}/audit-configurations/{auditId}
Security
API_Key
Path
emailInboxIdintegerrequired

Unique identification number for email inbox

auditIdinteger, (int64)required

Unique identification number for web audit

Example:107239
PUT
/v3/email-inboxes/{emailInboxId}/audit-configurations/{auditId}
curl -i -X PUT \
  'https://api.observepoint.com/v3/email-inboxes/{emailInboxId}/audit-configurations/107239' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

Successful operation

Response
No content