I am testing here the Rest API, but I am always receiving a “app_id not found.” error. I already triple checked my app id and nothing.
Do I have to enable the Rest API in someplace?
Here is the body that I am sending to the Rest API:
{"contents":{"en":"Testing API"},"isAndroid":false,"url":"http://www.google.com","isIos":true,"app\_id":"xxxx-e3a9-xxxxx-97f1-xxxxxx","include\_player\_ids":["yyyyyy-e3af-11e3-8ca3-yyyyy"]}
ps: xxx and yyy were added by me.
PS: I am trying to debug on http://docs.gamethrive.apiary.io/traffic but no success yet.