Skip to content

List observed tracking actions and plans for rule selection​

GET
/product/sites/{siteId}/automation/sales-ai/tracking-actions

Authorizations​

BearerAuth

JWT token from login

Type
HTTP (bearer)
or
AccessToken

Personal access token. Value: Token <your-token>

Type
API Key (header: Authorization)

Parameters​

Path Parameters

siteId*
Type
string
Required

Responses​

OK

application/json
JSON
{
  
"actions": [
  
],
  
"plans": [
  
],
  
"unavailable": true,
  
"error": "string"
}

Playground​

Authorization
Variables
Key
Value

Samples​

Powered by VitePress OpenAPI