Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

An Account API key, account-scoped JWT, App API key, or user OAuth token. Prepend the key or token with Bearer, for example Bearer ***************************.

Path Parameters

id
string
required

The unique identifier of the reaction to retrieve.

Example:

"reac_xxxxxxxxxxxxxxxxxxxxxx"

Response

A successful response

A single reaction left by a user on a feed post, such as a like or emoji.

emoji
string | null
required

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

Example:

":heart:"

id
string
required

The unique identifier for the entity

Example:

"reac_xxxxxxxxxxxxxxxxxxxxxx"

resource_id
string
required

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

user
object
required

The user who left this reaction on the post.