cURL
curl --request POST \ --url https://api.warmyourx.com/v1/messages/react \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data 'reaction_emoji=<string>' \ --data 'message_id=<string>' \ --data 'conversation_id=<string>' \ --data 'cookies=<string>' \ --data 'proxy=<string>'
{}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Raw Cookie header value.
Optional per-request proxy URL (overrides X_DEFAULT_PROXY from the environment when set). Example: http://user:pass@host:port
Successful Response
The response is of type Response Send Reaction V1 Messages React Post · object.
Response Send Reaction V1 Messages React Post · object