Skip to main content
GET
/
brand
Get Brands
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"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://help.mentionpilot.ai/llms.txt

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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

A list of brands

success
boolean
Example:

true

brands
object[]