Atlas
Discord

Discord OAuth install redirect

Redirects to the Discord OAuth2 authorize page. Requires DISCORD_CLIENT_ID to be configured.

GET
/api/v1/discord/install

Response Body

application/json

curl -X GET "http://localhost:3001/api/v1/discord/install"
Empty
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}
Edit on GitHub

Last updated on