put https://api.accelevents.com/rest/event/$/attendee/$/connect
This API is Used to send the connection request to specific Users from a List of People from the event.
Using this API you can make new connections with other people.
To call this API you will make sure that the user is part of the event otherwise, it will return 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.
Field | Description |
---|---|
type | It contains a type of message. |
message | It contains a response message. |
Here is the description of the error codes.
Response Status Code | Error Code | Description |
---|---|---|
401 | 4010101 | Not authorized to access. |
404 | 4040200 | Event not found. |
406 | 4068009 | Super admin can not connect without purchasing event ticket. |
406 | 4068003 | Attendee already connected. |
406 | 4068005 | Attendee can not connect to self. |