Skip to main content

Get OAuth Config

GET 

/api/faire/oauth/config

Return the public OAuth metadata used by the frontend to render the authorization flow.

Response fields:

  • scopes - Faire OAuth scopes the app requests
  • redirect_url - The redirect URL registered with Faire (where Faire sends users back after authorization)
  • authorize_url - Faire's authorization endpoint base URL

Auth: Requires Bearer token.

Request

Responses

Successful response