cURL
curl --request GET \ --url https://api.messages.dev/v1/reactions \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "message_id": "<string>", "type": "<string>", "sender": "<string>", "is_from_me": true, "added": true, "sent_at": 123, "synced_at": 123 } ], "has_more": true, "next_cursor": "<string>", "request_id": "<string>" }
Returns all reactions on a specific message.
Use an API key as a bearer token: Authorization: Bearer sk_live_...
Authorization: Bearer sk_live_...
Message ID (msg_...) or iMessage GUID
msg_...
"msg_abc123"
List of reactions
Show child attributes
Whether more items exist beyond this page
Cursor to pass as cursor query parameter for the next page
cursor