Skip to main content
GET
/
api
/
orgs
/
{id}
/
kpi-http-sync-policy
List KPI HTTP sync policy
curl --request GET \
  --url https://atollhq.com/api/orgs/{id}/kpi-http-sync-policy \
  --header 'Authorization: Bearer <token>'
{
  "domains": [
    {}
  ],
  "headers": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

id identifier

Response

Successful response

domains
object[]
headers
object[]