Oauth

GET /oauth/authorize

SoftwareVersion
Mastodon 0.1.0
GoToSocial
ParametersMastodonGoToSocial
client_id 0.1.0
code_challenge 4.3.0
code_challenge_method 4.3.0
force_login 2.6.0
lang 3.5.0
redirect_uri 0.1.0
response_type 0.1.0
scope Oauth Scope0.1.0
state 0.1.0
ResponseMastodonGoToSocial
code 0.1.0
state 0.1.0

POST /oauth/token

SoftwareVersion
Mastodon 0.1.0
GoToSocial
ParametersMastodonGoToSocial
client_id 0.1.0
client_secret 0.1.0
code 0.1.0
code_verifier 4.3.0
grant_type 0.1.0
redirect_uri 0.1.0
scope Oauth Scope0.1.0
Response TokenMastodonGoToSocial
access_token 0.1.0
created_at 0.1.0
scope Oauth Scope0.1.0
token_type 0.1.0

POST /oauth/revoke

SoftwareVersion
Mastodon 0.1.0
GoToSocial
ParametersMastodonGoToSocial
client_id 0.1.0
client_secret 0.1.0
token 0.1.0

GET /.well-known/oauth-authorization-server

SoftwareVersion
Mastodon 4.3.0
GoToSocial
ResponseMastodonGoToSocial
app_registration_endpoint 4.3.0
authorization_endpoint 4.3.0
code_challenge_methods_supported[] 4.3.0
grant_types_supported[] 4.3.0
issuer 4.3.0
response_modes_supported[] 4.3.0
response_types_supported[] 4.3.0
revocation_endpoint 4.3.0
scopes_supported[] Oauth Scope4.3.0
service_documentation 4.3.0
token_endpoint 4.3.0
token_endpoint_auth_methods_supported[] 4.3.0