ChannelChatAppCredentials
channel_id object
ID of the messaging channel this record relates to.
- string
- null
string
license_idLicense Idrequired
messenger_typeMessenger Typerequired
app_idApp Idrequired
emailEmailrequired
passwordPasswordrequired
access_token object
anyOf
- string
- null
string
access_token_expires_at object
anyOf
- date-time
- null
date-time
refresh_token object
anyOf
- string
- null
string
refresh_token_expires_at object
anyOf
- date-time
- null
date-time
ChannelChatAppCredentials
{
"channel_id": "string",
"license_id": 0,
"messenger_type": "string",
"app_id": "string",
"email": "string",
"password": "string",
"access_token": "string",
"access_token_expires_at": "2024-07-29T15:51:28.071Z",
"refresh_token": "string",
"refresh_token_expires_at": "2024-07-29T15:51:28.071Z"
}