List Sites

List of all sites the provided access token is able to access.

Authentication

AuthorizationBearer

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

Headers

Accept-VersionstringOptional
The API version

Response

Request was successful
_idstringformat: "uuid"
Unique identifier for site
createdOnstringOptionalformat: "date-time"
Date the site was created
namestringOptional
Name given to site
shortNamestringOptional
Slugified version of name
lastPublishedstringOptionalformat: "date-time"
Date site was last published
previewUrlstringOptionalformat: "uri"
URL of a generated image for the given site
timezonestringOptional
Site timezone set under Site Settings

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error