Send Connection Request to user

This API is used to send the Connection Request to the user.

This API is used to send the Connection Request to the user.
Make connections with other users using this API.
Once you send the Connection Request to the user, you can not cancel that request.
You can only send a Connection Request if that user is part of the event.
Once the connection is established between two users it will be a lifetime connection, and you can not remove that user from the connection list.

Send Connection Request To User

Here is the API endpoint.

Here is a sample of the success response.

{
  "type": "Success",
  "message": "Attendee Connected"
}