Sites
Show a Site's logo
Use this endpoint to retrieve a Site's logo.
If the Site hasn't provided a logo, data will be null.
get/sites/{siteId}/logo
Response
The Site's logo was successfully retrieved
Example response
{
"data": {
"file_name": "super-cool-photo.jpg",
"mime_type": "image/jpeg",
"original_url": "https://example.com/media/super-cool-photo.jpg",
"size": 84256,
"url": "https://example.com/media/super-cool-photo-thumbnail@2x.jpg"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.