OAuth Authorization
Get OAuth Config
Return the public OAuth metadata used by the frontend to render the authorization flow.
Get Authorization URL
Generate the Faire OAuth authorization URL for this integration instance.
OAuth Callback (Faire → SKU)
OAuth callback hit by Faire after the user authorizes the app. **Not called manually** — Faire redirects the user's browser to this URL.
Revoke Authorization
Revoke the stored Faire access token both at Faire (`POST /api/external-api-oauth2/revoke`) and locally on the integration instance.
Set Access Token Manually
Persist a Faire long-lived access token directly onto the integration instance — an alternative to the OAuth Authorization Code flow.