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: <api-key>'
{ "cookie_id": "example_uuid", "type": "autofill", "metadata": { "description": "Tracks user activities.", "company": "Example Company", "domain": "example.com", "duration": "Session" } }
ID of the resource
AI action
The response is of type object.
object
Was this page helpful?