0.x — pre-release, no compatibility promise yet.What this means
Start an authorization: sign-in and consent, then back to the app
Start an authorization: the person signs in to TasksMate, picks the organization and approves the scopes; the
browser then returns to redirect_uri with code and state (or error and state).
Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters”Responses
Section titled “ Responses ”To the consent screen, or back to the app with error and state
An HTML error page: unknown app or unregistered redirect URI (never redirected)
Media typetext/html
string
Validation Error
Media typeapplication/json
HTTPValidationError
A HTTPValidationError object.
object
detail
Detail
Array<object>
ValidationErrorPart of HTTPValidationError.
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context
object
Example
{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "ctx": {} } ]}