GET
/photo/checkPhotoLabel
curl \
--request GET 'https://public-api.joinswsh.com/photo/checkPhotoLabel?photoId=44444444-4444-4444-4444-444444444444&label=Vacation' \
--header "x-api-key: $API_KEY"
Response examples (200)
{
"data": {
"hasLabel": true
},
"warnings": [
"Example warning"
]
}
Response examples (400)
{
"message": "Invalid request"
}