...
Error code | Error Body | Description |
---|---|---|
500 | {"code": 500, "message": ""} | Internal server error. |
404 | The server returned a "404 Not Found" | Campaign ID incorrect or incorrect URL |
404 | {"code": 404,"message": "Publisher not found"} | Publisher ID incorrect |
400 | {"code": 400,"message": "Validation failed","data": [{"message": "This form should not contain extra fields."},{"fieldName": "form[field name]","message": ""}]} | The form field(s) submitted is/are incorrect and do not match the correct form mapping |
400 | {"code": 400,"message": "Validation failed","data": [{"message": "This form should not contain extra fields."}]} | Some form field(s) submitted in your request do not exist on the form |
401 | {"code": 401,"message": "Access denied."} | Access denied. Incorrect API key |
403 | {"code": "403","error": "Campaign is inactive"} | Campaign is inactive |