Hi All,
Currently authenticating via authPassword API in response I am getting token.
So when I am using the same token to access the information of profile or any cards via GET/POST method. In response, I am getting this
{
“timestamp”: “2020-09-14T08:51:44.551+0000”,
“status”: 401,
“error”: “Unauthorized”,
“message”: “Unauthorized”,
“path”: “/api/v1/account/profile”
}
Any help?