Skip to content

Get web journey notification configuration

Request

GET /v3/web-journeys/{webJourneyId}/notificationconfig

Retrieve notification settings for a web journey

Security
API_Key
Path
webJourneyIdinteger, (int64)required

Unique identification number for web journey item

Example:107239
GET
/v3/web-journeys/{webJourneyId}/notificationconfig
curl -i -X GET \
  https://api.observepoint.com/v3/web-journeys/107239/notificationconfig \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

Notification configuration retrieved successfully

Bodyapplication/json
emailsArray of strings

List of email addresses for notifications

alertsboolean

Whether alerts are enabled

webHookUrlstring

Webhook URL for notifications

Response
{ "emails": [ "string" ], "alerts": true, "webHookUrl": "string" }