BILL partner operations
In this section, we walk through the partner-level operations available with the BILL v3 API.
Become a BILL partnerIf you are interested in becoming a BILL partner, please reach out to your account manager for more information.
Who is a BILL partner?
As a BILL partner, you can perform partner-level operations, which include creating an organization, and then creating and managing users for that organization.

In this table, we compare workflows between BILL partners and organization-level users.
| Workflow | BILL partner | BILL organization-level user |
|---|---|---|
| API login | Sign in with POST /v3/partner/login to generate a sessionId. The API request requires three parameters.
| Sign in with POST /v3/login to generate a sessionId. The API request requires four parameters.
|
| Available operations |
POST /v3/partner/risk-verifications/USERID/phone), and then initiate risk verification (with POST /v3/risk-verifications) | Use devKey and sessionId to perform organization-level BILL API operations. You cannot perform any partner-level operations with the devKey and sessionId. |
In the next set of sections, we walk through creating organizations and users as BILL partners.
