Using the Spectrumâ„¢ Technology Platform REST API

Using the REST API in your web application is a two-step process:

  1. Build the URL you need to make an interface request (and send it via HTTP GET).
  2. Process the contents of the JSON object or image returned in the interface response.

The REST API defines the format of the URLs needed to make interface requests, and the format of the JSON objects returned in the response.