Get automation by company
Get automation by company
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location 'https://api.ffdemo.ufp.ai/company/automation/ownership/company' \
--header 'Authorization: Bearer <token>'
Responses
[
{
"guid": "string",
"automation_name": "string",
"automation_description": "string",
"automation_status": "InActive",
"ownershiplevel": "Company",
"created_by": 0,
"created_date": "2019-08-24T14:15:22.123Z",
"updated_by": 0,
"updated_date": "2019-08-24T14:15:22.123Z",
"automation_event_type": "Campaign"
}
]
Modified at 2025-03-21 07:23:14