To create a card the documentation says we should strt with
balanced.init('${REPLACE_THIS_WITH_YOUR_MARKETPLACE_URI}')
yet the only examples point to v1/marketplaces/. Error: uncaught exception: Invalid marketplace uri stipulates we should look in our dashboard to get the right URI. I'm working on a test marketplace and in my Settings page the Domain URL: says Test, yet if I try to init with /test, and various combinations thereof with no success. So I've fallen back to the fiddler example of v1/marketplaces which doesn't fail on init. But when I use this initialization I'm getting a 404 error.
The response is:
{"status":404,"error":{"status":"Not Found","category_code":"not-found","category_type":"request","description":"
The requested URL was not found on the server.
If you entered the URL manually please check your spelling and try again.
Your request id is ####.","request_id":"###","status_code":"404"}}Is v1/marketplaces the proper URI for testing, and if not, where do we find it (cause it's certainly not apparent in the dashboard settings page.