API Endpoint

The API Endpoint allows for input of data such a request body, headers, query params.
To access the API Endpoint you can copy the curl and make a call to the endpoint to test it, for example, copy it, and import it into Postman.

The URL explained: 'http://(base url)/(api path)/(api ID from project)/(your custom path)' becomes 'http://api.interlaceiq.com/api/Zu6odjfeyoi/example'

Request Types

  • GET
  • POST
  • PUT
  • PATCH
  • DELETE
  • HEAD
  • OPTIONS

Takes

  • Request Body
  • Headers
  • Query Params