Use application's access tokens
Send OAuth2 access tokens with Wynncraft API requests
OAuth2 access tokens are sent with the standard bearer token header:
Use the access token returned by POST /oauth/token to make authenticated requests on behalf of the authorized user.
OAuth2-authenticated requests return UserType: OAUTH.
OAuth2 requests count as authenticated requests and use the authenticated rate limits documented on Introduction.
Rate limits apply per application user.
All tokens generated for the same user and the same OAuth2 application share the same rate-limit counters.
Use GET /oauth/me to inspect:
OAuth2 applications can only bypass access rules when the user granted permission for that behavior.
That bypass only applies to the authorizing user’s own linked profiles. It does not bypass access rules for unrelated players.