oauth2
get
Authorizations
AuthorizationstringRequired
The bearer token can be obtained by creating a ServiceAccount.
Responses
200
Happy response.
application/json
Contains a list of OAuth2 user authorizations.
default
Error object.
application/json
get
/api/v0/users/me/oauth2/authorizationsdelete
Authorizations
AuthorizationstringRequired
The bearer token can be obtained by creating a ServiceAccount.
Path parameters
idstringRequired
Identifier of the OAuth2 authorization grant to revoke.
Responses
204
Happy response. The authorization was revoked or did not exist.
default
Error object.
application/json
delete
/api/v0/users/me/oauth2/authorizations/{id}No content
post
Authorizations
AuthorizationstringRequired
The bearer token can be obtained by creating a ServiceAccount.
Body
client_idstringRequired
redirect_uristringRequired
response_typestringRequired
scopestring[]Required
statestringRequired
code_challengestringOptional
code_challenge_methodstringOptional
Responses
200
Happy response.
application/json
redirect_uristringRequired
default
Error object.
application/json
post
/api/v1/oauth2/authorizeLast updated
Was this helpful?

