Get valid badges for the authenticated user, optionally in the context of a specific streamer's chat
Parameters
Output
Encoding
application/jsonbadges
array
Required
No description available.
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"badges"
],
"properties": {
"badges": {
"type": "array",
"items": {
"ref": "place.stream.badge.defs#badgeView",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {
"streamer": {
"type": "string",
"format": "did",
"description": "Optional DID of the streamer for context-specific badges (mod, vip, etc)"
}
}
},
"description": "Get valid badges for the authenticated user, optionally in the context of a specific streamer's chat"
}