Closed jely2002 closed 3 years ago
Hello !
It feels like the website ID you are using is not bound to the plug-in.
Did you associate a website to your development account ?
Hi! This error occurs while using the website id of a website that has the plugin installed. The plugin shows up fine on the installed plugins page. I don't think it would be a good idea to link our website to my marketplace as a development website. As this website is a live website.
When I execute the same query to the api with postman it works fine. Using the same website id and authentication.
Can you contact us on contact@crisp.chat because we may ask sensitive information
I just retried my code. And it works now, it may have been an error on my side. Although I'm unsure. Thank you for your time nonetheless. Closing this issue.
I'm trying to create a plugin for the company I work for. I have setup the plugin, added the right permissions, got it approved and added it to our website. When I try to get some conversations by search it always throws the following error:
I have tried using the
CrispClient.websiteConversations.getList
endpoint as well, it gave me the same error. This behavior is most likely a bug as the request works fine when I send a raw GET request to the endpoint.Below I have some example code of how I'm accessing the API.
Is there something I'm doing wrong or is this a bug?