curl --request GET \
--url https://api.surefeedback.com/api/v1/mockup-comments/{id}/subscribers \
--header 'X-API-Key: <api-key>'{
"success": true,
"data": [
{
"id": "subscriber-001",
"user": {
"id": "550e8400-e29b-41d4-a716-446655440000",
"email": "[email protected]"
}
}
]
}
List subscribers for a mockup comment.
curl --request GET \
--url https://api.surefeedback.com/api/v1/mockup-comments/{id}/subscribers \
--header 'X-API-Key: <api-key>'{
"success": true,
"data": [
{
"id": "subscriber-001",
"user": {
"id": "550e8400-e29b-41d4-a716-446655440000",
"email": "[email protected]"
}
}
]
}
{
"success": true,
"data": [
{
"id": "subscriber-001",
"user": {
"id": "550e8400-e29b-41d4-a716-446655440000",
"email": "[email protected]"
}
}
]
}
Was this page helpful?