cURL
curl --request GET \ --url https://8511e6e5e351.ngrok-free.app/v1/sites/{siteId} \ --header 'Authorization: Bearer <token>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "Hearth Furniture Company", "hostUrl": "https://hearthfurniture.com", "apiKey": "3c90c3cc-0d44-4b50-8888-8dd25736052a" }
The API key for the App (e.g. sk_eczMHVBY9fV6GYFhvs53qcnxq7yptlXL3ABKOZtn6dQ)
The name of the site
"Hearth Furniture Company"
The host URL of the site. The URL should consist of only the origin.
"https://hearthfurniture.com"
Was this page helpful?