GET
/album/getPreviewPhotos
curl \
--request GET 'https://public-api.joinswsh.com/album/getPreviewPhotos?albumId=22222222-2222-2222-2222-222222222222' \
--header "x-api-key: $API_KEY"
Response examples (200)
{
"data": [
{
"photoId": "string",
"width": 42,
"height": 42,
"originalUrl": "string",
"stableUrl": "string"
}
],
"warnings": [
"Example warning"
]
}
Response examples (400)
{
"message": "Invalid request"
}