In order to use the REST API you need the following at your disposal:

  • Any programming environment that allows you to make HTTP requests and process the responses will allow you to make REST API calls. In particular, you need to be able to generate and parse JSON (JavaScript Object Notation).
  • You need a base URL and an access token, that you may obtain by requesting these at Deployteq. Note that if you already have a SOAP token for the brand you wish to access, you may also use this with the REST API.