id
. The campaigns can also be sorted or paginated.curl --location -g --request GET '{{BASE_URL}}/admin/campaigns'
{
"limit": 0,
"offset": 0,
"count": 0,
"campaigns": [
{
"id": "string",
"name": "string",
"description": "string",
"currency": "string",
"campaign_identifier": "string",
"starts_at": "string",
"ends_at": "string",
"budget": {
"id": "string",
"currency_code": "string",
"limit": 0,
"used": 0,
"type": "spend"
}
}
]
}
+
it will be added to the default fields, using -
will remove it from the default fields. without prefix it will replace the entire default fields.-
.