Improvement

API Identity endpoint now returns token scope

What’s New

The /api/partner/identity endpoint now returns a tokenScope field in its response. The value is either "user" or "team", letting your integration know the access level of the API token it’s using.

  • user – access is limited to records assigned to or collaborated by the token’s user
  • team – full access to all records in the team

This is helpful for integrations that need to adapt their behavior based on the token’s permissions.