v1

latestSwagger 2.02026-08-06250450289.0 KB
audit_logs
v3

Create subscribed event

post/v3/audit_logs/events

Request body

http_method'GET' | 'PUT' | 'POST' | 'DELETE' required

The HTTP method for the request (GET, PUT, POST, or DELETE).

urlstring required

URL of audit webhook event

headersProperties

Example request

{
  "events": [
    {
      "name": "SURVEY_CREATED"
    }
  ],
  "http_method": "POST",
  "url": "https://subscribed.com/data"
}

Response

Created