GET

Query specific web installation record associated with the given customer API key

QUERY

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

Path Parameters

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

Objects

Last updated