Skip to main content

OAuth V2 API (2.0.0)

Download OpenAPI specification:Download

OAuth manages the JWT exchange for Google and Apple login methods.

jwt4jwt

Returns a JWT

GET /jwt4jwt

This endpoint is called when a user is logging into SME Connect through the Google or Apple login methods.

This endpoint fetches the Google or Apple OAuth token and exchanges it with a new User JWT for SME Connect.

This endpoint will return a JWT, User information, and token information.

Authorizations:
bearerAuth

Responses

Response samples

Content type
application/json
{
  • "session": {
    }
}