Gymshark website screenshot

Gymshark

Gymshark is a British fitness apparel and accessories brand founded in 2012 in Birmingham, England, selling gym and workout clothing direct to consumers worldwide through gymshark.com, a set of regional storefronts (uk., eu., row., de., fr., ca., au. and others) and its Gymshark Shop and Gymshark Training mobile apps. The storefront runs on Shopify behind a headless Next.js/OpenNext front end deployed on AWS, and customer identity is handled by an Auth0 tenant Gymshark operates on its own domain at auth.gymshark.com. Gymshark publishes no public developer portal, no developer documentation and no public product API; the only publicly discoverable machine-readable contract on its own hosts is the OpenID Connect / OAuth 2.0 authorization-server metadata served from auth.gymshark.com. Its engineering team does publish open-source Go, JavaScript and Swift libraries under the github.com/gymshark organization, and it runs a public vulnerability disclosure program on HackerOne.

Gymshark publishes 1 API on the APIs.io network. Tagged areas include Company, Retail, E-Commerce, Apparel, and Fitness.

Gymshark’s developer surface includes engineering blog, support, signup flow, authentication, and 20 more developer resources.

19.2/100 emerging ▬ flat Agent 15/100 agent aware saas Full breakdown ↓
scored 2026-09-08 · rubric v0.20.0
AccessSelf serve
1 APIs
CompanyRetailE-CommerceApparelFitnessConsumerDirect to ConsumerIdentityOpenID Connect

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-08 · rubric v0.20.0
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/gymshark: 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 →

APIs 1

Individual APIs this provider publishes, each with its own machine-readable definition.

Gymshark Identity (OpenID Connect)

The OpenID Connect / OAuth 2.0 authorization server Gymshark operates on its own domain at auth.gymshark.com (an Auth0 tenant) for Gymshark customer accounts across the web stor...

Security Posture 3

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Gymshark Authentication

openIdConnect/oauth2 · 2 schemes

SECURITY

Gymshark Domain Security

TLSv1.3 · DMARC

SECURITY

Gymshark Vulnerability Disclosure

Hackerone · security.txt · contact published

SECURITY

Scopes 1

OAuth scopes governing access to this provider's APIs.

Gymshark Scopes

14 scopes · authorizationCode/clientCredentials/implicit/deviceCode

14 scopes

SCOPES

Resources

Get Started 2

Portal, sign-up, and the first successful call

Agent Surfaces 2

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 1

Pagination, idempotency, versioning, errors, and events

Build 2

SDKs, sample code, and the tooling you integrate with

Access & Security 5

Authentication, authorization, and security posture

Operate 2

Status, limits, changes, and where to get help

Commercial 2

Pricing, plans, and the legal terms of use

Company 4

The organization behind the API

Other 4

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: gymshark
name: Gymshark
description: Gymshark is a British fitness apparel and accessories brand founded in 2012 in Birmingham, England, selling gym
  and workout clothing direct to consumers worldwide through gymshark.com, a set of regional storefronts (uk., eu., row.,
  de., fr., ca., au. and others) and its Gymshark Shop and Gymshark Training mobile apps. The storefront runs on Shopify behind
  a headless Next.js/OpenNext front end deployed on AWS, and customer identity is handled by an Auth0 tenant Gymshark operates
  on its own domain at auth.gymshark.com. Gymshark publishes no public developer portal, no developer documentation and no
  public product API; the only publicly discoverable machine-readable contract on its own hosts is the OpenID Connect / OAuth
  2.0 authorization-server metadata served from auth.gymshark.com. Its engineering team does publish open-source Go, JavaScript
  and Swift libraries under the github.com/gymshark organization, and it runs a public vulnerability disclosure program on
  HackerOne.
url: https://raw.githubusercontent.com/api-evangelist/gymshark/refs/heads/main/apis.yml
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: self-serve
  trial: false
  try_now: false
  public: false
  label: Self-serve signup
  confidence: medium
  source:
  - authentication
  - scopes
  - security
  generated: '2026-09-02'
  method: derived
