NT
NT Clone
Transaction Replication
Transaction replication service for client verification of transaction histories
Click here to show the API spec
API spec
| Endpoint | POST /api/v1/schema_replications |
| Params | schema (required, string) — the tenant schema name, e.g. anokix |
| Auth | Authorization: Token token="<api key>" |
| Responses |
202 { "status": "queued" } or { "status": "in_progress" }401 { "message": "Unauthorized" }422 { "message": "schema is required" }
|