MadeThis · OAuth Scopes

MadeThis OAuth Scopes

OAuth 2.0 probed

MadeThis publishes 7 OAuth 2.0 scopes via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the MadeThis API on a user’s behalf.

Tokens are issued from https://clerk.madethis.com/oauth/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.

CompanyArtificial IntelligenceAI AgentsBusiness AutomationSoftware-as-a-ServiceMarketing AutomationStartup ToolsY CombinatorNo-CodeWebsite BuilderE-CommerceSmall BusinessAI Employees
Scopes: 7 Flows: authorizationCode Method: probed

OAuth endpoints

Authorization URL
https://clerk.madethis.com/oauth/authorize
Token URL
https://clerk.madethis.com/oauth/token
Flows
authorizationCode

Scopes (7)

ScopeDescriptionFlows
openid Request an ID token — the OpenID Connect base scope. authorizationCode
profile Read the signed-in user's profile claims (name, given_name, family_name, preferred_username, picture). authorizationCode
email Read the signed-in user's email address and email_verified claim. authorizationCode
public_metadata Read the user's public metadata on the MadeThis Clerk instance. authorizationCode
private_metadata Read the user's private metadata on the MadeThis Clerk instance. authorizationCode
offline_access Issue a refresh token so the client can act after the access token expires. authorizationCode
user:org:read Read the organization membership of the signed-in user (org_id claim). authorizationCode

Source

OAuth Scopes

madethis-scopes.yml Raw ↑
generated: '2026-08-13'
method: probed
source: https://clerk.madethis.com/.well-known/oauth-authorization-server
docs: https://clerk.com/docs/oauth/scoped-access
scope_note: >-
  Read verbatim from the `scopes_supported` array published by MadeThis's own OAuth 2.0
  authorization-server metadata (RFC 8414) at clerk.madethis.com. These are the scopes an
  OAuth client registered against MadeThis's Clerk identity instance can request when a
  MadeThis user signs in. They are Clerk's standard scoped-access set, not scopes over a
  MadeThis product API — MadeThis publishes no API reference and no scope documentation of
  its own. Descriptions below are stated in the terms the OIDC/OAuth specifications and
  Clerk's scoped-access reference define; MadeThis publishes none.
schemes:
- name: MadeThisOAuth2
  source: well-known/madethis-oauth-authorization-server.json
  flows:
  - flow: authorizationCode
    authorizationUrl: https://clerk.madethis.com/oauth/authorize
    tokenUrl: https://clerk.madethis.com/oauth/token
scopes:
- scope: openid
  description: Request an ID token — the OpenID Connect base scope.
  flows: [authorizationCode]
  sources: [well-known/madethis-oauth-authorization-server.json, well-known/madethis-openid-configuration.json]
- scope: profile
  description: Read the signed-in user's profile claims (name, given_name, family_name, preferred_username, picture).
  flows: [authorizationCode]
  sources: [well-known/madethis-oauth-authorization-server.json, well-known/madethis-openid-configuration.json]
- scope: email
  description: Read the signed-in user's email address and email_verified claim.
  flows: [authorizationCode]
  sources: [well-known/madethis-oauth-authorization-server.json, well-known/madethis-openid-configuration.json]
- scope: public_metadata
  description: Read the user's public metadata on the MadeThis Clerk instance.
  flows: [authorizationCode]
  sources: [well-known/madethis-oauth-authorization-server.json, well-known/madethis-openid-configuration.json]
- scope: private_metadata
  description: Read the user's private metadata on the MadeThis Clerk instance.
  flows: [authorizationCode]
  sources: [well-known/madethis-oauth-authorization-server.json, well-known/madethis-openid-configuration.json]
- scope: offline_access
  description: Issue a refresh token so the client can act after the access token expires.
  flows: [authorizationCode]
  sources: [well-known/madethis-oauth-authorization-server.json, well-known/madethis-openid-configuration.json]
- scope: 'user:org:read'
  description: Read the organization membership of the signed-in user (org_id claim).
  flows: [authorizationCode]
  sources: [well-known/madethis-oauth-authorization-server.json, well-known/madethis-openid-configuration.json]
summary:
  scope_count: 7
  flows: [authorizationCode]
  pkce_required_methods: [S256]
x-evidence:
- url: https://clerk.madethis.com/.well-known/oauth-authorization-server
  http_status: 200
- url: https://clerk.madethis.com/.well-known/openid-configuration
  http_status: 200

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/madethis-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 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.