A label has been added to an Active photo in an album
A label has been added to an Active photo in an album. Requires admin access to the album. Photo label webhooks are rate-limited per photo per label to reduce the risk for recursive calls.
Request examples
{
"data": {
"photoId": "string",
"width": 42,
"height": 42,
"originalUrl": "string",
"stableUrl": "string",
"videoUrl": "string",
"downloadUrl": "string",
"labels": [
"string"
],
"restrictedLabels": [
"string"
]
},
"metadata": {}
}