GET
/v1/spotMemberCustomRole
curl \
--request GET 'https://openapi.meltingspot.io/v1/spotMemberCustomRole'
Response examples (200)
{
"items": [
{
"id": "string",
"label": "string",
"description": "string",
"permissions": [
"live.*"
]
}
],
"total": 42
}