Request and Response Formats

This user guide explains what is required to succesfully communicate with the Instantia service. REST endpoints, supported HTTP methods, and request and response schemas are all avaible in the page.

Authentication

The Instantia API uses API keys to authenticate requests. See Authentication for details.

Required headers

The Instantia API sends and receives JSON payloads. Sending requests requires one header in addition to any authentication-related headers:

content-type: "application/json"

Last updated