Contents
Changelog
January 10, 2022
Announced: January 10, 2022
January 10, 2022
<p><code>Deals:read</code>, <code>deals:full</code>, <code>contacts:read</code> and <code>contacts:full</code> scopes now allow apps to have access to new endpoints.</p>
<h4><code>Deals:read</code> and <code>deals:full</code></h4>
<p> By selecting the <code>deals:read</code> and/or <code>deals:full</code> scope(s),
an app can now have access to the following endpoint, which allows the app to list users permitted to access a deal:</p>
Contacts:read
Contacts:read By selecting the contacts:readscope, an app can now have access to the following endpoints, which allow the app to list products associated with a person
and list users permitted to access a person and an organization:
Contacts:full
Contacts:full By selecting the contacts:fullscope, an app can now have access to the following endpoints, which allow the app to list products associated with a person,
list users permitted to access a person and an organization and delete followers from a person and an organization:
GET /persons/{id}/productsGET /persons/{id}/permittedUsersGET /organizations/{id}/permittedUsersDELETE /persons/{id}/followers/{follower_id}DELETE /organizations/{id}/followers/{follower_id}
You can read more about the scopes and permission explanations here.
If you wish to add or remove scopes of an already approved or published app, be sure to learn how changing the scopes will affect your app's existing users.
<p class="published-on"><i>Published on January 10, 2022</i></p>
</div>