Hello,
I'm testing Cloud PBX API (planning to go for P-series but I heard that the API isn't ready)
I could send login request and receive
{
"status": "Success",
"token": "*******************",
"refreshtoken": "**********************"
}
But if I try to use this token (immediately) for any request I get constantly
{
"status": "Failed",
"errno": "20006"
}
as the token expired.