/api/v1/campaignsList campaigns
Every banner campaign, newest first.
This endpoint takes no parameters beyond the URL itself.
Example response
{
"campaigns": [
{
"id": "e5f6a7b8-c9d0-4e1f-8a2b-3c4d5e6f7a80",
"name": "Autumn promotion",
"html_content_b": null,
"winner": null,
"audience": "external",
"new_only": false,
"start_date": "2026-10-01T00:00:00.000Z",
"end_date": "2026-10-31T23:59:59.000Z",
"target_scope": "all",
"target_value": null,
"target_name": null,
"active": true
}
],
"total": 1
}Copy and paste
curl -X GET "https://api.usesigned.co.uk/api/v1/campaigns" \
-H "X-API-Key: $SIGNED_API_KEY"