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 \
-X POST https://api.plannrcrm.com/api/v1/notifications/subscribe/subscribeableType/subscribeableUuid \
-H "Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
-H "Content-Type: application/json" \
-H "Accept: application/json"
Response examples (200)
{
"subscribeable_type": "firm",
"subscribeable_uuid": "0112b796-43af-4731-84a7-67e8c8d2675e"
}