cURL
curl --request GET \ --url https://{subdomain}.nudj.cx/api/v2/integration/campaigns \ --header 'x-api-token: <api-key>'
{ "totalCount": 123, "edges": [ { "id": "<string>", "organisationId": "<string>", "name": "<string>", "startDate": "<string>", "endDate": "<string>", "status": "archived", "createdAt": "<string>", "updatedAt": "<string>" } ] }
Retrieve a paginated list of campaigns.
Supported query parameters:
1 <= x <= 100
x >= 0
Successful response
Show child attributes
Was this page helpful?