Skip to content

Get all custom header groups

Request

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

Responses

Successful operation

Bodyapplication/json
customHeaderGroupsArray of objectsrequired
Response
{ "customHeaderGroups": [ {} ] }