Last updated 11 days ago
Retrieve list of campaigns with optional filters
Your API key
Your Secret key
curl -L \ --request POST \ --url 'https://api.gleantap.com/v2/ExternalApi/getCampaigns' \ --header 'X-API-KEY: text' \ --header 'X-SECRET-KEY: text' \ --header 'Content-Type: application/json' \ --data '{ "app_id": "text", "campaign_id": "text", "updated_since": "2025-04-02", "created_since": "2025-04-02", "limit": 1, "offset": 1 }'
{ "campaigns": [ { "id": "text", "campaign_name": "text", "status": "text", "type": "text", "schedule": "text", "created_by": "text", "created_on": "2025-04-02", "subject": "text", "sent": 1, "opened": 1, "clicked": 1 } ] }