I would like to make an app to manage our Wix contacts using the HTTP API. We’ve just created a test app, added this as a dashboard component, but when calling the v1/contacts URL, we get a 404-error 'App is not found on site’. What’s the reason? And how to fix it?
Response from Wix:
HTTP/1.1 404 Not Found Date: Tue, 18 Sep 2018 13:44:08 GMT Content-Type: application/json;charset=utf-8 Content-Length: 693 Connection: keep-alive X-Wix-Server-Artifact-Id: app-integration-bus-web Set-Cookie: XSRF-TOKEN=1537278248|qDYI5G_onYP5;Path=/;Domain=wix.com Expires: Thu, 01 Jan 1970 00:00:00 GMT X-Seen-By: m0j2EEknGIVUW/liY8BLLqFk55ILI3YlgFF00HiDiRA=,1wy2ILu/S4rlWT/R4rqCrfxehYrYXn98njI/psMz9PM= Server: Pepyaka/1.13.10 X-Wix-Request-Id: 1537278248.721613941162112704 {“errorCode”:404,“message”:“App is not found on site. [ByAppDefId(LONG CODE)]”,“wixErrorCode”:-23002}
Please help…