v1

latestOpenAPI 3.1.02026-07-26232644.9 KB
Sync

Synchronizes all connected financial accounts and transactions with the latest data from banks and credit card providers. Requires API key for authentication and active subscription.

post/tools/api/manual-update

Response

Manual sync initiated

successboolean

Indica se a requisição foi bem-sucedida

messagestring

Mensagem de confirmação da sincronização

{"stackTrail":"components:schemas:ManualUpdateDetails","oasType":"schema","type":"unknown"}
timestampstring date-time

Timestamp da requisição em formato ISO 8601

Example response

{
  "success": true,
  "message": "Accounts and transactions update process completed",
  "timestamp": "2024-01-15T10:30:00Z"
}