Subscribe to an item's notifications
Headers
-
Content-Type string
-
Accept string
Path parameters
-
the model type
-
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": "3a9277c2-4142-471d-bdc5-c1be01b5a102"
}