API
How to use our API.
Last updated
How to use our API.
Last updated
Also you can check the status of the systems here
You can access here to all the API documentation.
The first thing you need to do is to get an API Key. To do this go to Advanced Integrations and click on configuration in API in the Caleida Dasboard.
Once here give it a name and copy it or write it down in a safe place. You will not be able to see this key again in full from the Caleida website.
Through the following link you can access Postman. Create an account or login if you already have one.
Once inside click on send an API request.
Under "Enter URL or paste text", click on "Authorization" and in the drop down menu select "API Key".
Now we will fill in the fields:
Key: API Name (use the same one you gave in Caleida).
Value: Paste the API Key you copied from the Caleida website.
Add to: Make sure you add it to "Header".
Once the API is authorized, we will configure the request. Make sure it is a "GET" request and enter the link https://core.api.caleida.io/chats/records/{chat_id}/ (where {chat_id} represents the ID of the chat you wish to access).
For example, if your chat ID is 12345, the URL would be https://core.api.caleida.io/chats/records/12345/
Once you have pasted the URL click on "Send".