Setup OAuth Authentication
Learn how to use the OAuth 2.0 standard to generate access tokens to interact with the Pine API.
Create a public application
Redirect user installation requests to Pine
https://www.pinecards.app/oauth/authorize?client_id=_&redirect_uri=_&state=_Parameter
Description
Handle the redirect URLs for users who have approved your application
Parameter
Description
Exchange your authorization code for an access token
Parameter
Description
Revoke an access token
Parameter
Description
Last updated