Endeavor BioMedicines · OAuth Scopes

Endeavor BioMedicines OAuth Scopes

OAuth 2.0 probed

Endeavor BioMedicines publishes 1 OAuth 2.0 scope via the authorizationCode and refreshToken flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the Endeavor BioMedicines API on a user’s behalf.

Tokens are issued from https://endeavorbiomedicines.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.

CompanyBiotechnologyPharmaceuticalsLife SciencesClinical TrialsHealthcareDrug DevelopmentContentWordPress
Scopes: 1 Flows: authorizationCode, refreshToken Method: probed

OAuth endpoints

Authorization URL
https://endeavorbiomedicines.com/oauth/authorize
Token URL
https://endeavorbiomedicines.com/oauth/token
Flows
authorizationCoderefreshToken

Scopes (1)

ScopeDescriptionFlows
mcp The single scope advertised by both the authorization server and the protected resource. It gates the MCP endpoint at https://endeavorbiomedicines.com/wp-json/mcp/mcp-oauth-server. The provider publishes no description of what the scope grants; nothing further is asserted. authorizationCode, refreshToken

Source

OAuth Scopes

Raw ↑
generated: '2026-08-12'
method: probed
source: https://endeavorbiomedicines.com/.well-known/oauth-authorization-server
docs: null
docs_note: >-
  Endeavor BioMedicines publishes no OAuth or scopes documentation. Everything below
  was read directly from the RFC 8414 authorization-server metadata and the RFC 9728
  protected-resource metadata that the host serves anonymously.
schemes:
- name: OAuth 2.1 (WordPress MCP adapter)
  source: well-known/endeavor-biomedicines-oauth-authorization-server.json
  issuer: https://endeavorbiomedicines.com
  flows:
  - flow: authorizationCode
    authorizationUrl: https://endeavorbiomedicines.com/oauth/authorize
    tokenUrl: https://endeavorbiomedicines.com/oauth/token
    revocationUrl: https://endeavorbiomedicines.com/oauth/revoke
    pkce: S256
    token_endpoint_auth_methods:
    - none
  - flow: refreshToken
    tokenUrl: https://endeavorbiomedicines.com/oauth/token
scopes:
- scope: mcp
  description: >-
    The single scope advertised by both the authorization server and the protected
    resource. It gates the MCP endpoint at
    https://endeavorbiomedicines.com/wp-json/mcp/mcp-oauth-server. The provider
    publishes no description of what the scope grants; nothing further is asserted.
  flows:
  - authorizationCode
  - refreshToken
  sources:
  - well-known/endeavor-biomedicines-oauth-authorization-server.json
  - well-known/endeavor-biomedicines-oauth-protected-resource.json
protected_resources:
- resource: https://endeavorbiomedicines.com/wp-json/mcp/mcp-oauth-server
  authorization_servers:
  - https://endeavorbiomedicines.com
  bearer_methods_supported:
  - header
  scopes_supported:
  - mcp