Skip to main content
POST
/
categories
/
batch
Batch update categories
curl --request POST \
  --url https://api.finta.io/v2/categories/batch \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "updates": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>",
      "group": "<string>",
      "description": "<string>"
    }
  ]
}
'
{
  "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 categories updated

updated
integer
required

Number of records updated