Subscribe to an item's notifications Run in API Explorer
Ask AI
POST
/api/v1/notifications/subscribe/{subscribeableType}/{subscribeableUuid}
curl \
--request POST 'https://api.plannrcrm.com/api/v1/notifications/subscribe/{"summary" => "When the value is omitted", "value" => ""}/{"summary" => "When the value is omitted", "value" => ""}' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"subscribeable_type": "firm",
"subscribeable_uuid": "8f4d5fb8-cf60-4ea7-9797-aa41210ad972"
}
Response examples (422)
{
"message": "The given data was invalid.",
"errors": {
"field": [
"The field is invalid."
]
}
}