The Index Exchange (Index) APIs are organized around REST. Our APIs accept and return JSON-encoded responses. You can access the API by using an HTTP client.
What is REST?
REST (representational state transfer) is a program architecture that uses Hypertext Transfer Protocol to communicate as follows:
- Requests and data are sent via web browsers using HTTP verbs.
- Servers process requests and send responses.