Nabis Invoices API

Invoices/Aging Report CSVs

Operations 1

GET /invoices Get Invoice CSV #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/nabis-invoices-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

nabis-invoices-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  description: "Welcome to the Nabis Platform Api. \n - All Api Access are rate limited (on a per minute basis) \n - **X-NABIS-RATELIMIT** in the response header will show the remaning req limit \n - **x-nabis-access-token** header is required for all api requests \n - **For Example**: \n`curl --location --request GET 'https://api.getnabis.com/platform/v1/orders/detailed?page=1' --header 'x-nabis-access-token: 8f440f43260fc8e7e7db800c178c193d'` \n - replace **8f440f43260fc8e7e7db800c178c193d** with your provided access token"
  version: 1.0.3
  title: Nabis Platform Api [DEPRECATED] Invoices API
  contact:
    email: help@nabis.com
servers:
- url: https://api.getnabis.com/platform/v1
tags:
- name: Invoices
  description: Invoices/Aging Report CSVs
paths:
  /invoices:
    get:
      tags:
      - Invoices
      summary: Get Invoice CSV
      description: ''
      operationId: getInvoices
      parameters:
      - in: header
        name: x-nabis-access-token
        description: Nabis Access Token
        required: true
        schema:
          type: string
      responses:
        '200':
          description: successful operation
          content:
            application/octet-stream:
              schema:
                type: object
                properties:
                  Overdue:
                    type: string
                  Delivery Date:
                    type: string
                  Name:
                    type: string
                  Order Number:
                    type: integer
                  Due:
                    type: integer
                  Subtotal:
                    type: integer
                  Tax:
                    type: integer
                  Due Date:
                    type: string
                  PO / SO Number:
                    type: string
                  Retailer UUID:
                    type: string
                  Creator:
                    type: string
                  Creator Email:
                    type: string
                  Future Date:
                    type: string
                  Collected:
                    type: integer
                  Subtotal Collected:
                    type: integer
                  Tax Collected:
                    type: integer
                  Dispensary:
                    type: string
                  Manifest:
                    type: string
                  Org Name:
                    type: string
                  Future Number:
                    type: integer
                  Warehouse:
                    type: string
        '429':
          description: rate limit hit