How scopes work in OAuth
You declare scopes at two points:- Client registration — app defaults (dashboard or
POST /oauth/register) - Authorization — what you request for that login (
scopeon/oauth/authorize)
List by channel
Common examples
Multiple scopes:
scope=email:send%20contacts:read.

