Skip to main content
POST
/
api
/
entry-point
/
{version}
/
dashboard
Get dashboard
curl --request POST \
  --url https://mention-me.com/api/entry-point/{version}/dashboard \
  --header 'Content-Type: application/json' \
  --data '
{
  "customer": {
    "emailAddress": "jane.doe@example.com",
    "firstname": "",
    "surname": "",
    "title": "",
    "uniqueIdentifier": "",
    "segment": "",
    "customField": "",
    "visitorId": ""
  },
  "request": {
    "partnerCode": "[YOUR-PARTNER-CODE]",
    "situation": "mobile-app",
    "localeCode": "en_GB",
    "authenticationToken": "",
    "segment": "vip",
    "ipAddress": "127.0.0.1",
    "userDeviceIdentifier": "",
    "deviceType": "",
    "appName": "",
    "appVersion": "e.g. MyApp/v1.73"
  }
}
'
{
  "url": "<string>",
  "defaultCallToAction": ""
}

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.

Path Parameters

version
enum<string>
required

Version

Available options:
v2,
v1
Pattern: v2|v1

Body

application/json

Information to retrieve a referrer dashboard entry point URL

customer
Customer · object
required

Information about the referrer

request
Request · object
required

Information about the request, including authentication

Response

Returned when successful

url
string
defaultCallToAction
string
default:""
Last modified on March 31, 2026