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.

Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

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

OK

Response Headers
    Content-Type