Scopes
Spooky Services OAuth2 currently supports the following scopes:
identify: Get username & user id
avatar: Get user avatar URL
email: Get user account email
user.groups: Get user groups (e.g. Admin, User)
user.integrations: Get user connected integrations
user.alerts: Get user alerts
openid: Enable OpenID Connect (OIDC)
More info is available at UserInfo Endpoint
ALL OAuth2 requests MUST include the "identify" scope
Last updated