Vanilo REST API

Vanilo Cloud Documentation

The Vanilo API is built on HTTP, it is RESTful, having the following main characteristics:

  • URLs are resource-oriented;
  • Uses the Bearer authentication method;
  • Responds with standard HTTP response codes to indicate errors;
  • Returns JSON.

OpenAPI (Swagger) Specification

The API has an OpenAPI specification page at: Vanilo API Reference

Base URL

Vanilo Cloud API calls referenced in this documentation start with a base URL. Vanilo offers live and sandbox environments. Be sure to use the appropriate base URL based on which environment you want to target.

Vanilo uses URI versioning for the API endpoints.

The Base URL depends on your shop URL:

https://your-shop.v-shop.cloud/api/1.0/

For sandbox environments, the URL looks something like:

https://sandbox.your-shop.v-shop.cloud/api/1.0

Next Steps