Skip to main content

Authenticate user (third-part, oAuth)

GET 

http://localhost:8080/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
    domain string

Responses

OK

Schema
    accessTokenstring
    tokenTypestring

Request Collapse all
Base URL
http://localhost:8080
Parameters
— pathrequired
— query
— query
— query
— query
ResponseClear

Click the Send API Request button above and see the response here!