cURL
curl --request GET \ --url https://console.chakra.dev/api/replication/table_syncs_v1 \ --header 'Authorization: Bearer <token>'
{ "databases": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "source": { "credentials": {} }, "destination": { "credentials": {} }, "tables": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "source_details": {}, "destination_details": {} } ] } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Table syncs grouped by replication
The response is of type object.
object