- Update custom headers for a web journey
Get custom headers for a web journey
Update custom headers for...
PUT /v3/web-journeys/{webJourneyId}/custom-headers
Security
API_Key
PUT
curl -i -X PUT \
https://api.observepoint.com/v3/web-journeys/107239/custom-headers \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"assignedCustomHttpHeaders": [
{
"groupId": 0,
"isApplyToAll": true
}
]
}'Response
{ "assignedCustomHttpHeaders": [ { … } ] }