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>"
}
]
}All available filter values for the dashboard including sources, brands, countries, and categories.
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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Client id