API Reference/api/auth/api/auth/oauth

/api/auth/oauth

Info

GET
Get OAuth providers

200
Ok (JSON)

Returns an array of linked OAuth providers

[
{
"id": 2,
"provider": "DISCORD",
"userId": 18,
"username": "dicedtomato",
"token": "x",
"refresh": "x"
},
{
"id": 3,
"provider": "GITHUB",
"userId": 18,
"username": "diced",
"token": "gho_x",
"refresh": null
}
]
Last updated: 3/3/2025
Edit this page on GitHub