Subscribe to an item's notifications
Headers
-
Content-Type
string -
Accept
string
Path parameters
-
subscribeableType
string Required the model type
-
subscribeableUuid
string Required the model uuid
POST
/api/v1/notifications/subscribe/{subscribeableType}/{subscribeableUuid}
curl \
--request POST 'https://api.plannrcrm.com/api/v1/notifications/subscribe/subscribeableType/subscribeableUuid' \
--header "Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
--header "Content-Type: application/json" \
--header "Accept: application/json"
Response examples (200)
{
"subscribeable_type": "firm",
"subscribeable_uuid": "275dfece-7b34-4539-a018-c457b8928390"
}