Get Site

Get a site by site id

Path parameters

site_idstringRequiredformat: "uuid"
Unique identifier for a Site

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Accept-VersionstringOptional
The API version

Response

Request was successful
_idstringformat: "uuid"
Unique identifier for site
createdOnstring or nullformat: "date-time"
Date the site was created
namestring or null
Name given to site
shortNamestring or null
Slugified version of name
lastPublishedstring or nullformat: "date-time"
Date site was last published
previewUrlstring or nullformat: "uri"
URL of a generated image for the given site
timezonestring or null
Site timezone set under Site Settings

Errors