Deskera · OAuth Scopes
Deskera OAuth Scopes
OAuth 2.0
searched
Deskera publishes 3 OAuth 2.0 scopes via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Deskera API on a user’s behalf.
Tokens are issued from https://bifrost-us.deskera.com/oauth/token.
This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.
CompanyERPAccountingCRMHuman ResourcesPayrollInventoryInvoicingSmall BusinessSaaS
Scopes: 3
Flows: authorizationCode
Method: searched
OAuth endpoints
Authorization URL
https://oauth.deskera.com/
https://oauth.deskera.com/
Token URL
https://bifrost-us.deskera.com/oauth/token
https://bifrost-us.deskera.com/oauth/token
Flows
authorizationCode
authorizationCode
Scopes (3)
| Scope | Description | Flows |
|---|---|---|
| write | Write access requested on the OAuth authorization link (?client_id=...&scope=write&response_type=code). The scope used in every authorization-link example Deskera publishes. | authorizationCode |
| read | Read access. Documented in combination with write on the token exchange (grant_type=authorization_code&scope=read+write). | authorizationCode |
| global | The scope value carried on the per-operation "Security" tables in the generated API reference (Security Schema "Authorization", Scopes "global") — recorded on 3,739 documented operations. Deskera does not decompose this into per-resource scopes. | authorizationCode |
📄 Provider scope reference: https://deskera.github.io/Developer-Documentation/docs/books/oauthv2