Skip to content

Stored only in your browser. Get one under Tokens.

login or register user using thirdparty integration

GET
/auth/oauth/callback/{service}

login or register user using thirdparty integration

Authorizations

ApiKeyAuth
Type
API Key (header: Authorization)

Parameters

Path Parameters

service*

External oAuth service

Type
string
Required

Query Parameters

returnto

Return to with implicit token

Type
string

Responses

OK

application/json
JSON
{
  
"scopes": "string",
  
"token": "string",
  
"token_type": "string"
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI