cURL
curl --request GET \ --url https://app.kalimna.ai/api/user/campaigns \ --header 'Authorization: Bearer <token>'
{ "campaigns": [ { "id": "<string>", "name": "<string>", "created_at": "<string>", "updated_at": "<string>", "status": "<string>" } ] }
List all campaigns
Documentation IndexFetch the complete documentation index at: https://docs.kalimna.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.kalimna.ai/llms.txt
Use this file to discover all available pages before exploring further.
Show properties