You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm reading here that an app can authenticate with—in addition to the required application key—a token for the user instead of username / pwd. Does this package accomodate that use case?
For API calls only, the user login credentials can be replaced by a Token name and password. A Token can be created generated on the Bill.com application and can only be used for API calls.
I'm reading here that an app can authenticate with—in addition to the required application key—a token for the user instead of username / pwd. Does this package accomodate that use case?
The relevant text from the overview page at:
http://developer.bill.com/api-documentation/overview/
For API calls only, the user login credentials can be replaced by a Token name and password. A Token can be created generated on the Bill.com application and can only be used for API calls.
Thank you!