English
Go to website
Back
Articles on:
Developers
Advanced development instructions
Integration of LiveCall's Server-side API
Authentication & Headers Before you try sending any requests to the API, generate an API key. You can do that in your account settings after logging in to LiveCall. In the following examples we'll use a fake key: change-to-your-api-key. To authenticate any requests made to our API, you must include an authorization header. Also remember about a correct JSON Content-Type header. So each of your requests must have the following headers:
Very popular
Integration of LiveCall's JavaScript API
Events It's possible to observe different events of LiveCall widget. The widget fires standard JS events, so all you need to do is to observe them like this:
Very popular