Base URL

https://searchlysis.com/api

Authentication

To authenticate you need to add an x-api-key header with the contents of the header being your API Key. All API endpoints are authenticated using Api Keys and picked up from the specification file.

API Key
{
  headers: {
    "x-api-key": "sk_123456789"
  }
}