Social events
Get social events
Requires Authorization.
GET /v1/social-eventsQuery (optional):
geohash— string, optionalsortBy— string, optionalregion— string, optional
Response:
events— array of SocialEvent
Get social event
Requires Authorization.
GET /v1/social-events/{socialEventId}Response:
socialEventId— long integername— stringlocation— stringstartTime— unix timestamp in milliseconds ornullendTime— unix timestamp in milliseconds ornulleventType— string, e.g.FESTIVAL|KINK|PRIDEeventImageUrl— URL ornullimageSource— string ornullregion— stringattendeesPreview— array of objectsprofileId— long integerprofileImageUrl— string, may be empty
timezone— stringisAttending— boolean
Attend social event
Requires Authorization.
POST /v1/social-events/{socialEventId}/attendeesUnattend social event
Requires Authorization.
DELETE /v1/social-events/{socialEventId}/attendeesSocialEvent
socialEventId— long integername— stringlocation— stringstartTime— unix timestamp in milliseconds ornull, optionalendTime— unix timestamp in milliseconds ornull, optionaleventType— string, e.g.FESTIVAL|KINK|PRIDEeventImageUrl— URL ornull, optionalimageSource— string ornull, optionalregion— stringattendeesPreview— array of objectsprofileId— long integerprofileImageUrl— string, may be empty
timezone— stringisAttending— boolean