v2.2.0
OAS 3.1.1
Introzy API
Introzy Support
Public API for Introzy - Manage people, companies, pipelines, deals, referral opportunities, notes, and custom fields programmatically.
Authentication
All endpoints require authentication via API Key or Clerk JWT:
Authorization: Bearer introzy_your_api_key_here
API keys can be generated in the Introzy app under Settings > API Keys.
Response Format
All responses follow a consistent format:
{
"success": true,
"data": { ... },
"message": "Optional message"
}
Error responses:
{
"success": false,
"error": "Error description",
"details": { ... }
}
Client Libraries