Test building an authentication URL
Last updated
Was this helpful?
Last updated
Was this helpful?
This endpoint is used to simulate the process of building an authentication URL for a specific App Integration. It helps validate that the configured authentication settings (e.g., OAuth2 parameters, redirect URIs, scopes) generate a correct and functional URL for initiating the authentication flow.
Use this endpoint to verify the integration setup before enabling real authentication with third-party services.
The app integration id.
The brand URL of the request. This is used to identify the brand.
YOUR_BRAND_URL
This is used to authenticate the request. If the request is not authenticated, the server will return a 401 Unauthorized response.
YOUR_AUTH_KEY
The client email of the app integration. This value is used for OAuth2 methods. For example, for Google OAuth2, this value is the email of the service account.
The redirect URI of the app integration. After the user logs in, the user is redirected to this URI. This value is must be mapping with the application configuration on the OAuth2 provider.
The scope of the app integration.
The state of the app integration.