Query parameters

  • page string Required
  • page_size string Required

Responses

  • 200

    200

    Hide response attributes Show response attributes array[object]
  • 400

    400

    Hide response attribute Show response attribute object
    • error object Required
      Hide error attributes Show error attributes object
      • code string Required
      • message string Required
  • 401

    401

    Hide response attribute Show response attribute object
    • error object Required
      Hide error attributes Show error attributes object
      • code string Required
      • message string Required
  • 404

    404

    Hide response attribute Show response attribute object
    • error object Required
      Hide error attributes Show error attributes object
      • code string Required
      • message string Required
  • 500

    500

    Hide response attribute Show response attribute object
    • error object Required
      Hide error attributes Show error attributes object
      • code string Required
      • message string Required
GET /api/v1/accounts/
curl \
 -X GET api.consola.finance/api/v1/accounts/?page=string&page_size=string \
 -H "Authorization: $API_KEY"
Response examples (200)
[
  {
    "integration": "Quickbooks",
    "id": "string",
    "name": "string",
    "isAccountType": true,
    "accountTypeId": "string",
    "teamId": "string",
    "integrationMetadata": "string"
  }
]
Response examples (200)
[
  {
    "integration": "Quickbooks",
    "id": "string",
    "name": "string",
    "isAccountType": true,
    "accountTypeId": "string",
    "teamId": "string",
    "integrationMetadata": "string"
  }
]
Response examples (400)
{
  "error": {
    "code": "string",
    "message": "string"
  }
}
Response examples (400)
{
  "error": {
    "code": "string",
    "message": "string"
  }
}
Response examples (401)
{
  "error": {
    "code": "string",
    "message": "string"
  }
}
Response examples (401)
{
  "error": {
    "code": "string",
    "message": "string"
  }
}
Response examples (404)
{
  "error": {
    "code": "string",
    "message": "string"
  }
}
Response examples (404)
{
  "error": {
    "code": "string",
    "message": "string"
  }
}
Response examples (500)
{
  "error": {
    "code": "string",
    "message": "string"
  }
}
Response examples (500)
{
  "error": {
    "code": "string",
    "message": "string"
  }
}