Closed ehsan-mohammadi closed 2 years ago
Hey!
First you need to create a dedicated operator on Crisp, for example "API account". That way it doesn't conflict with regular operators.
Then, you can log in on app.crisp.chat with this account, open your developer and check the cookie user_session
for "https://app.crisp.chat". It contains the identifier and key.
@eliottvincent Many thanks for helping me! That solved my problem
Hello to the Crisp team! I have a problem with the Crisp REST API. When I do
https://api.crisp.chat/v1/website
POST request in theuser
tier, it responds to me with 401 Unauthorized code. I know it occurs because I useidentifier
andkey
that generated for theplugin
tier. But, how can I getidentifier
andkey
foruser
tier?Regards