Sign in to your BILL developer account. In the response, your API session is created and a BILL-generated sessionId
is available. Use the sessionId
in all subsequent API calls to confirm that you are in a signed-in session.
To create an MFA-trusted API session, set rememberMeId
and device
in addition to the required fields. See MFA setup for information about the BILL MFA process.
You can sign out with POST /v3/logout
. If your API session is inactive for 35 minutes, the session expires and you are automatically signed out.
See API partner login for information about the additional permissions you get with the API partner login.
Note: This section is about authentication for working with the BILL v3 API. See Authentication with Spend & Expense API token for information about authentication for the Spend & Expense API endpoints.