audit_logs
v3
Create subscribed event
post/v3/audit_logs/events
Request body
Example request
{
"events": [
{
"name": "SURVEY_CREATED"
}
],
"http_method": "POST",
"url": "https://subscribed.com/data"
}Response
Created
{
"events": [
{
"name": "SURVEY_CREATED"
}
],
"http_method": "POST",
"url": "https://subscribed.com/data"
}Created