You have opened a few topics now, can you please give me a better idea in one topic of what you're trying to do, what errors you're encountering, and how to reproduce them and I will help you get it figured out.
Thanks,
Comments to this discussion are now closed!
However, you can continue the conversation here:
Trying out the REST API
Göran Svensson
I got it working by adding the onrequest function.
Now a strange thing is that Kinvey is altering the response, this is what happens:
If I use POSTMAN I get the response:
{"status": false,"error": "Access token is not valid"}
If I use Kinvey I get back:
401 ERROR -- { "status": false, "error": "Access token is missing" }