Subscribe to an item's notifications

POST /api/v1/notifications/subscribe/{subscribeableType}/{subscribeableUuid}

Headers

Path parameters

Responses

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": "c20601cf-1cb0-4da2-ad87-573ae60d4e92"
}