curl --location --request GET 'https://api.teamly.one/api/v1/teams//channels' \
--header 'Authorization;'
{
"channels": [
{
"id": "string",
"type": "string",
"teamId": "string",
"name": "string",
"description": "string",
"createdBy": "string",
"parentId": "string",
"participants": [
"string"
],
"priority": 0,
"nsfw": true,
"region": "string",
"rateLimitPerUser": 0,
"createdAt": "2019-08-24T14:15:22Z",
"permissions": {
"role": {
"roleId": "string",
"allow": 0,
"deny": 0
}
},
"additionalData": {
"streamChannel": "string",
"streamPlatform": "string"
}
}
],
"categories": [
{
"id": "string",
"teamId": "string",
"name": "string",
"createdBy": "string",
"priority": null,
"permissions": {
"role": {
"roleId": "string",
"allow": 0,
"deny": 0
}
},
"createdAt": "CURRENT_TIMESTAMP",
"editedAt": null
}
]
}