curl --request POST \
--url https://api.getenso.ai/objects/{type}/actions/bulk \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"ids": "<unknown>"
}
'{
"status": "success",
"message": "Success",
"data": {}
}API to get all available actions for multiple model instances
curl --request POST \
--url https://api.getenso.ai/objects/{type}/actions/bulk \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"ids": "<unknown>"
}
'{
"status": "success",
"message": "Success",
"data": {}
}FsmService:getActionsJWT bearer token obtained from POST /auth/system-login using your client credentials.