Hello community,
I have a follow-up question; I'm building a web application that enables an AI to initiate and handle calls. Naturally, all new sign-ups undergo manual verification to prevent fraudulent activity.
Is it feasible to establish a customer account directly via an API POST request?
I suspect it might not be possible to prevent spam, but perhaps there's a workaround?
For instance, could I use my own API key to create a new user and then transfer ownership to them, giving them their own account? This is an open question to explore technical possibilities, aiming to enhance the user experience by eliminating the need for them to leave my application to create a callin.io account and then return.
Regardless, once the customer account is established and the API key is configured, I'll import all the necessary scenarios for the AI to manage its calls effectively.
I'm eager to hear your thoughts,
Matthieu
Hello again; you can create an organization using callin.io’s API.
Afterward, create a new team, add yourself as an admin, then create the client users. All associated with that team.