Skip to main content
GET
/
v1
/
organizations
/
{organization_id}
/
workspaces
/
{workspace_id}
/
recommendation
/
channels
List recommendation channels
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.

Authorizations

Authorization
string
header
required

Path Parameters

organization_id
string
required
workspace_id
string
required

Response

List of recommendation channels with their group labels

name
string
required
Example:

"DV360"

group
string
required
Example:

"Paid Media"