Appearance
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
Requiredstring
Query Parameters
returnto
Return to with implicit token
Type
string
Responses
OK
application/json
JSON "scopes": "string", "token": "string", "token_type": "string"
{
}