curl --request GET \
--url https://api.shareofsearch.jplus.io/api/v1/projects-by-client-v2 \
--header 'Authorization: Bearer <token>'[
{
"id": "<string>",
"name": "<string>",
"created_at": "<string>",
"updated_at": "<string>",
"website": "<string>",
"brand": "<string>",
"sources": [
"<string>"
],
"devices": [
"<string>"
],
"status": "<string>",
"country": "<string>",
"language": "<string>",
"num_keywords": 123,
"num_thematics": 123,
"num_topics": 123,
"frequency": "<string>",
"brand_official_name": "<string>",
"website_type": "<string>",
"query_fanouts_enabled": false,
"shopping_enabled": false,
"category": "Global",
"collect": {
"id": "<string>",
"progress": 123,
"status": "<string>",
"type": "<string>"
},
"created_by": "<string>"
}
]Paginated list of all projects for a specific client (workspace). Requires read access to the workspace.
curl --request GET \
--url https://api.shareofsearch.jplus.io/api/v1/projects-by-client-v2 \
--header 'Authorization: Bearer <token>'[
{
"id": "<string>",
"name": "<string>",
"created_at": "<string>",
"updated_at": "<string>",
"website": "<string>",
"brand": "<string>",
"sources": [
"<string>"
],
"devices": [
"<string>"
],
"status": "<string>",
"country": "<string>",
"language": "<string>",
"num_keywords": 123,
"num_thematics": 123,
"num_topics": 123,
"frequency": "<string>",
"brand_official_name": "<string>",
"website_type": "<string>",
"query_fanouts_enabled": false,
"shopping_enabled": false,
"category": "Global",
"collect": {
"id": "<string>",
"progress": 123,
"status": "<string>",
"type": "<string>"
},
"created_by": "<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
Successful Response
Show child attributes