Hi
I created a rest service to pull Name, Surname etc from the User collection. I get the following error when I test the service.....
{
"status":"401 Unauthorized",
"url":"https://api.appery.io/rest/1/db/users",
"response":{
"code":"DBUQ001",
"description":"unauthorized"
}
}
This are my service components. Is there something I am missing?