Examples
OAuth Callback
This example demonstrates how to handle the OAuth 2.0 callback when using the OAuth 2.0 user flow with the Light API.
When a user authorizes your application, they will be redirected back to your specified redirect URI with an authorization code. You need to handle this callback in your application to exchange the authorization code for an access token.
Previous
Create an Invoice PayableEnd-to-end example: create a vendor invoice with line items and a document
Next