curl --request GET \
--url https://api.shareofmodel.ai/v1/organizations/{organization_id}/workspaces/{workspace_id}/recommendation/channels \
--header 'Authorization: <api-key>'[
[
{
"name": "DV360",
"group": "Paid Media"
}
]
]Returns all recommendation channels. Channels are global and not filtered by organization or workspace.
curl --request GET \
--url https://api.shareofmodel.ai/v1/organizations/{organization_id}/workspaces/{workspace_id}/recommendation/channels \
--header 'Authorization: <api-key>'[
[
{
"name": "DV360",
"group": "Paid Media"
}
]
]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.