OAuth 2.0 scopes allow a developer to specify which resources their application can access. These are included as a space-separated list value, in the scope parameter when invoking an authentication request.
Scope name | Associated methods |
---|---|
Entry_Read | GET a single entry List all entries List entries by content type |
ContentType_Read | Get a content type |
Project_Read | Get a project |