ReadMe · Authentication Profile

Readme Authentication

Authentication

ReadMe secures its APIs with http across 2 declared security schemes, as derived from its OpenAPI definitions.

DocumentationDeveloper HubAPI ReferencePortalsAnalyticsAIMCPBi-Directional Sync
Methods: http Schemes: 2 OAuth flows: API key in:

Security Schemes

basicAuth http
scheme: basic
bearerAuth http
scheme: bearer

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/readme-developer-metrics-openapi.yml, openapi/readme-openapi.yml
summary:
  types:
  - http
schemes:
- name: basicAuth
  type: http
  scheme: basic
  description: HTTP Basic auth using your ReadMe API key as the username (password blank).
  sources:
  - openapi/readme-developer-metrics-openapi.yml
- name: bearerAuth
  type: http
  scheme: bearer
  description: Use your ReadMe API key as a Bearer token in the Authorization header.
  sources:
  - openapi/readme-openapi.yml