Skip to main content

approveRsvp

Approves a user to attend an event. (does not airdrop!)

Path Parameters
network integer REQUIRED

Network id.

lockAddress string REQUIRED

Lock address.

userAddress string REQUIRED

User address.

Responses
200

Successfully approves the user to attend the event

Schema OPTIONAL
lockAddress string OPTIONAL
userAddress string OPTIONAL
approval string OPTIONAL
network number OPTIONAL
400

Invalid input received. Bad request.

Schema OPTIONAL
message string OPTIONAL
error string OPTIONAL
404

The item you are making request for does not exist.

Schema OPTIONAL
message string OPTIONAL
500

Unable to fullfil request due to internal server error.

Schema OPTIONAL
message string OPTIONAL