Divvy · Authentication Profile
Divvy Authentication
Authentication
BILL uses a session/token model, not OAuth. The BILL AP/AR/network APIs use a developer key (devKey) plus a session token (sessionId) obtained from POST /v3/login; both are sent as headers on every subsequent call. The BILL Spend & Expense (formerly Divvy) API uses a separate Spend & Expense API token, sent as the apiToken header, with no API login step.
Divvy secures its APIs with apiKey across 3 declared security schemes, as derived from its OpenAPI definitions.
CompanyPaymentsSpend ManagementCorporate CardsExpense ManagementFintechBILL
Methods: apiKey
Schemes: 3
OAuth flows:
API key in: header
Security Schemes
SpendExpenseApiToken apiKey
DevKeyAndSession apiKey
PartnerAppKey apiKey