image: https://cdn.shopify.com/s/files/1/0098/8822/files/gymshark_social_banner_1200x1200.jpg?v=1549554764
x-type: company
x-source: harvest:secondary-market
specificationVersion: '0.23'
created: '2026-08-04'
modified: '2026-08-04'
tags:
- Company
- Retail
- E-Commerce
- Apparel
- Fitness
- Consumer
- Direct to Consumer
- Identity
- OpenID Connect
tags_raw:
- Company
- Retail
- E-Commerce
- Apparel
- Fitness
- Consumer
- Direct To Consumer
- Identity
- OpenID Connect
apis:
- name: Gymshark Identity (OpenID Connect)
  description: The OpenID Connect / OAuth 2.0 authorization server Gymshark operates on its own domain at auth.gymshark.com
    (an Auth0 tenant) for Gymshark customer accounts across the web storefronts and the Gymshark Shop and Gymshark Training
    mobile apps. It is not a documented, self-serve developer API — Gymshark publishes no developer portal, client registration
    guide or API reference for it — but the authorization-server and OpenID provider metadata are served anonymously at the
    RFC 8414 / OpenID Connect Discovery well-known paths, so the endpoints, grant types, response types, scopes and claims
    are publicly discoverable and machine-readable.
  humanURL: https://auth.gymshark.com/.well-known/openid-configuration
  baseURL: https://auth.gymshark.com/
  tags:
  - Identity
  - Authentication
  - OpenID Connect
  tags_raw:
  - Identity
  - Authentication
  - OpenID Connect
  - OAuth
  properties:
  - type: OpenIDConnect
    url: https://auth.gymshark.com/.well-known/openid-configuration
  - type: Authentication
    url: authentication/gymshark-authentication.yml
  - type: OAuthScopes
    url: scopes/gymshark-scopes.yml
  - type: WellKnown
    url: well-known/gymshark-well-known.yml
  - type: Conformance
    url: conformance/gymshark-conformance.yml
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: Website
  url: https://www.gymshark.com/
- type: Blog
  url: https://www.gymshark.com/blog
- type: Support
  url: https://support.gymshark.com/
- type: HelpCenter
  url: https://support.gymshark.com/en/
- type: TermsOfService
  url: https://www.gymshark.com/pages/terms-and-conditions
- type: PrivacyPolicy
  url: https://www.gymshark.com/pages/privacy-policy
- type: CookiePolicy
  url: https://www.gymshark.com/pages/cookie-policy
- type: SignUp
  url: https://www.gymshark.com/account/register
- type: Login
  url: https://www.gymshark.com/account/login
- type: GitHubOrganization
  url: https://github.com/gymshark
- type: Careers
  url: https://careers.gymshark.com/
- type: About
  url: https://www.gymshark.com/pages/about-us
- type: Sustainability
  url: https://www.gymshark.com/pages/sustainability
- type: SecondaryMarket
  url: https://forgeglobal.com/gymshark_stock/
- type: OpenIDConnect
  url: https://auth.gymshark.com/.well-known/openid-configuration
- type: WellKnown
  url: well-known/gymshark-well-known.yml
- type: Authentication
  url: authentication/gymshark-authentication.yml
- type: OAuthScopes
  url: scopes/gymshark-scopes.yml
- type: Conformance
  url: conformance/gymshark-conformance.yml
- type: LLMsTxt
  url: llms/gymshark-llms.txt
- type: Packages
  url: packages/gymshark-packages.yml
- type: DomainSecurity
  url: security/gymshark-domain-security.yml
- type: VulnerabilityDisclosure
  url: security/gymshark-vulnerability-disclosure.yml
- type: Security
  url: https://hackerone.com/gymshark
x-enrichment:
  date: '2026-08-04'
  status: enriched
  artifacts_added: 12
  pass: local-v1

Work with this as data

Every provider 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 providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • 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 provider
curl "https://apis.io/api/v1/providers/gymshark"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/gymshark/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/gymshark/evidence"

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.