Hammerspace · OAuth Scopes

Hammerspace OAuth Scopes

OAuth 2.0 probed

Hammerspace publishes 36 OAuth 2.0 scopes via the authorizationCode and implicit flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the Hammerspace API on a user’s behalf.

Tokens are issued from https://supportportal.hammerspace.com/services/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.

CompanyStorageData ManagementFilesystemData OrchestrationHybrid CloudKubernetesArtificial IntelligenceUnstructured DataInfrastructure
Scopes: 36 Flows: authorizationCode, implicit Method: probed

OAuth endpoints

Authorization URL
https://supportportal.hammerspace.com/services/oauth2/authorize
Token URL
https://supportportal.hammerspace.com/services/oauth2/token
Flows
authorizationCodeimplicit

Scopes (36)

ScopeDescriptionFlows
openid OIDC — request an ID token.
profile OIDC — basic profile claims.
email OIDC — email and email_verified claims.
address OIDC — address claim.
phone OIDC — phone_number and phone_number_verified claims.
offline_access OIDC — issue a refresh token.
refresh_token Salesforce alias for offline_access.
id Salesforce — access the identity URL service.
api Salesforce — access the platform REST/SOAP APIs on the user's behalf.
full Salesforce — full access to all data accessible to the user.
web Salesforce — access web pages via a browser session.
lightning Salesforce — access Lightning applications.
visualforce Salesforce — access Visualforce pages.
content Salesforce — access Files/Content resources.
chatter_api Salesforce — Connect REST (Chatter) API access.
chatbot_api Salesforce — Einstein Bots API access.
custom_permissions Salesforce — return the user's custom permissions.
forgot_password Salesforce — headless password-reset flow.
pwdless_login_api Salesforce — headless passwordless login flow.
user_registration_api Salesforce — headless self-registration flow.
interaction_api Salesforce — Interaction (Flow) API access.
wave_api Salesforce — CRM Analytics (Wave) API access.
eclair_api Salesforce — Einstein Vision/Language (Eclair) API access.
einstein_gpt_api Salesforce — Einstein GPT / models API access.
sfap_api Salesforce — Agentforce platform API access.
mcp_api Salesforce — Model Context Protocol API access on the Experience Cloud identity provider. This is a Salesforce platform scope, not a scope on Hammerspace's own MCP server.
scrt_api Salesforce — Service Cloud Real-Time (Messaging) API access.
pardot_api Salesforce — Account Engagement (Pardot) API access.
cdp_api Salesforce — Data Cloud API access.
cdp_query_api Salesforce — Data Cloud query API.
cdp_ingest_api Salesforce — Data Cloud ingestion API.
cdp_profile_api Salesforce — Data Cloud profile API.
cdp_segment_api Salesforce — Data Cloud segmentation API.
cdp_identityresolution_api Salesforce — Data Cloud identity resolution API.
cdp_calculated_insight_api Salesforce — Data Cloud calculated insights API.
data_cloud_user_claims Salesforce — Data Cloud user claims.

Source

OAuth Scopes

hammerspace-scopes.yml Raw ↑
generated: '2026-08-04'
method: probed
source: https://supportportal.hammerspace.com/.well-known/openid-configuration
applies_to: >-
  The Hammerspace customer support portal only. These are the Salesforce
  Experience Cloud platform scopes advertised by the identity provider that
  fronts supportportal.hammerspace.com. They are NOT scopes for the Hammerspace
  Anvil management REST API, which authenticates with a form login and a session
  cookie and exposes no OAuth scope surface at all. Recorded here because the
  document is genuinely served from a Hammerspace host and describes a real
  authorization surface — deliberately NOT wired as an OAuthScopes pointer in
  apis.yml, because doing so would credit Hammerspace with a scoped OAuth model
  for its data platform API that it does not publish.
