...
The campaign webhook allows the user to post data to a Convertr campaign using a campaign API key to authenticate the request.
This endpoint also allows for cross-origin requests allowing client-side applications to POST data to Convertr.
Setup Process
Go to ‘Setup’ under the ‘Admin’ tab on the Convertr campaign overview dashboard
...
Once you are on the setup page, scroll down to the ‘Campaign API’ section. This is where you will see the ‘Campaign API Key’. This will present a code that will function as the access token for the duration of the campaign you have selected.
...
Using the Campaign API Key
...
Error code | Error Body | Description | |
---|---|---|---|
1 | 500 |
| Internal server error. |
2 | 404 |
| Campaign ID incorrect, incorrect URL or Global Form ID does not exist |
3 | 404 |
| Publisher ID incorrect |
4 | 400 |
| The form field(s) submitted is/are incorrect and do not match the correct form mapping |
5 | 400 |
| Some form field(s) submitted in your request do not exist on the form |
6 | 401 |
| Access denied. Incorrect API key |
7 | 403 |
| Campaign is inactive |