Skip to main content

Accounting Provider Oauth Callback

GET 

/api/v2/accounting/:provider/callback

OAuth redirect target called by the provider itself -- authenticated via state alone, not a bearer token.

The caller here is the end user's browser, not an API client, so this always redirects to the frontend (status=success|failure&provider={name}) rather than returning JSON -- even when the exchange/verification fails.

Request

Responses

Successful Response