Start Full Reconciliation
Start Full Reconciliation
Triggers full reconciliation for all key types that are currently out of sync.
This endpoint detects which key types have OUT_OF_SYNC status and requests CID files from BTG for each of them. The actual reconciliation processing happens asynchronously via webhooks when the files become available.
Response codes:
- 202 Accepted: One or more reconciliation jobs were created
- 200 OK: All key types are already synchronized (no jobs created)
POST
Start Full Reconciliation
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
All key types synchronized
Response from full reconciliation start operation.

