Used to start the authorization flow for user authentication
GET/oauth/authorize
Used to start the authorization flow for user authentication
Request
Query Parameters
redirect_url stringrequired
The rediection url, i.e. the location to redirect post
cookie string
Use cookies instead of returning the tokens
Responses
- 200
- default
OK
A generic API error containing the cause of the error
- application/json
- Schema
- Example (from schema)
Schema
code int32required
detail stringrequired
message stringrequired
uri stringrequired
verb stringrequired
{
"code": 0,
"detail": "string",
"message": "string",
"uri": "string",
"verb": "string"
}
Loading...