REST API Overview
In order to interface with some of the core functionality, Vouch has exposed specific resources via a REST API. This gives developers a great deal of flexibility when integrating Vouch and opens up the doors to very exciting activations.
The Vouch REST API is only available for customers who have purchased the entitlement as part of their plan.
Base URL
The API is accessed using a base URL in the form:
https://api.vouchfor.com/api/v1/<resource>
Authentication
All requests to the API are authenticated by providing your API key. The API key should be provided as an HTTP header named X-API-TOKEN
.
"X-API-TOKEN: YOUR_TOKEN" https://api.vouchfor.com/api/v1/<resource>
Your API Key can be found in your account on the the Developer page within your Vouch Account. The REST API is only available for customers who have purchased the entitlement as part of their plan.
HTTP Method
The v1 API uses standard HTTP methods for indicating the action to take on a resource.
Method | Action |
GET | Retrieve a resource. |
POST | Create, modify or delete a resource. |
Schema
All API requests and response bodies adhere to a common JSON format representing individual items and collections of items.
Errors
The API uses HTTP status codes to indicate an error has occurred while processing a request. There are four main error status codes used by the API:
Code | Description |
401 | Invalid API key |
403 | The request could not be authenticated or the authenticated user is not authorized to access the requested resource. |
404 | The requested resource does not exist. |
422 | The request could not be processed, usually due to a missing or invalid parameter. |
500 | Server Error |
REST API Calls
Vouch currently offers a suite of RESTful API endpoints. These APIs have be grouped under the section of the Platform they relate to. To find out more about a specific API call, simply click on the event below.
Vouch (Videos)
- Create a Vouch
- Retrieve a Vouch
- Retrieve Metrics for a Vouch
- Delete a Vouch
- Update a Vouch
- Download a Vouch
- Retrieve a list of Vouches
- Retrieve a list of Vouch Downloads
Campaign (Requests)
- Create a Campaign
- Pause a Campaign
- Delete a Campaign
- Publish a Campaign
- Retrieve a Campaign
- Update a Campaign
- Convert Campaign to a Vouch
- Retrieve Metrics for a Campaign
- Retrieve a list of all Campaigns
- Retrieve a list of Campaign responses