Overview

The Maventa API consists of a set of callable methods, and some API endpoints.

To perform an action using the Maventa API, you need to select a calling convention, send a request to its endpoint specifying a method and some arguments, and will receive a formatted response.

All request formats, listed on the API Callable Methods, take a list of named parameters.

The REQUIRED parameter api_key is used to specify your API Keys and Company ID.

The arguments, responses and examples for each method are listed on the method’s spec page. Methods are listed on the API index page.

Note: The format of the IDs can change over time, so relying on the current format may cause you problems in the future.

Take it for a spin in our demo environment:

1. Register an account https://testing.maventa.com

  • Invoices are not relayed from the test servers (except for email notification invoices, so please use own email addresses when testing)!
  • The database of the testing server may be emptied without notice

2. The SOAP Server Endpoint URL for testing is https://testing.maventa.com/apis/bravo/wsdl/

Also available in: HTML TXT