AI Actions
Get AI action
AI Actions
Get AI action
Get AI action by ID
GET
/
ai-actions
/
{id}
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"
}
}
Authorizations
Path Parameters
ID of the resource
Response
200
application/json
AI action
The response is of type object
.
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"
}
}