Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

BILL Vendors API

The Vendors API from BILL — 3 operation(s) for vendors.

BILL Vendors API is one of 11 APIs that BILL publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Vendors. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 5 operations across 3 paths, and defines 3 schemas. It is described by OpenAPI 3.1.0, at version 3.0.0.

Requests are made against 4 base URLs: https://gateway.prod.bill.com/connect/v3, https://gateway.stage.bill.com/connect/v3, https://api.bill.com/v3, https://api-sandbox.bill.com/v3.

5 operations 3 paths 3 schemas 2 GET1 PATCH2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
3.0.0
Base URL
https://gateway.prod.bill.com/connect/v3
Authentication
API Key
License
Proprietary
Resource Areas
1

Authentication & Security 1

BILL Vendors API declares 1 security scheme for authenticating requests. An API key is passed in the header as sessionId (sessionAuth). By default, every request must be authenticated.

  • sessionAuth — Session identifier obtained from POST /login. Expires after 35 minutes of inactivity. A devKey (developer key) is also required on requests and is sent alongsi…

Paths & Operations 5

Across 3 paths, the API surfaces 5 operations — 2 GET, 1 PATCH, 2 POST. Each is listed below with its method, path, parameters, and response codes.

Vendors 5
GET
/vendors
List vendors
listVendors 2 params → 200
POST
/vendors
Create a vendor
createVendor body → 201
GET
/vendors/{vendorId}
Retrieve a vendor
getVendor 1 param → 200
PATCH
/vendors/{vendorId}
Update a vendor
updateVendor 1 param body → 200
POST
/vendors/{vendorId}/bank-account
Add a vendor bank account
addVendorBankAccount 1 param body → 201

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are VendorCreate (9 properties), Address (6 properties), BankAccount (5 properties). Each schema is shown below with its type and property counts.

Address
object
6 properties
BankAccount
object
5 properties 3 required
VendorCreate
object
9 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

bill-vendors-api-openapi.yml Raw ↑

Other APIs BILL publishes across the network.

BILL v3 API
BILL Elements
BILL Authentication API
BILL Bills API
BILL Customers API
BILL Funding Accounts API
BILL Invoices API
BILL Organizations API
BILL Payments API
BILL Webhooks API