Laundryheap · OAuth Scopes

Laundryheap OAuth Scopes

OAuth 2.0 probed

Laundryheap 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.

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.

CompanyLaundryDry CleaningOn-Demand ServicesLogisticsLast Mile DeliveryConsumer ServicesHospitalityOrderingGraphQLOAuth
Scopes: 0 Flows: Method: probed

Scopes (0)

Laundryheap 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

laundryheap-scopes.yml Raw ↑
generated: '2026-08-23'
method: probed
source: >-
  https://www.laundryheap.com/.well-known/openid-configuration — scopes_supported,
  fetched live 2026-08-23 (HTTP 200).
description: >-
  The complete OAuth 2.0 scope surface Laundryheap's authorization server
  advertises. There are two scopes and no published scope reference page: this
  list is the authorization server's own machine-readable declaration, which is
  the only place either scope is named anywhere on Laundryheap's public surface.
docs: null
docs_note: >-
  No scopes/permissions reference page exists. Searched the website, the help
  centre (help.laundryheap.com) and the partner/hotel pages; none mention OAuth,
  scopes, API access or client credentials.

authorization_server: https://www.laundryheap.com
authorization_url: https://www.laundryheap.com/oauth/authorize
token_url: https://www.laundryheap.com/oauth/token
grant_types: [authorization_code, client_credentials]

scope_count: 2
scopes:
  - name: openid
    description: >-
      Standard OpenID Connect scope. Requests an ID token (RS256) identifying the
      end user; enables the /oauth/userinfo endpoint.
    standard: true
    spec: OpenID Connect Core 1.0
  - name: orders.create
    description: >-
      Create orders on behalf of the account. Laundryheap's only business scope.
      Its dotted resource.action naming implies a wider intended scheme
      (orders.read, orders.cancel and so on) of which only this one is currently
      advertised.
    standard: false
    resource: orders
    action: create
    write: true

observations:
  - >-
    The scope set is write-only in business terms: a partner can create an order
    but the authorization server advertises no scope for reading, modifying or
    cancelling one. Every read and every cancellation observed on the GraphQL
    surface is gated behind the first-party session instead.
  - >-
    Dynamic client registration (RFC 7591) is open at /oauth/registration, so
    scopes can be requested by a self-registered client.

x-evidence:
  fetched: '2026-08-23'
  url: https://www.laundryheap.com/.well-known/openid-configuration
  http_status: 200
  scopes_supported: [openid, orders.create]

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/laundryheap-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 email required.

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