Blog
Github
  1. Getting Started
  • Getting Started
    • Introduction
    • Quickstart
    • Authentication
    • Status codes
  • Webhook
    • Webhook Setup
    • Webhook Events and Schema
  • API Reference
    • Contact
      • Listing
      • Create
      • Filter By SocialPlatformId
      • Form Fields
      • Detail
      • Update
      • Delete
      • Fetch Contact Groups
      • Update tags
    • Tag
      • Listing
    • Channel
      • Listing
      • Create
    • Ticket
      • Listing
      • Create
      • Filter by Contact ID
      • Form Fields
      • Update
      • Update status
    • Category
      • Listing
    • CxLog
      • Listing
    • Message
      • Send message
Blog
Github
  1. Getting Started

Quickstart

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.
Javascript
cURL
Modified at 2026-01-09 05:32:30
Previous
Introduction
Next
Authentication
Built with