Skip to Content

SocialLoginApi

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

MethodHTTP requestDescription
socialLoginPOST /auth/social-loginAuthenticate with social provider

socialLogin

LoginSuccessResponse socialLogin(SocialLoginRequest)

Authenticate with social provider

Verifies the OAuth access token from a social provider and creates or retrieves the associated user account. Upon successful verification, issues a JWT token for application access. New users are automatically registered with profile data from the provider.

Parameters

NameTypeDescriptionNotes
SocialLoginRequestSocialLoginRequestSocial login request containing provider and access token

Return type

LoginSuccessResponse

Authorization

No authorization required

HTTP request headers

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