Qonto
Get OAuth authorize URL for Qonto
Génère un state HMAC signé, le met en cache, et retourne l'URL de redirection vers la page d'autorisation OAuth2 Qonto.
get/apps/{appId}/services/qonto/oauth/authorize-url
Path parameters
appIdinteger required
The identifier of the Sinao application you are using. Each application corresponds to a company and an accounting. A user can have several Sinao applications. To retrieve the identifiers of its applications, you must call the endpoint /apps.
Response
URL d'autorisation Qonto (string)
string required
Example response
"https://oauth.qonto.com/oauth2/auth?response_type=code&client_id=..."