AuthenticationApi
All URIs are relative to https://business.apis.kesk.app/v1
| Method | HTTP request | Description |
|---|---|---|
| handleAuthRedirect | POST /auth/redirect | Process authentication redirect with token validation |
handleAuthRedirect
AuthRedirectResult handleAuthRedirect(AuthRedirectRequest)
Process authentication redirect with token validation
Validates an authentication token and returns the appropriate redirect URL based on the provided route or URL parameters. This enables secure deep-linking after authentication flows such as email verification, password reset, or third-party OAuth callbacks.
Parameters
| Name | Type | Description | Notes |
|---|---|---|---|
| AuthRedirectRequest | AuthRedirectRequest | Authentication token and optional redirect destination |
Return type
Authorization
HTTP request headers
- Content-Type: application/json; charset=utf-8
- Accept: application/json; charset=utf-8