GET
curl -i -X GET \
https://api.observepoint.com/v3/custom-headers \
-H 'Authorization: YOUR_API_KEY_HERE'Response
{ "customHeaderGroups": [ { … } ] }
curl -i -X GET \
https://api.observepoint.com/v3/custom-headers \
-H 'Authorization: YOUR_API_KEY_HERE'{ "customHeaderGroups": [ { … } ] }