Skip to content

Developers

MentionOwl API

Read-only REST API for your MentionOwl account. Authenticate with a bearer API key from Profile → API Key.

Endpoints

GET/api/me

Current user and sites

  • 200User id, email, plan, and owned/shared sites.
  • 401Missing or malformed Authorization header.
  • 403Invalid key or plan without API access.
GET/api/user/{id}

A user (self or admin)

  • 200User summary.
  • 403Not your user.
GET/api/site/{domain}

Site metadata

  • 200Domain, summary, owner, and members.
  • 404Site not found or inaccessible.
GET/api/site/{domain}/metrics

Visibility metrics

  • 200Current and previous visibility score, coverage, and citation counts.
GET/api/site/{domain}/queries

Runs, questions, answers, and citations

  • 200Recent platform runs with full detail.
GET/api/admin/users

All users (admin)

  • 200User list.
GET/api/admin/cron

Cron health (admin)

  • 200Job config and run history.