Skip to content

Get a custom header group by ID

Request

GET /v3/custom-headers/{customHeaderGroupId}
Security
API_Key
Path
customHeaderGroupIdintegerrequired

Unique identification number for custom header group

GET
/v3/custom-headers/{customHeaderGroupId}
curl -i -X GET \
  'https://api.observepoint.com/v3/custom-headers/{customHeaderGroupId}' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

Successful operation

Bodyapplication/json
idinteger, (int64)
groupNamestringrequired
headersArray of objectsrequired
requestUrlFiltersArray of objectsrequired
assignmentsArray of objectsrequired
applyToAllbooleanrequired
Response
{ "id": 0, "groupName": "string", "headers": [ {} ], "requestUrlFilters": [ {} ], "assignments": [ {} ], "applyToAll": true }