Smore API Help

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

profile:read

Allows reading the personal profile of a Smore account.

forms:read

Allows listing and reading all forms in a Smore account.

forms:write

Allows creating, modifying, and deleting forms in a Smore account.

responses:read

Allows reading the data collected from forms in a Smore account.

responses:write

Allows creating and deleting collected data of forms.

webhooks:read

Allows reading the Webhooks of forms.

webhooks:write

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.

Last modified: 08 December 2023