Checks if user is subscribed to channel by FID
GET/isUserByFidSubscribedToChannel
Checks if user is subscribed to channel by FID
Request
Query Parameters
channelAddress stringrequired
fid stringrequired
Responses
- 200
- default
User subscription status by fid
- application/json
- Schema
Schema
boolean
Error response
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
message stringrequired
code stringrequired
issues object[]
message stringrequired
{
"message": "string",
"code": "string",
"issues": [
{
"message": "string"
}
]
}
Loading...