v8

latestOpenAPI 3.1.02026-08-033623795.0 MB
Reactions

Retrieve reaction

Retrieves the details of an existing reaction.

Required permissions:

  • chat:read
get/reactions/{id}

Path parameters

idstring required
Example:reac_xxxxxxxxxxxxxxxxxxxxxx

The unique identifier of the reaction to retrieve.

Response

A successful response

emojistring nullable required

The emoji used for this reaction in shortcode format. Null if the reaction type is not emoji.

idstring required

The unique identifier for the entity

resource_idstring required

The unique identifier of the post this reaction was left on.

Example response

{
  "emoji": ":heart:",
  "id": "reac_xxxxxxxxxxxxxxxxxxxxxx",
  "user": {
    "id": "user_xxxxxxxxxxxxx",
    "name": "John Doe",
    "username": "johndoe42"
  }
}