Inworld API key not able to connect
I am trying to integrate with Inworld API key, but get error:
{
"message": [
"property apiSecret should not exist"
],
"error": "Bad Request",
"statusCode": 400
}
i have recorded a loom video for this issue
https://www.loom.com/share/866f434f4da5463988083af5bb61e59b?t=52
{
"message": [
"property apiSecret should not exist"
],
"error": "Bad Request",
"statusCode": 400
}
i have recorded a loom video for this issue
https://www.loom.com/share/866f434f4da5463988083af5bb61e59b?t=52
Loom
In this video, I discuss the integration process using the ULORDS API key, which I have copied from the ULORDS dashboard. I encountered an error stating that the property API secret should not exist, even though I did not pass the API secret. I want to ensure that my API key remains secure and not exposed during testing. If anyone has insights o...