Skip to content

Web Journey Custom Headers

APIs for managing web journey custom headers

Get custom headers for a web journey

Request

GET /v3/web-journeys/{webJourneyId}/custom-headers
Security
API_Key
Path
webJourneyIdinteger, (int64)required

Unique identification number for web journey item

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

Responses

Successfully returned a list of custom headers for the web journey

Bodyapplication/json
assignedCustomHttpHeadersArray of objectsrequired
Response
{ "assignedCustomHttpHeaders": [ {} ] }