TheArtificer/.bruno/Authenticated/Channel Management/Get Channels.bru

16 lines
198 B
Plaintext

meta {
name: Get Channels
type: http
seq: 1
}
get {
url: http://localhost:8166/api/channel?user=[discord-user-id]
body: none
auth: inherit
}
params:query {
user: [discord-user-id]
}