All API endpoints which are currently available.

/api/v1.0/auth/token

Authenticate and receive a JWT access token.

Methods
  • POST
Body
  • metiz_key: Your Metiz.IO API key. Required.

/api/v1.0/profile

Returns profile information for the authenticated user.

Methods
  • GET
Headers
  • Authorization: Bearer <token>. Required.

/api/v1.0/status

Returns data sync status per endpoint for the authenticated user.

Methods
  • GET
Headers
  • Authorization: Bearer <token>. Required.

/api/v1.0/contacts

Returns the list of contacts from your accounting system.

Methods
  • GET
Headers
  • Authorization: Bearer <token>. Required.

/api/v1.0/account_scheme

Returns the chart of accounts from your accounting system.

Methods
  • GET
Headers
  • Authorization: Bearer <token>. Required.

/api/v1.0/financial_periods

Returns available financial periods from your accounting system.

Methods
  • GET
Headers
  • Authorization: Bearer <token>. Required.

/api/v1.0/transactions

Returns general ledger transactions from your accounting system.

Methods
  • GET
Headers
  • Authorization: Bearer <token>. Required.

/api/v1.0/statements

Returns the financial statement definitions configured for your account.

Methods
  • GET
Headers
  • Authorization: Bearer <token>. Required.