🔒 Authorization Link
GET
/authorization/link
Generate a Nintendo Switch Online authorization link to obtain the login link to generate a session token.
Authorization
API Key string required
Request
Response
Success
{ "error": false, "data": { "link": "https://accounts.nintendo.com/connect/1.0.0/authorize...", "verifier": "fNz1Y_YK0igURr..." }}
Object
- errorboolean
object
- linkstringAuthorization link used to get the login link
- verifierstringVerifier used to verify the login link
Unauthorized
{ "error": true, "message": "Invalid authorization"}
Object
- errorboolean
- messagestring