LinkDesk REST API

Base URL: https://api.linkdesk.ai · All requests require a Bearer token in the Authorization header.

Authentication: Include your API key in every request header: Authorization: Bearer YOUR_API_KEY

GET
/v1/conversations

List all conversations with pagination and filtering

POST
/v1/conversations

Create a new conversation

GET
/v1/conversations/{id}

Retrieve a specific conversation by ID

PATCH
/v1/conversations/{id}

Update conversation status, assignee, or tags

Need the full interactive API documentation?

View Developer Docs →