Rest API
Requirements
myAuth : Unique and non-transferable token for authenticate requests
myCorporateToken : Unique and non-transferable token to make requests to our resources
HOST : Will be provided by Imbee
All requests must use the header "Content-Type" with value "application/json"{
"time": 0.00019,
"code": 0,
"message": "Ok",
"body": {
"data0": "value0",
"data1": "value1"
}
}Generate a Access Token
Create a External User
Create a Chat between users
Last updated