Shapeways · OAuth Scopes

Shapeways OAuth Scopes

OAuth 2.0 derived

Shapeways uses OAuth 2.0 but publishes no discrete scopes — access is governed by the grant itself (e.g. client-credentials or role-based authorization) rather than per-scope consent.

Tokens are issued from https://api.shapeways.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.

Company3D PrintingAdditive ManufacturingManufacturingPrototypingHardwareFulfillmenteCommerce
Scopes: 0 Flows: clientCredentials, authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://api.shapeways.com/oauth2/authorize
Token URL
https://api.shapeways.com/oauth2/token
Flows
clientCredentialsauthorizationCode

Scopes (0)

Shapeways implements OAuth 2.0 but publishes no discrete scopes — access is governed by the grant itself (client-credentials or role-based authorization) rather than per-scope consent.

Source

OAuth Scopes

Raw ↑
generated: '2026-07-21'
method: derived
source: openapi/shapeways-openapi.yml
schemes:
- name: oauth2
  source: openapi/shapeways-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://api.shapeways.com/oauth2/token
  - flow: authorizationCode
    authorizationUrl: https://api.shapeways.com/oauth2/authorize
    tokenUrl: https://api.shapeways.com/oauth2/token
  description: OAuth 2.0. client_credentials for single-account apps; authorization_code (+
    refresh_token) for multi-user apps.
scopes: []