GET
/
ai-actions
/
{id}
curl --request GET \
  --url https://cookiechimp.com/api/v1/ai-actions/{id} \
  --header 'X-API-KEY: <api-key>'
{
  "cookie_id": "example_uuid",
  "type": "autofill",
  "metadata": {
    "description": "Tracks user activities.",
    "company": "Example Company",
    "domain": "example.com",
    "duration": "Session"
  }
}

Authorizations

X-API-KEY
string
headerrequired

Path Parameters

id
string
required

ID of the resource

Response

200 - application/json
id
string

Unique identifier for the AI action

cookie_id
string

ID of the cookie that the AI action is associated with

type
enum<string>
Available options:
autofill,
auto_categorisation,
auto_approved
metadata
object