Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://nudgen.net/api/v1/campaigns/{id} \ --header 'Authorization: Bearer <token>'
{ "campaign": { "id": "<string>", "name": "<string>", "subject": "<string>", "scheduledAt": "2023-11-07T05:31:56Z", "sentAt": "2023-11-07T05:31:56Z", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } }
Personal Access Token created from Settings -> API Keys.
Campaign
Show child attributes