Skip to main content
POST
/
api
/
orgs
/
{id}
/
kpi-http-sync-policy
Allow KPI HTTP sync host
curl --request POST \
  --url https://atollhq.com/api/orgs/{id}/kpi-http-sync-policy \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "domain": "<string>"
}
'
{}

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

Body

application/json

Allowed exact host request. Human admin only.

domain
string
required

Exact destination host to allow. Public suffixes, shared-host wildcards, and subdomain wildcards are rejected.

Response

Successful response

The response is of type object.