API Base URL
Introduction
API for interfacing with Vero to design, update and manage campaigns. This API is in preview: it’s subject to change based on customer feedback.Authentication
At this time there is no publicly-available means of accessing this API. We have published this documentation to get feedback from our customers to build the best API possible. All requests require anX-Vero-Project-Id header containing your project ID.
Feedback
We want to hear what you think of our API design! We’re actively making changes in the push to launch the full API. Please email us your suggestions via support@getvero.com.Errors
The Campaigns API uses conventional HTTP response codes to indicate the success or failure of requests.| Code | Description |
|---|---|
| 200 - OK | The request was successful. |
| 201 - Created | The resource was created successfully. |
| 204 - No Content | The request was successful with no response body. |
| 400 - Bad Request | The request was invalid or malformed. |
| 401 - Unauthorized | Authentication credentials are missing or invalid. |
| 403 - Forbidden | You don’t have permission to access this resource. |
| 404 - Not Found | The requested resource doesn’t exist. |
| 406 - Not Acceptable | The requested format is not supported. |
| 415 - Unsupported Media Type | The request content type is not supported. |

