OAuth 2.0 Scopes
You can use the OAuth 2.0 authorization code flow to access Smore's API. When your application requests an access token from Smore, you need to specify the permissions your application will have to access Smore's API. Below is a list of permissions you can use:
Scope | Description |
---|---|
| Allows reading the personal profile of a Smore account. |
| Allows listing and reading all forms in a Smore account. |
| Allows creating, modifying, and deleting forms in a Smore account. |
| Allows reading the data collected from forms in a Smore account. |
| Allows creating and deleting collected data of forms. |
| Allows reading the Webhooks of forms. |
| Allows creating and deleting the Webhooks of forms. |
You can use multiple scopes, for example, if your application needs to read all forms and the data collected from forms in a Smore account, you can use forms:read,responses:read
.