Skip to main content
GET
/
api
/
orgs
/
{id}
/
kpis
/
{kpiId}
/
http-syncs
List KPI HTTP syncs
curl --request GET \
  --url https://atollhq.com/api/orgs/{id}/kpis/{kpiId}/http-syncs \
  --header 'Authorization: Bearer <token>'
{
  "syncs": [
    {
      "id": "<string>",
      "config_hash": "<string>",
      "config_version": 123
    }
  ]
}

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

kpiId
string
required

kpiId identifier

Response

Successful response

syncs
object[]