Skip to Content

NotificationPreferencesApi

All URIs are relative to https://business.apis.kesk.app/v1 

MethodHTTP requestDescription
getVendorNotificationPreferencesGET /vendors/{vendor_id}/notification-preferencesGet notification preferences for a vendor
updateVendorNotificationPreferencesPUT /vendors/{vendor_id}/notification-preferencesUpdate notification preferences for a vendor

getVendorNotificationPreferences

NotificationPreferences getVendorNotificationPreferences(vendor_id)

Get notification preferences for a vendor

Parameters

NameTypeDescriptionNotes
vendor_idLong[default to null]

Return type

NotificationPreferences

Authorization

JwtAuthScheme

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json; charset=utf-8

updateVendorNotificationPreferences

NotificationPreferences updateVendorNotificationPreferences(vendor_id, UpdateNotificationPreferencesRequest)

Update notification preferences for a vendor

Parameters

NameTypeDescriptionNotes
vendor_idLong[default to null]
UpdateNotificationPreferencesRequestUpdateNotificationPreferencesRequest

Return type

NotificationPreferences

Authorization

JwtAuthScheme

HTTP request headers

  • Content-Type: application/json; charset=utf-8
  • Accept: application/json; charset=utf-8