The request will be sent similar to the following:
curl -X POST 'https://api.twitch.tv/helix/whispers?from_user_id=12826&to_user_id=141981764?message=Hello%20friend%21' \
-H 'Authorization: Bearer ln6n5azzuliqq57gmncybxrno4fy' \
-H 'Client-Id: hof5gwx0su6onys0nyan9c87zr6t'
-d '{"message":"Hello, friend!"}'
Expected documentation
The request will be sent similar to the following:
curl -X POST 'https://api.twitch.tv/helix/whispers?from_user_id=12826&to_user_id=141981764' \
-H 'Authorization: Bearer ln6n5azzuliqq57gmncybxrno4fy' \
-H 'Client-Id: hof5gwx0su6onys0nyan9c87zr6t'
-d '{"message":"Hello, friend!"}'
Brief description
has a malformed URL due to
?message=
on the endExpected documentation