Websites
/Create a website
Create a website
https:/api.livesession.io/v1/websites
Create a website
Scopes
Required scopes:
websites:writeRequest body
hoststringRequired
Domain name or hostname of the website to trackdescriptionstring
Optional description of the website for organization purposes
Response
Create a website
website_idstring
Unique identifier for the websitehoststring
Domain name or hostname of the website (e.g., example.com)
Example request
curl --request POST \ --url https://api.livesession.io/v1/websites \ --header 'accept: application/json' \ --header 'content-type: application/json' \ --data ' { "host": "string", "description": "string" } '
Example response
{ "website_id": "string", "host": "string" }
Built with
Show your support! Star us on GitHub ⭐️