Skip to main content

Authenticate user (third-part, oAuth)

GET 

/api/public/authorize_oauth/:serviceType

Authenticates user using third party oAuth service

Request

Path Parameters

    serviceType stringrequired

Query Parameters

    code string
    redirect_uri string
    invitationCode string

Responses

OK

Schema
    accessToken string
    tokenType string
Loading...