Last updated 2 months ago
Retrieve list of campaigns with optional filters
Your API key
Your Secret key
POST /v2/ExternalApi/getCampaigns HTTP/1.1 Host: api.gleantap.com X-API-KEY: text X-SECRET-KEY: text Content-Type: application/json Accept: */* Content-Length: 117 { "app_id": "text", "campaign_id": "text", "updated_since": "2025-05-21", "created_since": "2025-05-21", "limit": 1, "offset": 1 }
Campaigns retrieved successfully
{ "campaigns": [ { "id": "text", "campaign_name": "text", "status": "text", "type": "text", "schedule": "text", "created_by": "text", "created_on": "2025-05-21", "subject": "text", "sent": 1, "opened": 1, "clicked": 1 } ] }