API ReferenceapiaffiliatesPOST /v1/admin/bank-info/drift-check

POST /v1/admin/bank-info/drift-check

Service: affiliates · operationId: (none)

Compare affiliate bank details against Bill.com vendor records

Required scopes

(no scope declared — review service config)

Responses

200 Drift check completed

{
  "type": "object",
  "properties": {
    "checked": {
      "type": "integer"
    },
    "drifted": {
      "type": "integer"
    }
  },
  "required": [
    "checked",
    "drifted"
  ]
}

500 Internal error

{
  "type": "object",
  "properties": {
    "error": {
      "type": "string"
    },
    "message": {
      "type": "string"
    }
  },
  "required": [
    "error",
    "message"
  ]
}

Example

curl -X POST https://affiliates.platform.loop.health/v1/admin/bank-info/drift-check \
  -H "Authorization: Bearer $ACCESS_TOKEN"