Skip to Content

AuthenticationApi

All URIs are relative to https://business.apis.kesk.app/v1 

MethodHTTP requestDescription
handleAuthRedirectPOST /auth/redirectProcess 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

NameTypeDescriptionNotes
AuthRedirectRequestAuthRedirectRequestAuthentication token and optional redirect destination

Return type

AuthRedirectResult

Authorization

JwtAuthScheme

HTTP request headers

  • Content-Type: application/json; charset=utf-8
  • Accept: application/json; charset=utf-8