Oauth
GET /oauth/authorize
| Software | Version |
| Mastodon | 0.1.0 |
| GoToSocial |
| Parameters | Mastodon | GoToSocial |
| 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 Scope | 0.1.0 | |
| state | 0.1.0 |
| Response | Mastodon | GoToSocial |
| code | 0.1.0 | |
| state | 0.1.0 |
POST /oauth/token
| Software | Version |
| Mastodon | 0.1.0 |
| GoToSocial |
| Parameters | Mastodon | GoToSocial |
| 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 Scope | 0.1.0 |
| Response Token | Mastodon | GoToSocial |
| access_token | 0.1.0 | |
| created_at | 0.1.0 | |
| scope Oauth Scope | 0.1.0 | |
| token_type | 0.1.0 |
POST /oauth/revoke
| Software | Version |
| Mastodon | 0.1.0 |
| GoToSocial |
| Parameters | Mastodon | GoToSocial |
| client_id | 0.1.0 | |
| client_secret | 0.1.0 | |
| token | 0.1.0 |
GET /.well-known/oauth-authorization-server
| Software | Version |
| Mastodon | 4.3.0 |
| GoToSocial |
| Response | Mastodon | GoToSocial |
| 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 Scope | 4.3.0 | |
| service_documentation | 4.3.0 | |
| token_endpoint | 4.3.0 | |
| token_endpoint_auth_methods_supported[] | 4.3.0 |