Check if a recipient is subscribed to a specific target (channel, topic, event).
inherited: false
means the recipient has overridden the preference for that target
explicitly to whatever subscribed
is right now.Bearer authentication header of the form Bearer bv_xxxxxxxxx
, where bv_xxxxxxxxx
is your API Key with Full access
or Recipient acess
scope.
The unique identifier of the recipient.
Channel to check.
Topic to check.
Event to check.
Subscription state for the target
The response is of type any
.