Effective from: January 10, 2022
Deals:read
, deals:full
, contacts:read
and contacts:full
scopes now allow apps to have access to new endpoints.
Deals:read
and deals:full
By selecting the deals:read
and/or deals:full
scope(s), an app can now have access to the following endpoint, which allows the app to list users permitted to access a deal:
Contacts:read
By selecting the contacts:read
scope, 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
By selecting the contacts:full
scope, 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}/products
- GET /persons/{id}/permittedUsers
- GET /organizations/{id}/permittedUsers
- DELETE /persons/{id}/followers/{follower_id}
- DELETE /organizations/{id}/followers/{follower_id}
See more in our Changelog for the latest announcements!