Websites
/
Get a list of websites

Get a list of websites

GET
https:/api.livesession.io/v1/websites

List of all websites

Scopes

Required scopes: websites:read

Response

List of websites
  • array
    • website_id
      string
      Unique identifier for the website
    • host
      string
      Domain name or hostname of the website (e.g., example.com)
Example request
curl --request GET \
--url https://api.livesession.io/v1/websites \
--header 'accept: application/json'
Example response
[
{
"website_id": "string",
"host": "string"
}
]
Built with

Show your support! Star us on GitHub ⭐️