SocialLoginApi
All URIs are relative to https://business.apis.kesk.app/v1
| Method | HTTP request | Description |
|---|---|---|
| socialLogin | POST /auth/social-login | Authenticate 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
| Name | Type | Description | Notes |
|---|---|---|---|
| SocialLoginRequest | SocialLoginRequest | Social login request containing provider and access token |
Return type
Authorization
No authorization required
HTTP request headers
- Content-Type: application/json; charset=utf-8
- Accept: application/json; charset=utf-8