Skip to main content

Subscribe to User

POST 

/users/:id/subscribers

Subscribe to a user

Request

Path Parameters

    id stringrequired

    A User ID

Query Parameters

    user_id stringrequired

    The user ID of the user making the request

Responses

Subscribed successfully

Schema

    success boolean

    Whether the operation was successful

    transaction_hash string

    The blockchain transaction hash

Loading...