Skip to main content
POST
/
api
/
orgs
/
{id}
/
kpis
/
{kpiId}
/
http-syncs
/
{syncId}
/
dry-run
Dry-run KPI HTTP sync
curl --request POST \
  --url https://atollhq.com/api/orgs/{id}/kpis/{kpiId}/http-syncs/{syncId}/dry-run \
  --header 'Authorization: Bearer <token>'
{
  "result": {
    "ok": true,
    "configHash": "<string>",
    "httpStatus": 123,
    "durationMs": 123,
    "responseBytes": 123,
    "extractedValue": 123,
    "errorCode": "<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

kpiId
string
required

kpiId identifier

syncId
string
required

syncId identifier

Response

Successful response

result
object

Sanitized execution result. Raw response bodies, secret values, and third-party payloads are never returned.