Formlabs · OAuth Scopes

Formlabs OAuth Scopes

OAuth 2.0 derived

Formlabs publishes 1 OAuth 2.0 scope via the clientCredentials flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Formlabs API on a user’s behalf.

Tokens are issued from https://api.formlabs.com/developer/v1/o/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.

3D PrintingAdditive ManufacturingSLASLSHardwareDashboard
Scopes: 1 Flows: clientCredentials Method: derived

OAuth endpoints

Token URL
https://api.formlabs.com/developer/v1/o/token/
Flows
clientCredentials

Scopes (1)

ScopeDescriptionFlows
developer-api Access the Formlabs Dashboard Developer API clientCredentials

Source

OAuth Scopes

formlabs-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/formlabs-openapi.yml
schemes:
- name: OAuth2ClientCredentials
  source: openapi/formlabs-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://api.formlabs.com/developer/v1/o/token/
  description: OAuth 2.0 Client Credentials flow. Exchange a client_id and client_secret at
    the token endpoint for a Bearer access token valid for 24 hours, scoped to developer-api.
    The Formlabs identity provider also supports OpenID Connect for interactive sign-in via
    PreForm / Local API.
scopes:
- scope: developer-api
  description: Access the Formlabs Dashboard Developer API
  flows:
  - clientCredentials
  sources:
  - openapi/formlabs-openapi.yml