cURL
curl --request GET \ --url https://app.mentionpilot.ai/api/v1/brand \ --header 'Authorization: Bearer <token>'
{ "success": true, "brands": [ { "id": 1, "name": "MentionPilot", "domain": "mentionpilot.ai", "created_at": "2026-04-30T06:26:48.342023+00:00" } ] }
Returns all brands associated with your account.
Documentation IndexFetch the complete documentation index at: https://help.mentionpilot.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://help.mentionpilot.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
A list of brands
true
Show child attributes