Divshot · Authentication Profile

Divshot Authentication

Authentication

Divshot secures its APIs with http and oauth2-like across 3 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the password and github-browser-popup flow(s).

CompanyWeb HostingStatic HostingFrontendDeploymentDeveloper ToolsDefunctAcquired
Methods: http, oauth2-like Schemes: 3 OAuth flows: password, github-browser-popup API key in:

Security Schemes

accessToken http
scheme: bearer
passwordGrant oauth2
githubBrowserAuth oauth2

Source

Authentication Profile

divshot-authentication.yml Raw ↑
generated: '2026-07-20'
method: searched
source: https://github.com/divshot/divshot-api/blob/master/README.md
docs: https://github.com/divshot/divshot-api#instantiate
status: abandoned
notes: >-
  Derived from the first-party divshot-api client README, the only surviving
  public description of the Divshot API's authentication model. No OpenAPI was
  ever published and api.divshot.com no longer resolves, so this is a historical
  profile, not a usable auth contract. derive-authentication.py found no spec
  files in this repo (0 auth profiles).
summary:
  types:
  - http
  - oauth2-like
  api_key_in: []
  oauth2_flows:
  - password
  - github-browser-popup
schemes:
- name: accessToken
  type: http
  scheme: bearer
  description: >-
    Long-lived Divshot access token passed to the client (`token` option) or to
    the CLI via `-t, --token`. Obtainable from the CLI with `auth:token`.
  sources:
  - https://github.com/divshot/divshot-api/blob/master/README.md
  - https://github.com/divshot/divshot-cli/blob/master/README.md
- name: passwordGrant
  type: oauth2
  flow: password
  description: >-
    Email + password exchanged for an access token via `divshot.auth('password',
    {email, password})`. The docs state passwords MUST NOT be stored and should
    only come from direct user input.
  requires_client_id: true
  sources:
  - https://github.com/divshot/divshot-api/blob/master/README.md
- name: githubBrowserAuth
  type: oauth2
  flow: browser-popup
  description: >-
    Popup-based browser authentication, `divshot.auth('github')`, returning a
    user object and an access_token without the integrator handling credentials.
  requires_client_id: true
  sources:
  - https://github.com/divshot/divshot-api/blob/master/README.md
client_registration:
  client_id_required: true
  note: A client_id MUST be specified when instantiating the client.
token_storage:
  cookie: true
  description: >-
    `auth({store: true})` writes an encoded access token to a cookie on the
    current domain for one week; `authWithCookie()` re-authenticates from it.
end_user_protection:
  basic_auth_on_environments: >-
    Deployed environments could be protected with HTTP basic auth via the CLI
    (`protect` / `unprotect`) or `app.env(<env>).config({auth: 'user:pass'})`.

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