Skip to content

Drawer

Get media in drawer

Requires Authorization.

GET /v4/chat/media/drawer

Response:

Array of DrawerMedia.

Get media in drawer for a conversation

Requires Authorization.

GET /v4/chat/media/drawer/{conversationId}

Response:

Array of DrawerMedia.

Add media to drawer

Requires Authorization.

MediaId must be obtained through uploading.

PUT /v4/chat/media/drawer/{mediaId}

Response:

Empty.

Errors:

  • 500 — Repeated requests cause 500 HTTP status "Internal Error".

Delete media from drawer

Requires Authorization.

Repeated requests are completed without errors.

DELETE /v4/chat/media/drawer/{mediaId}

Response:

Empty with HTTP status 202.

DrawerMedia

  • id — long integer
  • url — URL
  • contentType — string
  • createdTs — unix timestamp in milliseconds
  • used — boolean
  • takenOnGrindr — boolean

Open Grind is not affiliated with Grindr in any way.