Theme

Notification Preferences

Get Notification Preference Info

GET https://cirro.io/api/v2/users/:id/notification_preference

Description

Returns a Notification Preferences object if the request was successful.

Example

1client = CirroIOV2::Client.new(...)
2client.User.notification_preference(1)
Previous
Overview