Skip to content

Taps ​

Cookie taps are essentially bubbles "hi" but your client can choose to render them as πŸͺ. There is no separate cookie tap type.

Get received taps ​

Requires Authorization.

GET /v2/taps/received

Response:

Send a tap ​

Requires Authorization.

POST /v2/taps/add

Body:

  • recipientId β€” profile id
  • tapType β€” Tap ID, invalid or nonexistent Tap IDs are still recorded as successfull

Response:

  • isMutual β€” boolean

Errors:

  • 400 β€” Repeated requests result in Invalid request error and HTTP status 400.

Get sent taps ​

Requires Authorization.

GET /v1/interactions/taps/sent

Response:

Array of objects:

  • senderId β€” integer
  • receiverId β€” integer
  • tapType β€” Tap ID
  • sentOn β€” unix timestamp in milliseconds
  • deleted β€” boolean
  • readOn β€” long integer, unknown or null

Tap ID ​

Tap ID.

  • 0 β€” FRIENDLY ("hi" or πŸͺ based on client's rendering settings)
  • 1 β€” HOT (πŸ”₯)
  • 2 β€” LOOKING (😈)
  • 3 β€” NONE

TapProfile ​

  • everything from ProfileMaskedMin
  • everything from ProfileMin
  • timestamp β€” unix timestamp in milliseconds
  • tapType β€” Tap ID
  • lastOnline β€” unix timestamp in milliseconds
  • isBoosting β€” boolean
  • isMutual β€” boolean
  • rightNowType β€” string
  • isViewable β€” boolean

Open Grind is not affiliated with Grindr in any way.