What Are Scopes?
Scopes define the specific actions and resources that a token can access. They follow a pattern ofaction:resource and represent granular permissions in the Parchment API.
Available Scopes
Below are the common scopes used in the Parchment partner API:
When generating a token, you can request specific scopes from the allowed set:
Scope Intersection
When requesting scopes for a token, the system performs an intersection between:- The requested scopes in the token generation call
- The allowed scopes configured for the organization
Best Practices for Scopes
- Least Privilege: Request only the scopes you need for your specific operation
- Scope Separation: Generate different tokens for different operations rather than requesting all scopes at once

