Creates a subscription to a block for a user. The user will receive change notifications for the block.

post/subscriptions

Request body

blockIdstring required

BlockID is id of the entity being subscribed to

blockTypestring required
createAtinteger required

CreatedAt is the timestamp this subscription was created in miliseconds since the current epoch

deleteAtinteger required

DeleteAt is the timestamp this subscription was deleted in miliseconds since the current epoch, or zero if not deleted

notifiedAtinteger required

NotifiedAt is the timestamp of the last notification sent for this subscription

subscriberIdstring required

SubscriberID is the id of the entity that is subscribing

subscriberTypestring required

Response

success

create_atinteger required

Created time in miliseconds since the current epoch

delete_atinteger required

Deleted time in miliseconds since the current epoch, set to indicate user is deleted

idstring required

The user ID

is_botboolean required

If the user is a bot or not

is_guestboolean required

If the user is a guest or not

propsobject required

User settings

update_atinteger required

Updated time in miliseconds since the current epoch

usernamestring required

The user name

Changes