Get authenticate URL by app integration name
Get app integration authenticate URL for the given appIntegrationName, callback URL, return URL, device code, and type response. The URL is ready to redirect the user to the app integration login page after calling this endpoint. After the user logs in, the user will be redirected to the callback URL.
The callback URL. It is the URL that the user will be redirected to after logging in.
The return URL. It is the URL that the user will be redirected to after canceling the login.
The device code. It is the code that the user will be detected as a device.
The app integration name. It is the name of the app integration to get the authenticate URL.
This enum represents the response client for the AppSettingAuthenticationTypeResponseClient.
The brand URL of the request. This is used to identify the brand.
YOUR_BRAND_URLThe request was successful.
The API result model with data.
This is the flag to indicate whether the API call is successful or not.
This is the HTTP status code. This is used to determine the status code to be returned to the client.
This is the message to be displayed to the user.
API call exceeded rate limit due to too many requests.
Last updated