v1

latestOpenAPI 3.1.02026-07-263370112.1 KB
ai-referrals

List AI Referrals Connections

List AI Referrals push connections registered for this brand. Scope is limited to push connections only — Google Analytics integrations live in a separate system and are not returned here, even though they can block a register call with 409.

get/{brand_id}/ai-referrals/connections

Path parameters

brand_idinteger required

The unique identifier for the brand.

Response

List of connections.

Example response

{
  "items": [
    {
      "provider": "adobe_analytics"
    }
  ]
}