Body
-
emails
array[string(email)] Required At least
1
element.
Requires verified email; Requires one of the following permissions: Shop.UpdateLoloRequestCreatedNotifiers; Requires the following features to be enabled: Shop
curl \
-X PUT https://app.lovassy.hu/Api/LoloRequestCreatedNotifiers \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-d '{"emails":["hello@example.com"]}'
curl \
-X PUT https://app.lovassy.hu/Api/LoloRequestCreatedNotifiers \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: text/json"
curl \
-X PUT https://app.lovassy.hu/Api/LoloRequestCreatedNotifiers \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: application/*+json"
{
"emails": [
"hello@example.com"
]
}
{
"emails": [
"hello@example.com"
]
}
{
"emails": [
"hello@example.com"
]
}