Vox Media · Authentication Profile

Vox Media Authentication

Authentication

Vox Media secures its APIs with http-bearer and jwt-sso across 2 declared security schemes, as derived from its OpenAPI definitions.

CompanyConsumerMediaPublishingNewsCommentsCommunityModerationGraphQL
Methods: http-bearer, jwt-sso Schemes: 2 OAuth flows: API key in: header

Security Schemes

AdminAccessToken http
scheme: bearer
SSOUserToken http
scheme: bearer

Source

Authentication Profile

vox-media-authentication.yml Raw ↑
generated: '2026-07-21'
method: searched
source: https://docs.coralproject.net/api/schema
docs: https://docs.coralproject.net/sso
summary:
  types: [http-bearer, jwt-sso]
  api_key_in: [header]
  oauth2_flows: []
schemes:
- name: AdminAccessToken
  type: http
  scheme: bearer
  description: >-
    Direct API integration with the Coral GraphQL API (/api/graphql) is
    limited to administrative users. Access tokens are created with coral-cli
    (coral-cli token:create --domain <domain> --name <name> --json) and passed
    as Authorization: Bearer <signedToken>. Tokens are listed and revoked via
    coral-cli token:list / token:revoke. Only admin users can make arbitrary
    queries; other callers get RAW_QUERY_NOT_AUTHORIZED (persisted queries
    only).
  docs: https://docs.coralproject.net/api/schema
- name: SSOUserToken
  type: http
  scheme: bearer
  bearerFormat: JWT
  description: >-
    End-user (commenter) authentication integrates a publisher's own identity
    system via SSO JWTs signed with HS256 using the signing secret from the
    Coral admin panel. Required claims: user.id, user.email, user.username.
    Optional claims: jti, exp, iat, user.badges, user.role (COMMENTER, STAFF,
    MODERATOR, ADMIN), user.url. Tokens are passed to the embed via
    createStreamEmbed(), embed.login(), and cleared with embed.logout().
    Authentication strategies cannot be shared per user (SSO vs email login
    are exclusive).
  docs: https://docs.coralproject.net/sso
notes: >-
  No OAuth 2.0 or OpenID Connect surface is published. The GraphQL schema also
  carries an @auth(roles:[...]) directive gating fields by role (ADMIN,
  MODERATOR, etc.).

Work with this as data

Every security artifact 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 security posture

4 MCP tools reach this
  • find_securityBrowse and filter every security artifact 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 security artifact
curl "https://apis.io/api/v1/security/vox-media-authentication"
All security posture
curl "https://apis.io/api/v1/security?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.