Skip to main content
GET
/
categories
List categories
curl --request GET \
  --url https://api.finta.io/v2/categories \
  --header 'Authorization: Bearer <token>'
{
  "categories": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "provider": "plaid",
      "providerId": "<string>",
      "name": "<string>",
      "group": "<string>",
      "description": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Finta API key from the dashboard (Bearer token).

Query Parameters

provider
enum<string>

Filter by data provider

Available options:
plaid,
go_cardless,
stripe,
mercury
bankConnectionId
string<uuid>

Filter to categories used by transactions on this bank connection

Response

Categories for the authenticated user

categories
object[]
required