New v3 API endpoints for BILL partners
We have introduced new capabilities for BILL partners. As a BILL partner, you can now perform partner-level operations, which includes creating an organization, and then creating and managing users for that organization.
Requirements
Partner-level API operations have two requirements.
- A
sessionIdgenerated with API partner login - An
appKeyheader value
Organizations and Users
We have introduced a set of partner-level API endpoints that can be accessed with a partner account sessionId.
Operation | API endpoint |
|---|---|
| |
| |
| |
API login as user |
|
| |
| |
| |
| |
| |
|
After signing in as a user with POST /v3/partner/login-as-user, you can perform organization-level BILL API operations, such as creating a bill or paying a vendor. Note that all organization-level BILL API operations require a devKey and sessionId.
See BILL partner operations for more information.
