Skip to main content
GET
/
user
/
campaigns
List campaigns
curl --request GET \
  --url https://api.example.com/user/campaigns
{
  "campaigns": [
    {
      "id": "<string>",
      "name": "<string>",
      "created_at": "<string>",
      "updated_at": "<string>",
      "status": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.lacy.ai/llms.txt

Use this file to discover all available pages before exploring further.

This endpoint allows you to list all campaigns.

Response fields

campaigns
array