Accept Connection Request Of User

This API is used to accept a connection request received from another user.
To call this API you will need a connection request of the user otherwise it will give an error.
To call this API, you need to pass eventurl, user id, and authorisation token in the request API.
For the authorisation token, you need to call login API.

Here is the description of response fields.

FieldDescription
typeIt contains a type of message.
messageIt contains a response message.

Here is the description of the error codes.

Response Status CodeError CodeDescription
4014010101Not authorized to access.
4044040200Event not found.
4044043001Connection request not found.
4044043002Connection request already accepted.
4044043003Connection request already rejected.
4064068005Attendee can not connect to self.
Language
Authorization
Header
Click Try It! to start a request and see the response here!