schemes:
- name: supportportal-oidc
  issuer: https://supportportal.hammerspace.com
  platform: Salesforce Experience Cloud
  source: well-known/hammerspace-openid-configuration.json
  flows:
  - flow: authorizationCode
    authorizationUrl: https://supportportal.hammerspace.com/services/oauth2/authorize
    tokenUrl: https://supportportal.hammerspace.com/services/oauth2/token
  - flow: implicit
    authorizationUrl: https://supportportal.hammerspace.com/services/oauth2/authorize
  response_types_supported: [code, token, token id_token]
  token_endpoint_auth_methods_supported: [client_secret_post, client_secret_basic,
    private_key_jwt]
  id_token_signing_alg_values_supported: [RS256]
scopes:
- scope: openid
  description: OIDC — request an ID token.
- scope: profile
  description: OIDC — basic profile claims.
- scope: email
  description: OIDC — email and email_verified claims.
- scope: address
  description: OIDC — address claim.
- scope: phone
  description: OIDC — phone_number and phone_number_verified claims.
- scope: offline_access
  description: OIDC — issue a refresh token.
- scope: refresh_token
  description: Salesforce alias for offline_access.
- scope: id
  description: Salesforce — access the identity URL service.
- scope: api
  description: Salesforce — access the platform REST/SOAP APIs on the user's behalf.
- scope: full
  description: Salesforce — full access to all data accessible to the user.
- scope: web
  description: Salesforce — access web pages via a browser session.
- scope: lightning
  description: Salesforce — access Lightning applications.
- scope: visualforce
  description: Salesforce — access Visualforce pages.
- scope: content
  description: Salesforce — access Files/Content resources.
- scope: chatter_api
  description: Salesforce — Connect REST (Chatter) API access.
- scope: chatbot_api
  description: Salesforce — Einstein Bots API access.
- scope: custom_permissions
  description: Salesforce — return the user's custom permissions.
- scope: forgot_password
  description: Salesforce — headless password-reset flow.
- scope: pwdless_login_api
  description: Salesforce — headless passwordless login flow.
- scope: user_registration_api
  description: Salesforce — headless self-registration flow.
- scope: interaction_api
  description: Salesforce — Interaction (Flow) API access.
- scope: wave_api
  description: Salesforce — CRM Analytics (Wave) API access.
- scope: eclair_api
  description: Salesforce — Einstein Vision/Language (Eclair) API access.
- scope: einstein_gpt_api
  description: Salesforce — Einstein GPT / models API access.
- scope: sfap_api
  description: Salesforce — Agentforce platform API access.
- scope: mcp_api
  description: >-
    Salesforce — Model Context Protocol API access on the Experience Cloud
    identity provider. This is a Salesforce platform scope, not a scope on
    Hammerspace's own MCP server.
- scope: scrt_api
  description: Salesforce — Service Cloud Real-Time (Messaging) API access.
- scope: pardot_api
  description: Salesforce — Account Engagement (Pardot) API access.
- scope: cdp_api
  description: Salesforce — Data Cloud API access.
- scope: cdp_query_api
  description: Salesforce — Data Cloud query API.
- scope: cdp_ingest_api
  description: Salesforce — Data Cloud ingestion API.
- scope: cdp_profile_api
  description: Salesforce — Data Cloud profile API.
- scope: cdp_segment_api
  description: Salesforce — Data Cloud segmentation API.
- scope: cdp_identityresolution_api
  description: Salesforce — Data Cloud identity resolution API.
- scope: cdp_calculated_insight_api
  description: Salesforce — Data Cloud calculated insights API.
- scope: data_cloud_user_claims
  description: Salesforce — Data Cloud user claims.
x-evidence:
  fetched: '2026-08-04'
  url: https://supportportal.hammerspace.com/.well-known/openid-configuration
  http_status: 200
  content_type: application/json;charset=UTF-8

Work with this as data

Every scope set here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for oauth scopes

4 MCP tools reach this
  • find_scopesBrowse and filter every scope set in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This scope set
curl "https://apis.io/api/v1/scopes/hammerspace-scopes"
All oauth scopes
curl "https://apis.io/api/v1/scopes?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.