Fetch list of all the Company Sites’ ID created
You can get the list of sites created in your company by sending a GET request to our API at the endpoint:
https://api.platform.illow.io/open-api/v1/company-sites
info
Don't forget to include your Access Key in the X-API-Key header of all your requests.
Response Body
Property | Type | Description |
---|---|---|
Array | Array[string] | A list with the ID's of the sites created in your company. |
Example
[
"8374978f-51d8-421c-8f6e-da3734db7226",
"bddcb822-8380-40d3-8031-81efefa26bf2",
"f575321a-4844-497a-bf47-4a840a6d1d67",
"9d9bbb64-2279-4c0b-9d1b-119c561ad98c"
]
Interactive API Reference
Take a look at our interactive Swagger Site!