Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X GET "{{baseUrl}}/api/v1/comment-automations" \
-H "Authorization: Bearer {token}"
{
"data": [
{
"id": 12,
"name": "Post Engagement",
"platform": "facebook",
"status": 1,
"limit": 30
}
]
}
Retrieve all comment automations in your ReachOwl workspace.
curl -X GET "{{baseUrl}}/api/v1/comment-automations" \
-H "Authorization: Bearer {token}"
{
"data": [
{
"id": 12,
"name": "Post Engagement",
"platform": "facebook",
"status": 1,
"limit": 30
}
]
}
Bearer {token}.curl -X GET "{{baseUrl}}/api/v1/comment-automations" \
-H "Authorization: Bearer {token}"
{
"data": [
{
"id": 12,
"name": "Post Engagement",
"platform": "facebook",
"status": 1,
"limit": 30
}
]
}
