Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.mention-me.com/llms.txt

Use this file to discover all available pages before exploring further.

The Mention Me API lets you programmatically manage referral programmes, track conversions, and access customer data. All endpoints use JSON over HTTPS.

APIs

Auth API

OAuth2 client credentials flow. Obtain access tokens for authenticating requests to other APIs.

Merchant API

Manage your referral programme, campaigns, and merchant-level configuration.

Consumer API

Track orders, look up customers, and manage referral data at the consumer level.

Entrypoint API

Server-side alternative to JavaScript tags. Serve referrer offers, referee journeys, and dashboards via API.

Base URLs

EnvironmentBase URL
Productionhttps://api.mention-me.com
Demohttps://api-demo.mention-me.com

Authentication

All API requests require a Bearer token obtained via the Auth API. See the authentication guide for details on the OAuth2 client credentials flow.

Common Patterns

  • All responses are JSON
  • Dates use ISO 8601 format
  • Errors return standard HTTP status codes with a JSON error body
  • Rate limits apply per access token — see rate limits
Last modified on March 31, 2026