Skip to content

Social events

Get social events

Requires Authorization.

GET /v1/social-events

Query (optional):

  • geohash — string, optional
  • sortBy — string, optional
  • region — string, optional

Response:

Get social event

Requires Authorization.

GET /v1/social-events/{socialEventId}

Response:

  • socialEventId — long integer
  • name — string
  • location — string
  • startTime — unix timestamp in milliseconds or null
  • endTime — unix timestamp in milliseconds or null
  • eventType — string, e.g. FESTIVAL | KINK | PRIDE
  • eventImageUrl — URL or null
  • imageSource — string or null
  • region — string
  • attendeesPreview — array of objects
    • profileId — long integer
    • profileImageUrl — string, may be empty
  • timezone — string
  • isAttending — boolean

Attend social event

Requires Authorization.

POST /v1/social-events/{socialEventId}/attendees

Unattend social event

Requires Authorization.

DELETE /v1/social-events/{socialEventId}/attendees

SocialEvent

  • socialEventId — long integer
  • name — string
  • location — string
  • startTime — unix timestamp in milliseconds or null, optional
  • endTime — unix timestamp in milliseconds or null, optional
  • eventType — string, e.g. FESTIVAL | KINK | PRIDE
  • eventImageUrl — URL or null, optional
  • imageSource — string or null, optional
  • region — string
  • attendeesPreview — array of objects
    • profileId — long integer
    • profileImageUrl — string, may be empty
  • timezone — string
  • isAttending — boolean

Open Grind is not affiliated with Grindr in any way.