Authorization: Bearer ********************curl --location --request GET '/tenant//released_bot//state' \
--header 'Authorization: Bearer <token>'{
"bot": {
"avatar": {
"type": "None"
},
"description": "string",
"id": "string",
"name": "string",
"orchestration": {
"type": "None"
}
},
"channels": [
{
"id": "string",
"releaseKey": "string",
"securityPolicy": "string",
"type": "Tenant"
}
],
"description": "string",
"id": "string",
"version": {
"release": "string",
"version": 1
},
"tenantReleased": true
}