Developer FAQ

My application is written in PHP and I cannot link to the API and display my online rooms.

There is authorization by providing the “X-Api-Key” request’s header. Please note that if you fail to provide the file extension at the end of your request, you will receive the data in the default format JSON. You can specify that you wish to receive the end data in, for example, XML format by adding the .xml extension (…/conferences.xml). Available file extensions are listed in the first part of this document. So in your situation the URL to API will be https://api.clickmeeting.com/v1/conferences.php

What can I do exactly with ClickMeeting API?

The main function of API is to create and manage meetings and webinars without having to log in to the specific ClickMeeting account. This provides an easy way to integrate ClickMeeting with your own solution. For example, you could charge fees for accessing your webinars with the use of tokens or passwords. You may also create and manage rooms, tokens and room data. Those are few of many possible uses of API.

Can I make any profit from using ClickMeeting with its API?

Yes you may. For example, you could charge fees for accessing your webinars with the use of tokens or passwords. For more information about tokes please go to Access Token Generation section in API Documentation