API Reference
Reference for the API
Get AI action by ID
cURL
curl --request GET \ --url https://cookiechimp.com/api/v1/ai-actions/{id} \ --header 'Authorization: Bearer <token>'
{ "cookie_id": "example_uuid", "type": "autofill", "metadata": { "description": "Tracks user activities.", "company": "Example Company", "domain": "example.com", "duration": "Session" } }
API token obtained from the login endpoint or the dashboard
ID of the resource
AI action
Unique identifier for the AI action
ID of the cookie that the AI action is associated with
autofill
auto_categorisation
auto_approved
Was this page helpful?