With our REST API, you can get access to your data on ChatCamp cloud servers. Please do not use API from client applications as it would expose your secret API_KEY. Always use it from your server.
Base URL
All request has the same base URL as follows:
https://api.chatcamp.io/api/2.0
Headers
With every request, you need to pass following headers
x-app-id: {APP_ID}
x-api-key: (API_KEY)
APP_ID
is the public id of your ChatCamp ApplicationAPI_KEY
is the private/secret id of your ChatCamp Application- Both
APP_ID
andAPI_KEY
needs to be obtained by registering for our platform at https://dashboard.chatcamp.io
Server Side
Please remember not to use REST API from client applications and only use it from server side. Using REST API from client will expose your API_KEY to outside world and can be misused.