New docs? Check out the change log to learn more!
curl --request POST \
--url https://discord.com/api/v10/channels/{channel_id}/send-soundboard-sound \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"sound_id": "<string>",
"source_guild_id": "<unknown>"
}
'{
"code": 123,
"message": "<string>",
"retry_after": 123,
"global": true
}curl --request POST \
--url https://discord.com/api/v10/channels/{channel_id}/send-soundboard-sound \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"sound_id": "<string>",
"source_guild_id": "<unknown>"
}
'{
"code": 123,
"message": "<string>",
"retry_after": 123,
"global": true
}