Laundryheap is a London-founded on-demand laundry and dry-cleaning company that collects, cleans and returns clothing within 24 hours, operating across the United Kingdom, United States, Ireland, the Netherlands, Sweden, Denmark, the UAE, Qatar, Kuwait, Bahrain and Singapore. It serves consumers directly through iOS, Android and web apps, and businesses through hotel-affiliate, commercial laundry and dry-cleaning partner programmes. Laundryheap operates no developer portal and publishes no API documentation, but it does run a real, live, standards-clean OAuth 2.0 and OpenID Connect authorization server on its own root host — complete with PKCE, token introspection, token revocation and open dynamic client registration — advertising an `orders.create` scope, alongside a production GraphQL API of 69 fields and a small unauthenticated JSON endpoint that returns its service catalogue. The API surface is real and substantial; what is missing is any documentation of it.
Laundryheap publishes 3 APIs on the APIs.io network. Tagged areas include Company, Laundry, Dry Cleaning, On-Demand Services, and Logistics.
Laundryheap’s developer surface includes pricing, support, engineering blog, signup flow, authentication, code examples, and 19 more developer resources.
Create-or-Update Ergonomics could not be measured. We hold no machine-readable contract for
this provider to read, so there is nothing to measure a write surface against. Excluded rather than scored zero:
never-measured and measured-empty are different facts. Publishing an OpenAPI is what makes this facet — and
several others — scorable at all.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/laundryheap: open an issue to ask a question, or submit a pull request to add artifacts.
Submit an artifact on GitHub — free →Manage your own listing — the Influence plan, $499/mo →
Laundryheap's primary product API. A single GraphQL endpoint serving the consumer web and mobile apps, covering ordering, recurring orders, addresses, timeslots, services, hotel...
A live, spec-clean OAuth 2.0 and OpenID Connect provider on Laundryheap's root host, discovered only by probing /.well-known/. It advertises the authorization_code (with PKCE) a...
A small unauthenticated JSON endpoint under /api/v1 that returns the laundry and dry-cleaning services available at a given address, with each service's short code, description,...
aid: laundryheap
name: Laundryheap
description: Laundryheap is a London-founded on-demand laundry and dry-cleaning company that collects, cleans and returns
clothing within 24 hours, operating across the United Kingdom, United States, Ireland, the Netherlands, Sweden, Denmark,
the UAE, Qatar, Kuwait, Bahrain and Singapore. It serves consumers directly through iOS, Android and web apps, and businesses
through hotel-affiliate, commercial laundry and dry-cleaning partner programmes. Laundryheap operates no developer portal
and publishes no API documentation, but it does run a real, live, standards-clean OAuth 2.0 and OpenID Connect authorization
server on its own root host — complete with PKCE, token introspection, token revocation and open dynamic client registration
— advertising an `orders.create` scope, alongside a production GraphQL API of 69 fields and a small unauthenticated JSON
endpoint that returns its service catalogue. The API surface is real and substantial; what is missing is any documentation
of it.
deliveryModel:
model: saas
open_source: false
commercial: true
callable_host: false
label: Hosted service · you call their endpoint
confidence: medium
source:
- pricing
generated: '2026-08-28'
method: derived
accessModel:
pricing: unknown
onboarding: approval
trial: false
try_now: false
public: false
label: Requires approval
confidence: medium
source:
- authentication
- scopes
- rate-limits
- security
generated: '2026-09-02'
method: derived
image: https://prod-cdn.laundryheap.com/images/static/og_image.jpg
url: https://raw.githubusercontent.com/api-evangelist/laundryheap/refs/heads/main/apis.yml
x-type: company
x-source: harvest:secondary-market
specificationVersion: '0.20'
created: '2026-08-23'
modified: '2026-08-23'
tags:
- Company
- Laundry
- Dry Cleaning
- On-Demand Services
- Logistics
- Last Mile Delivery
- Consumer Services
- Hospitality
- Ordering
- GraphQL
- Authentication
tags_raw:
- Company
- Laundry
- Dry Cleaning
- On-Demand Services
- Logistics
- Last Mile Delivery
- Consumer Services
- Hospitality
- Ordering
- GraphQL
- OAuth
maintainers:
- FN: Kin Lane
email: kin@apievangelist.com
- FN: APIs.json
email: info@apis.io
apis:
- name: Laundryheap GraphQL API
description: Laundryheap's primary product API. A single GraphQL endpoint serving the consumer web and mobile apps, covering
ordering, recurring orders, addresses, timeslots, services, hotels, subscriptions, bundles, credits, promotions, Stripe-backed
payment methods and reviews. Introspection is disabled and no schema is published, so the 69 fields recorded in this profile
were read out of Laundryheap's own production client bundle and confirmed field-by-field against the live endpoint's did-you-mean
errors.
humanURL: https://www.laundryheap.com/
baseURL: https://www.laundryheap.com/graphql
tags:
- GraphQL
- Ordering
- Laundry
properties:
- type: GraphQL
url: graphql/laundryheap-graphql.yml
- type: DataModel
url: data-model/laundryheap-data-model.yml
- type: ErrorCatalog
url: errors/laundryheap-problem-types.yml
- name: Laundryheap OAuth 2.0 / OpenID Connect Authorization Server
description: A live, spec-clean OAuth 2.0 and OpenID Connect provider on Laundryheap's root host, discovered only by probing
/.well-known/. It advertises the authorization_code (with PKCE) and client_credentials grants, RS256 ID tokens, RFC 7662
introspection, RFC 7009 revocation and open RFC 7591 dynamic client registration, and it declares a single business scope,
`orders.create` — the only public evidence anywhere that Laundryheap intends third parties to place orders programmatically.
No documentation for it exists.
humanURL: https://www.laundryheap.com/.well-known/openid-configuration
baseURL: https://www.laundryheap.com/oauth
tags:
- Authentication
- OpenID Connect
tags_raw:
- OAuth
- OpenID Connect
- Authentication
properties:
- type: OpenIDConnect
url: well-known/laundryheap-openid-configuration.json
- type: Authentication
url: authentication/laundryheap-authentication.yml
- type: OAuthScopes
url: scopes/laundryheap-scopes.yml
- name: Laundryheap Service Catalogue API
description: A small unauthenticated JSON endpoint under /api/v1 that returns the laundry and dry-cleaning services available
at a given address, with each service's short code, description, minimum service duration and turnaround time. It is the
only Laundryheap endpoint that answers usefully without credentials.
humanURL: https://www.laundryheap.com/en-gb/pricing
baseURL: https://www.laundryheap.com/api/v1
tags:
- REST
- Catalog
properties:
- type: Examples
url: examples/laundryheap-services-response.json
common:
- type: DomainSecurity
url: security/laundryheap-domain-security.yml
- type: Website
url: https://www.laundryheap.com/
- type: WellKnown
url: well-known/laundryheap-well-known.yml
- type: Conventions
url: conventions/laundryheap-conventions.yml
- type: Conformance
url: conformance/laundryheap-conformance.yml
- type: Lifecycle
url: lifecycle/laundryheap-lifecycle.yml
- type: RateLimits
url: rate-limits/laundryheap-rate-limits.yml
- type: Plans
url: plans/laundryheap-plans-pricing.yml
- type: Packages
url: packages/laundryheap-packages.yml
- type: Pricing
url: https://www.laundryheap.com/en-gb/pricing
- type: TermsOfService
url: https://www.laundryheap.com/en-us/terms
- type: PrivacyPolicy
url: https://www.laundryheap.com/privacy
- type: Support
url: https://help.laundryheap.com/en/
- type: Blog
url: https://www.laundryheap.com/blog/
- type: GitHubOrganization
url: https://github.com/laundryheap
- type: SignUp
url: https://app.laundryheap.com/
- type: Authentication
url: authentication/laundryheap-authentication.yml
- type: OAuthScopes
url: scopes/laundryheap-scopes.yml
- type: OpenIDConnect
url: well-known/laundryheap-openid-configuration.json
- type: GraphQL
url: graphql/laundryheap-graphql.yml
- type: ErrorCatalog
url: errors/laundryheap-problem-types.yml
- type: DataModel
url: data-model/laundryheap-data-model.yml
- type: Examples
url: examples/laundryheap-services-response.json
- type: LLMsTxt
url: llms/laundryheap-llms.txt
- type: AgentSkill
url: skills/_index.yml
x-enrichment:
date: '2026-08-23'
status: enriched
artifacts_added: 22
pass: local-v1
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.