API Reference
DocumentationChangelogConsoleWebsite
  • API Guides
  • Overview
    • API design
    • Errors
    • Webview
    • Fair usage policy
    • Authentication
  • USER CONNECTIONS
    • Users
    • Connectors
    • Connections
  • PRODUCTS
    • DATA AGGREGATION
      • Bank accounts
      • Bank transactions
      • Transactions attachments
      • Categorization
      • Bank account types
      • Balances
      • Currencies
      • Account Ownerships
      • Identities (obsolete)
      • Categories (obsolete)
      • Invoices
      • Credit notes
      • Advisory (obsolete)
      • Indicators
    • WEALTH AGGREGATION
      • Investments
      • Market orders
      • Pockets
      • Loan amortizations
    • DOCUMENTS AGGREGATION
      • Subscriptions
      • Documents
      • Document types
      • Connection Identity
    • PAYMENTS
      • Payments
      • Payment Links
      • Transfers (obsolete)
  • API SETUP
    • Configuration
    • Client applications
Powered by GitBook
On this page
  • API endpoints
  • List categories
  • Category
  • Data model
  • CategoriesList object
  • Category object

Was this helpful?

  1. PRODUCTS
  2. DATA AGGREGATION

Categories (obsolete)

PreviousIdentities (obsolete)NextInvoices

Last updated 9 months ago

Was this helpful?

The current version of this feature is obsolete. A major redesign of it is in progress.

API endpoints

Authentication: endpoints listed in this page require with a user token.

List categories

GET https://{domain}.biapi.pro/2.0/categories

Get all categories.

Response body: CategoriesList object

Route aliases:
/users/{userId}/categories
/users/{userId}/categories/full

Category

GET https://{domain}.biapi.pro/2.0/categories/{categoryId}

Get a single category by ID.

Path Parameters

Name
Type
Description

categoryId*

Integer

Category ID.

Response body: Category object

Data model

CategoriesList object

Property
Type
Description

categories

The full list of categories.

Category object

Property
Type
Description

id

Integer

ID of the category.

id_parent_category

Integer

ID of the parent category. If this is a parent category, it will be equal to its own ID.

name

String

Name of the category.

color

String

Color of the category.

income

Boolean or null

Is an income category. If null, this is both an income and an expense category.

refundable

Boolean

This category accepts opposite sign of transactions.

id_logo

Integer or null

ID of the logo.

Array of objects

header authentication
Category