Token
InboxToken :
Parameter | Type | Required(*) | Description |
---|---|---|---|
token | string | * | |
connection_id |
Example
{
"token": "eH0fLhuiRj2Np7UQ-opXAm:APA91bGtC-wH4sgW1jWkMKIZf7FYkm_RTQb7Jid7DfSJnCgivGYoRzhLrGxpcIF6yPjmbzAr6CKF-6phZkBasFUUfZmfdgcqfA_ZlZdVk6pSnon3LGzMumCzEJE0zgWoo_RUmVUVJUAt"
}
Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"connection_id": {
"type": [
"string",
"null"
]
},
"token": {
"minLength": 64,
"type": "string"
}
},
"required": [
"token"
],
"type": "object"
}