Skip to main content
POST
/
v1
/
music
/
pause
Pause music
curl --request POST \
  --url https://api.magne.app/v1/music/pause \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "channelId": "<string>",
  "serverId": "<string>",
  "url": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Forwarded to music bot. Fields vary by command.

channelId
string
serverId
string
url
string | null

Response

Success

The response is of type object.