GET ALL

Query all web installation records associated with the given customer API key

QUERY ALL

GET https://api.eyelevel.ai/v1/partner/integration/hosting/:apiKey

Path Parameters

{
  "integration": {
    "installations": [
      {
        "url": "STRING",
        "name": "STRING",
        "webId": "INTEGER"
      }
    ]
  }
}

Objects

Last updated