Skip to main content
GET
/
api
/
v1
/
dashboard
/
references
Get Dashboard Filter References
curl --request GET \
  --url https://api.shareofsearch.jplus.io/api/v1/dashboard/references \
  --header 'Authorization: Bearer <token>'
{
  "sources": [
    "<string>"
  ],
  "brands": [
    "<string>"
  ],
  "countries": [
    "<string>"
  ],
  "categories": [
    "<string>"
  ],
  "colored_categories": [
    {
      "value": "<string>",
      "color": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.shareofmodel.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.

Query Parameters

client_id
string
required

Client id

Response

Successful Response

sources
string[]
required
brands
string[]
required
countries
string[]
required
categories
string[]
required
colored_categories
ColoredValue · object[]
required