The Pavior server API enables you to programatically manage objects within your team, such as creating users or responding to conversations. It can (and should) be used from a server you trust.
Never call these endpoints from a browser, because they require your api key, which any visitor to your site can then steal. Use our client API instead. The server API is more powerful than the client API. If you need to call it from a webpage, do not call it directly. Instead, make an authenticated call to your server, and have the server call our API. This way, your API key is never revealed to the user.
The API is designed around REST. It aims to have predictable URL endpoints and uses HTTP verbs wherever possible.
