target
here can be used to set a project pereference (global-level) or a (resource-level) preference.
You can use this API to :
- Allow recipient to update their project preference on the “Notification’s setting” screen.
- Allow recipient to subscribe to something. Example, “Subscribe a channel on YouTube” via
target
likeyt_channel:mr_beast:new_video
withsubscribed: true
.
Authorizations
Bearer authentication header of the form Bearer bv_xxxxxxxxx
, where bv_xxxxxxxxx
is your API Key with Full access
or Recipient acess
scope.
Path Parameters
The unique identifier of the recipient.
Body
application/json
Response
200 - application/json
Updated subscription state for the target
The response is of type any
.