post

POST /v2/campaigns/{campaignId}/track/click — Track campaign click

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Records a click event when a patient interacts with a campaign placement. This is a public endpoint — no authentication required.

Request body

FieldTypeRequiredDescription
placementstringYesPlacement slot where the click occurred
affiliateIdstringYesAffiliate the campaign belongs to
patientIdstringNoPatient who clicked (omit for anonymous)
clickDestinationstringNoURL or destination the patient was directed to

Errors

StatusCodeDescription
400campaign_not_liveCampaign exists but is not currently live — tracking is only accepted for live campaigns
404entity_not_foundCampaign not found for the given affiliateId

Authentication

None required. This endpoint is intentionally public so it can be called from patient-facing surfaces.

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!