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": "65113f05-4f88-4a16-8d69-e75ab0dd9e56"
}