This guide will get you all set up and ready to use the K-LINK API. We'll cover how to get started using one of our API clients and how to make your first API request. We'll also look at where to go next to find all the information you need to take full advantage of our powerful REST API.Choose your client#
Before making your first API request, you need to pick which API client you will use. In addition to good ol' cURL HTTP requests, K-LINK offers clients for JavaScript, Python, and PHP. In the following example, you can see how to install each client.Making your first api request#
After picking your preferred client, you are ready to make your first call to the K-LINK API. Below, you can see how to send a GET request to the Conversations endpoint to get a list of all your conversations. In the cURL example, results are limited to ten conversations, the default page length for each client. Modified at 2026-01-09 05:32:30