Skip to main content
POST
/
transactions
/
batch
Batch update transactions
curl --request POST \
  --url https://api.finta.io/v2/transactions/batch \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "updates": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "categoryId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
    }
  ]
}
'
{
  "updated": 123
}

Authorizations

Authorization
string
header
required

Finta API key from the dashboard (Bearer token).

Body

application/json
updates
object[]
required
Required array length: 1 - 250 elements

Response

Number of transactions updated

updated
integer
required

Number of records updated