Tofu · OAuth Scopes
Tofu OAuth Scopes
OAuth 2.0
probed
Tofu publishes 4 OAuth 2.0 scopes via the authorizationCode, deviceCode, and refreshToken flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the Tofu API on a user’s behalf.
Tokens are issued from https://login.tofuhq.com/oauth2/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.
CompanyAi MlMarketingGo-To-MarketSalesAutomationCRMCampaignsData EnrichmentCompany DataPeople DataLead GenerationAgentsContact Data
Scopes: 4
Flows: authorizationCode, deviceCode, refreshToken
Method: probed
OAuth endpoints
Authorization URL
https://login.tofuhq.com/oauth2/authorize
https://login.tofuhq.com/oauth2/authorize
Token URL
https://login.tofuhq.com/oauth2/token
https://login.tofuhq.com/oauth2/token
Flows
authorizationCodedeviceCoderefreshToken
authorizationCodedeviceCoderefreshToken
Scopes (4)
| Scope | Description | Flows |
|---|---|---|
| openid | Standard OIDC scope requesting an ID token. | authorizationCode, deviceCode |
| profile | Standard OIDC claim set covering basic profile attributes. | authorizationCode, deviceCode |
| Standard OIDC claim set covering the user's email address. | authorizationCode, deviceCode | |
| offline_access | Requests a refresh token for long-lived access. | authorizationCode, deviceCode |