Linq Support
Overview
Linq Partner API 2.0.0
Section titled “Linq Partner API 2.0.0”The Linq Partner API enables you to send and receive iMessages, RCS, and SMS at scale through your organization’s phone numbers. Build powerful messaging experiences, automate conversations, and integrate Linq’s messaging infrastructure directly into your applications.
Messages are automatically sent using the best available protocol: iMessage, then RCS, then SMS.
Getting Started
All API requests use https://api.linqapp.com as the base URL and require authentication via the X-LINQ-INTEGRATION-TOKEN header. Your integration token determines which phone numbers you can message from and which organization data you can access.
curl https://api.linqapp.com/api/partner/v2/chats \
-H "X-LINQ-INTEGRATION-TOKEN: your_token_here"
Key Concepts
- Chats: Conversation threads with one or more participants
- Messages: Individual messages within a chat, supporting text, attachments, and reactions
- Phone Numbers: Your organization’s messaging-enabled phone numbers (iMessage, RCS, and SMS)
- Contacts: People in your organization’s address book
- Webhooks: Real-time notifications for incoming messages, reactions, and events
Authentication
Section titled “ Authentication ”ApiKeyAuth
Section titled “ApiKeyAuth ”Security scheme type: apiKey
Header parameter name: X-LINQ-INTEGRATION-TOKEN