The Vift API enables you to manage your customers' orders of video gift messages through our platform.

The Vift API is organized around REST and makes use of built-in HTTP features such as HTTP Authentication. All API requests must be sent over HTTPS, and all requests must be authenticated. JSON is returned in all responses.

The core of the API is the orders resource. You can create and update orders, retrieve order details, and cancel orders via the API.

How it works

  1. After a customer has completed a checkout on your website, you make a POST request, creating a new order object.
  2. A unique URL is generated by Vift and is sent to you in the response.
  3. You deliver the unique URL to your customer however you want: display a button with their receipt or send it to them in an email.
  4. You update the order object with delivery information.
  5. When the package is delivered, Vift notifies the recipient about their video message.

Integration

Integrating the Vift API is meant to be a painless process. In most scenarios, you will only be making two API requests per order: one to create an order, and one to let Vift know how to handle delivery.

Learn more about Creating A New Order

Learn more about Handling Delivery Notifications

Authentication

Authentication to the API occurs via HTTP Basic Authentication with TLS. Each of your calls must be authenticated by providing an App ID and API Key in the request. Your App ID serves as your authentication username and your API Key serves as your authentication password. All API requests must be sent over HTTPS.