/
Get a custom header group...
GET /v3/custom-headers/{customHeaderGroupId}
Security
API_Key
GET
curl -i -X GET \
'https://api.observepoint.com/v3/custom-headers/{customHeaderGroupId}' \
-H 'Authorization: YOUR_API_KEY_HERE'Response
{ "id": 0, "groupName": "string", "headers": [ { … } ], "requestUrlFilters": [ { … } ], "assignments": [ { … } ], "applyToAll": true }