Get a list of websites
GEThttps:/api.livesession.io/v1/websites
List of all websites
Scopes
Required scopes:
websites:read
Response
application/json
website_id
string
Unique identifier for the websitehost
string
Domain name or hostname of the website (e.g., example.com)
1 curl --request GET \2 --url https://api.livesession.io/v1/websites \3 --header 'accept: application/json'
1 [2 {3 "website_id": "string",4 "host": "string"5 }6 ]
Built with