Unable to get seller details

QuestionsCategory: AuthenticationUnable to get seller details
gowthampalanisamy asked 3 years ago

Hi team,
We had created public app for multiple sellers. After seller authorized their account in our app, we need to call get seller api to get details of seller. So I called below api & getting failure response.
Api endpoint : https://api.tiki.vn/integration/v1/sellers/me
Method : GET
Headers :
Authorization: Bearer {access_token}
Response :
{
“httpCode”: 401,
“payload”: {
“errors”: [
“Inactive access token or invalid tiki-api”
],
“meta”: {
“id”: “544801894”,
“source”: “meepo”
}
}
}

Below attached image is one of my seller account & the account status is showing INACTIVE in table & showing APPROVED in detailed page.
Can anyone please check it?