I couldn't use GET geo/reverse_geocode api. I am getting following error
{
"errors": [{
"message": "Your credentials do not allow access to this resource",
"code": 220
}]
}
I am using bearer token authorisation. Remaining APIs are working perfectly. Do I need to do any additional steps?
Thanks in advance