Skip to main content
POST
/
api
/
customer
/
v1
/
reports
/
mentions
Get mentions report (Customer API)
curl --request POST \
  --url http://localhost:8000/api/customer/v1/reports/mentions \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "brand_id": "<string>",
  "start_date": "2023-12-25",
  "end_date": "2023-12-25",
  "limit": 123,
  "offset": 123
}
'

Authorizations

X-API-Key
string
header
required

API key for Customer API. Create in Dashboard > API Keys.

Body

application/json
brand_id
string
start_date
string<date>
end_date
string<date>
limit
integer
offset
integer

Response

Mentions report