...
Parameter | Required | Description |
---|---|---|
CAMPAIGN_ID | Yes | ID for the campaign you are wishing to see a list of available links |
ACCESS_TOKEN | Yes | Access token acquired in 3.2 |
Response
[ { "channel": "Email", "destination": "https://convertrforms.cvtr.io/acme-campaign-email", "id": 25, "name": "acme-campaign-email" }, { "channel": "Social", "destination": "https://convertrforms.cvtr.io/acme-campaign-social", "id": 26, "name": "acme-campaign-social" }, { "channel": "Display", "destination": "https://convertrforms.cvtr.io/acme-campaign-display?template=1&wp=4", "id": 30, "name": "acme-campaign-display" } ] |
...
form%5BfirstName%5D=Danny&form%5BlastName%5D=Hannah&form%5Bemail%5D=tech%40convertrmedia.net&form%5Bsubmit%5D=true |
Response
{ "data": 367086, "message": "Lead was created successfully", "status": 201 } |
...