{"openapi":"3.0.3","info":{"title":"Lead Hero API","description":"Organization API key documentation for the Lead Hero platform.","version":"1.0.0"},"components":{"securitySchemes":{"apikey":{"type":"apiKey","in":"cookie","name":"session"},"organizationApiKeyBearer":{"type":"http","scheme":"bearer","bearerFormat":"API Key","description":"Send the organization API key as `Authorization: Bearer <api-key>`."},"organizationApiKeyHeader":{"type":"apiKey","in":"header","name":"x-api-key","description":"Send the organization API key as the `x-api-key` header."}},"schemas":{}},"paths":{"/analytics/{organization}":{"get":{"parameters":[{"schema":{"type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"in":"query","name":"from","required":false},{"schema":{"type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"in":"query","name":"to","required":false},{"schema":{"type":"string"},"in":"query","name":"timezone","required":false},{"schema":{"type":"string"},"in":"query","name":"workspace","required":false},{"schema":{"type":"string"},"in":"path","name":"organization","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"overview":{"type":"object","properties":{"totals":{"type":"object","properties":{"calls":{"type":"number"},"answered":{"type":"number"},"missed":{"type":"number"},"duration":{"type":"number"},"cost":{"type":"number"},"bookings":{"type":"number"},"bookingAmount":{"type":"number"}},"required":["calls","answered","missed","duration","cost","bookings","bookingAmount"],"additionalProperties":false},"callsByAgent":{"type":"array","items":{"type":"object","properties":{"label":{"type":"string"},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"callsByFolder":{"type":"array","items":{"type":"object","properties":{"label":{"type":"string"},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"callOutcomeBreakdown":{"type":"array","items":{"type":"object","properties":{"label":{"type":"string"},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"directionBreakdown":{"type":"array","items":{"type":"object","properties":{"label":{"type":"string"},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"humanPickupBreakdown":{"type":"array","items":{"type":"object","properties":{"label":{"type":"string"},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"callsOverTime":{"type":"array","items":{"type":"object","properties":{"date":{"type":"string"},"calls":{"default":0,"type":"number"},"duration":{"default":0,"type":"number"},"humanPickups":{"default":0,"type":"number"},"machinePickups":{"default":0,"type":"number"},"notSure":{"default":0,"type":"number"},"missed":{"default":0,"type":"number"},"bookings":{"default":0,"type":"number"},"bookingAmount":{"default":0,"type":"number"}},"required":["date","calls","duration","humanPickups","machinePickups","notSure","missed","bookings","bookingAmount"],"additionalProperties":false}}},"required":["totals","callsByFolder","callOutcomeBreakdown","directionBreakdown","humanPickupBreakdown","callsOverTime"],"additionalProperties":false},"agents":{"type":"array","items":{"type":"object","properties":{"agentId":{"type":"string"},"totals":{"type":"object","properties":{"calls":{"type":"number"},"answered":{"type":"number"},"missed":{"type":"number"},"duration":{"type":"number"},"cost":{"type":"number"},"bookings":{"type":"number"},"bookingAmount":{"type":"number"},"humanPickups":{"type":"number"},"machinePickups":{"type":"number"},"notSure":{"type":"number"}},"required":["calls","answered","missed","duration","cost","bookings","bookingAmount","humanPickups","machinePickups","notSure"],"additionalProperties":false},"callOutcomeBreakdown":{"type":"array","items":{"type":"object","properties":{"label":{"type":"string"},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"directionBreakdown":{"type":"array","items":{"type":"object","properties":{"label":{"type":"string"},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"humanPickupBreakdown":{"type":"array","items":{"type":"object","properties":{"label":{"type":"string"},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"callsOverTime":{"type":"array","items":{"type":"object","properties":{"date":{"type":"string"},"calls":{"default":0,"type":"number"},"duration":{"default":0,"type":"number"},"humanPickups":{"default":0,"type":"number"},"machinePickups":{"default":0,"type":"number"},"notSure":{"default":0,"type":"number"},"missed":{"default":0,"type":"number"},"bookings":{"default":0,"type":"number"},"bookingAmount":{"default":0,"type":"number"}},"required":["date","calls","duration","humanPickups","machinePickups","notSure","missed","bookings","bookingAmount"],"additionalProperties":false}}},"required":["agentId","totals","callOutcomeBreakdown","directionBreakdown","humanPickupBreakdown","callsOverTime"],"additionalProperties":false}},"leadFolders":{"type":"array","items":{"type":"object","properties":{"folderId":{"type":"string"},"folderName":{"type":"string"},"totals":{"type":"object","properties":{"leads":{"type":"number"},"outreached":{"type":"number"},"calls":{"type":"number"},"answered":{"type":"number"},"missed":{"type":"number"},"bookings":{"type":"number"},"bookingAmount":{"type":"number"},"humanPickups":{"type":"number"},"machinePickups":{"type":"number"},"notSure":{"type":"number"}},"required":["calls","answered","missed","bookings","bookingAmount","humanPickups","machinePickups","notSure"],"additionalProperties":false},"callOutcomeBreakdown":{"type":"array","items":{"type":"object","properties":{"label":{"type":"string"},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"directionBreakdown":{"type":"array","items":{"type":"object","properties":{"label":{"type":"string"},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"humanPickupBreakdown":{"type":"array","items":{"type":"object","properties":{"label":{"type":"string"},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"agentContribution":{"type":"array","items":{"type":"object","properties":{"label":{"type":"string"},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"callsOverTime":{"type":"array","items":{"type":"object","properties":{"date":{"type":"string"},"calls":{"default":0,"type":"number"},"duration":{"default":0,"type":"number"},"humanPickups":{"default":0,"type":"number"},"machinePickups":{"default":0,"type":"number"},"notSure":{"default":0,"type":"number"},"missed":{"default":0,"type":"number"},"bookings":{"default":0,"type":"number"},"bookingAmount":{"default":0,"type":"number"}},"required":["date","calls","duration","humanPickups","machinePickups","notSure","missed","bookings","bookingAmount"],"additionalProperties":false}}},"required":["folderId","folderName","totals","callOutcomeBreakdown","directionBreakdown","humanPickupBreakdown","agentContribution","callsOverTime"],"additionalProperties":false}},"agentActivity":{"type":"array","items":{"type":"object","properties":{"agentId":{"type":"string"},"totalHours":{"type":"number"},"avgHoursPerDay":{"type":"number"},"activityOverTime":{"type":"array","items":{"type":"object","properties":{"date":{"type":"string"},"hours":{"type":"number"}},"required":["date","hours"],"additionalProperties":false}}},"required":["agentId","totalHours","avgHoursPerDay","activityOverTime"],"additionalProperties":false}},"warmLeadResponseTime":{"type":"object","properties":{"medianSeconds":{"type":"number"},"sampleSize":{"type":"number"},"totalLeads":{"type":"number"},"distribution":{"type":"array","items":{"type":"object","properties":{"label":{"type":"string"},"count":{"type":"number"}},"required":["label","count"],"additionalProperties":false}}},"required":["medianSeconds","sampleSize","totalLeads","distribution"],"additionalProperties":false}},"required":["overview","leadFolders"],"additionalProperties":false}},"required":["data"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["analytics"]}},"/integrations/email-bison/{organization}":{"post":{"requestBody":{"required":true,"content":{"application/json":{"schema":{}}}},"parameters":[{"schema":{"type":"string","minLength":1},"in":"query","name":"s","required":true},{"schema":{"type":"string"},"in":"path","name":"organization","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"accepted":{"type":"boolean"},"reason":{"type":"string"},"created":{"type":"boolean"},"lead":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"organization":{"type":"string"},"primaryPhone":{},"name":{"type":"string"},"firstName":{"type":"string"},"lastName":{"type":"string"},"status":{"default":"cold","type":"string"},"email":{"type":"string"},"secondaryPhone":{"nullable":true},"replyPhone":{"nullable":true},"website":{"type":"string"},"company":{"type":"object","properties":{"name":{"type":"string"},"industry":{"type":"string"}},"additionalProperties":false},"note":{"type":"string"},"profilePicture":{"type":"string","format":"uri"},"jobTitle":{"type":"string"},"location":{"type":"string"},"linkedinUrl":{"type":"string"},"domain":{"type":"string"},"industry":{"type":"string"},"revenueRange":{"type":"string"},"companySize":{"type":"string"},"companyDescription":{"type":"string"},"potential":{"type":"string"},"source":{"type":"string","enum":["manual","import","email-bison","instantly","leadconnector","smartlead","heyreach"]},"emailBison":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"campaignName":{"type":"string"},"workspaceName":{"type":"string"},"mobileNumber":{"nullable":true,"type":"string"},"instanceUrl":{"type":"string"},"workspaceId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyUUID":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"campaignEventId":{"anyOf":[{"type":"string"},{"type":"number"}]}},"additionalProperties":false},"instantly":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"emailThread":{"type":"string"},"campaignName":{"type":"string"},"workspaceName":{"type":"string"},"mobileNumber":{"nullable":true,"type":"string"},"instanceUrl":{"type":"string"},"workspaceId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyUUID":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"campaignEventId":{"anyOf":[{"type":"string"},{"type":"number"}]}},"additionalProperties":false},"leadconnector":{"type":"object","properties":{"eventType":{"type":"string"},"triggerType":{"type":"string"},"contactId":{"type":"string"},"opportunityId":{"type":"string"},"locationId":{"type":"string"},"pipelineId":{"type":"string"},"pipelineName":{"type":"string"},"stageId":{"type":"string"},"stageName":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"dnd":{"type":"boolean"},"contactCreatedAt":{"type":"string","format":"date-time"},"contactUpdatedAt":{"type":"string","format":"date-time"},"lastSyncedAt":{"type":"string","format":"date-time"}},"additionalProperties":false},"smartlead":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"campaignName":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"categoryName":{"type":"string"},"categoryId":{"anyOf":[{"type":"string"},{"type":"number"}]}},"additionalProperties":false},"heyreach":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"campaignName":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"connectionRequestId":{"anyOf":[{"type":"string"},{"type":"number"}]},"accountId":{"anyOf":[{"type":"string"},{"type":"number"}]},"listId":{"anyOf":[{"type":"string"},{"type":"number"}]},"listName":{"type":"string"},"chatLink":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"messages":{"type":"array","items":{"type":"object","properties":{"text":{"type":"string"},"receivedAt":{"type":"string","format":"date-time"},"isReply":{"nullable":true,"type":"boolean"},"sender":{"type":"string"}},"required":["text","receivedAt"],"additionalProperties":false}}},"additionalProperties":false},"customFields":{"type":"object","additionalProperties":{}},"calledWith":{},"amountOfCalls":{"default":0,"type":"number"},"lastCall":{"type":"string","format":"date-time"},"lastCallId":{"type":"string"},"leadFolders":{"type":"array","items":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"string","enum":["warm","leadconnector","heyreach"]}]}},"dedupKeys":{"default":[],"type":"array","items":{"type":"string"}},"lineType":{"nullable":true,"type":"string"},"phoneVerified":{"type":"boolean"},"leadheroDialStatus":{"type":"string"},"processingNumber":{"type":"boolean"},"processingNumberTaskID":{"nullable":true,"type":"string"},"numberFound":{"type":"boolean"},"highPrecisionRun":{"type":"boolean"},"workspace":{"nullable":true,"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"createdAt":{"default":"2026-06-18T11:19:57.178Z","type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"additionalProperties":false}},"required":["accepted"],"additionalProperties":false}},"required":["data"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["integrations"]}},"/integrations/email-bison/{organization}/{workspace}":{"post":{"requestBody":{"required":true,"content":{"application/json":{"schema":{}}}},"parameters":[{"schema":{"type":"string","minLength":1},"in":"query","name":"s","required":true},{"schema":{"type":"string"},"in":"path","name":"organization","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"workspace","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"accepted":{"type":"boolean"},"reason":{"type":"string"},"created":{"type":"boolean"},"lead":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"organization":{"type":"string"},"primaryPhone":{},"name":{"type":"string"},"firstName":{"type":"string"},"lastName":{"type":"string"},"status":{"default":"cold","type":"string"},"email":{"type":"string"},"secondaryPhone":{"nullable":true},"replyPhone":{"nullable":true},"website":{"type":"string"},"company":{"type":"object","properties":{"name":{"type":"string"},"industry":{"type":"string"}},"additionalProperties":false},"note":{"type":"string"},"profilePicture":{"type":"string","format":"uri"},"jobTitle":{"type":"string"},"location":{"type":"string"},"linkedinUrl":{"type":"string"},"domain":{"type":"string"},"industry":{"type":"string"},"revenueRange":{"type":"string"},"companySize":{"type":"string"},"companyDescription":{"type":"string"},"potential":{"type":"string"},"source":{"type":"string","enum":["manual","import","email-bison","instantly","leadconnector","smartlead","heyreach"]},"emailBison":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"campaignName":{"type":"string"},"workspaceName":{"type":"string"},"mobileNumber":{"nullable":true,"type":"string"},"instanceUrl":{"type":"string"},"workspaceId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyUUID":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"campaignEventId":{"anyOf":[{"type":"string"},{"type":"number"}]}},"additionalProperties":false},"instantly":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"emailThread":{"type":"string"},"campaignName":{"type":"string"},"workspaceName":{"type":"string"},"mobileNumber":{"nullable":true,"type":"string"},"instanceUrl":{"type":"string"},"workspaceId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyUUID":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"campaignEventId":{"anyOf":[{"type":"string"},{"type":"number"}]}},"additionalProperties":false},"leadconnector":{"type":"object","properties":{"eventType":{"type":"string"},"triggerType":{"type":"string"},"contactId":{"type":"string"},"opportunityId":{"type":"string"},"locationId":{"type":"string"},"pipelineId":{"type":"string"},"pipelineName":{"type":"string"},"stageId":{"type":"string"},"stageName":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"dnd":{"type":"boolean"},"contactCreatedAt":{"type":"string","format":"date-time"},"contactUpdatedAt":{"type":"string","format":"date-time"},"lastSyncedAt":{"type":"string","format":"date-time"}},"additionalProperties":false},"smartlead":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"campaignName":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"categoryName":{"type":"string"},"categoryId":{"anyOf":[{"type":"string"},{"type":"number"}]}},"additionalProperties":false},"heyreach":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"campaignName":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"connectionRequestId":{"anyOf":[{"type":"string"},{"type":"number"}]},"accountId":{"anyOf":[{"type":"string"},{"type":"number"}]},"listId":{"anyOf":[{"type":"string"},{"type":"number"}]},"listName":{"type":"string"},"chatLink":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"messages":{"type":"array","items":{"type":"object","properties":{"text":{"type":"string"},"receivedAt":{"type":"string","format":"date-time"},"isReply":{"nullable":true,"type":"boolean"},"sender":{"type":"string"}},"required":["text","receivedAt"],"additionalProperties":false}}},"additionalProperties":false},"customFields":{"type":"object","additionalProperties":{}},"calledWith":{},"amountOfCalls":{"default":0,"type":"number"},"lastCall":{"type":"string","format":"date-time"},"lastCallId":{"type":"string"},"leadFolders":{"type":"array","items":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"string","enum":["warm","leadconnector","heyreach"]}]}},"dedupKeys":{"default":[],"type":"array","items":{"type":"string"}},"lineType":{"nullable":true,"type":"string"},"phoneVerified":{"type":"boolean"},"leadheroDialStatus":{"type":"string"},"processingNumber":{"type":"boolean"},"processingNumberTaskID":{"nullable":true,"type":"string"},"numberFound":{"type":"boolean"},"highPrecisionRun":{"type":"boolean"},"workspace":{"nullable":true,"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"createdAt":{"default":"2026-06-18T11:19:57.203Z","type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"additionalProperties":false}},"required":["accepted"],"additionalProperties":false}},"required":["data"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["integrations"]}},"/integrations/email-bison/{organization}/settings":{"put":{"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"apiKey":{"type":"string"},"clearApiKey":{"type":"boolean"},"autoEnrichLeads":{"type":"boolean"},"bisonUrl":{"type":"string"}}}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"query","name":"workspace","required":false},{"schema":{"type":"string"},"in":"path","name":"organization","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"updated":{"type":"boolean"}},"required":["updated"],"additionalProperties":false}},"required":["data"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["integrations"]}},"/integrations/email-bison/{organization}/enable":{"post":{"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"enabled":{"type":"boolean"}},"required":["enabled"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"query","name":"workspace","required":false},{"schema":{"type":"string"},"in":"path","name":"organization","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"enabled":{"type":"boolean"},"status":{"type":"string","enum":["active","pending","error","disabled"]},"error":{"type":"string"}},"required":["enabled","status"],"additionalProperties":false}},"required":["data"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["integrations"]}},"/integrations/instantly/{organization}":{"post":{"requestBody":{"required":true,"content":{"application/json":{"schema":{}}}},"parameters":[{"schema":{"type":"string","minLength":1},"in":"query","name":"s","required":true},{"schema":{"type":"string"},"in":"path","name":"organization","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"accepted":{"type":"boolean"},"reason":{"type":"string"},"created":{"type":"boolean"},"lead":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"organization":{"type":"string"},"primaryPhone":{},"name":{"type":"string"},"firstName":{"type":"string"},"lastName":{"type":"string"},"status":{"default":"cold","type":"string"},"email":{"type":"string"},"secondaryPhone":{"nullable":true},"replyPhone":{"nullable":true},"website":{"type":"string"},"company":{"type":"object","properties":{"name":{"type":"string"},"industry":{"type":"string"}},"additionalProperties":false},"note":{"type":"string"},"profilePicture":{"type":"string","format":"uri"},"jobTitle":{"type":"string"},"location":{"type":"string"},"linkedinUrl":{"type":"string"},"domain":{"type":"string"},"industry":{"type":"string"},"revenueRange":{"type":"string"},"companySize":{"type":"string"},"companyDescription":{"type":"string"},"potential":{"type":"string"},"source":{"type":"string","enum":["manual","import","email-bison","instantly","leadconnector","smartlead","heyreach"]},"emailBison":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"campaignName":{"type":"string"},"workspaceName":{"type":"string"},"mobileNumber":{"nullable":true,"type":"string"},"instanceUrl":{"type":"string"},"workspaceId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyUUID":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"campaignEventId":{"anyOf":[{"type":"string"},{"type":"number"}]}},"additionalProperties":false},"instantly":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"emailThread":{"type":"string"},"campaignName":{"type":"string"},"workspaceName":{"type":"string"},"mobileNumber":{"nullable":true,"type":"string"},"instanceUrl":{"type":"string"},"workspaceId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyUUID":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"campaignEventId":{"anyOf":[{"type":"string"},{"type":"number"}]}},"additionalProperties":false},"leadconnector":{"type":"object","properties":{"eventType":{"type":"string"},"triggerType":{"type":"string"},"contactId":{"type":"string"},"opportunityId":{"type":"string"},"locationId":{"type":"string"},"pipelineId":{"type":"string"},"pipelineName":{"type":"string"},"stageId":{"type":"string"},"stageName":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"dnd":{"type":"boolean"},"contactCreatedAt":{"type":"string","format":"date-time"},"contactUpdatedAt":{"type":"string","format":"date-time"},"lastSyncedAt":{"type":"string","format":"date-time"}},"additionalProperties":false},"smartlead":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"campaignName":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"categoryName":{"type":"string"},"categoryId":{"anyOf":[{"type":"string"},{"type":"number"}]}},"additionalProperties":false},"heyreach":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"campaignName":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"connectionRequestId":{"anyOf":[{"type":"string"},{"type":"number"}]},"accountId":{"anyOf":[{"type":"string"},{"type":"number"}]},"listId":{"anyOf":[{"type":"string"},{"type":"number"}]},"listName":{"type":"string"},"chatLink":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"messages":{"type":"array","items":{"type":"object","properties":{"text":{"type":"string"},"receivedAt":{"type":"string","format":"date-time"},"isReply":{"nullable":true,"type":"boolean"},"sender":{"type":"string"}},"required":["text","receivedAt"],"additionalProperties":false}}},"additionalProperties":false},"customFields":{"type":"object","additionalProperties":{}},"calledWith":{},"amountOfCalls":{"default":0,"type":"number"},"lastCall":{"type":"string","format":"date-time"},"lastCallId":{"type":"string"},"leadFolders":{"type":"array","items":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"string","enum":["warm","leadconnector","heyreach"]}]}},"dedupKeys":{"default":[],"type":"array","items":{"type":"string"}},"lineType":{"nullable":true,"type":"string"},"phoneVerified":{"type":"boolean"},"leadheroDialStatus":{"type":"string"},"processingNumber":{"type":"boolean"},"processingNumberTaskID":{"nullable":true,"type":"string"},"numberFound":{"type":"boolean"},"highPrecisionRun":{"type":"boolean"},"workspace":{"nullable":true,"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"createdAt":{"default":"2026-06-18T11:19:57.266Z","type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"additionalProperties":false}},"required":["accepted"],"additionalProperties":false}},"required":["data"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["integrations"]}},"/integrations/instantly/{organization}/{workspace}":{"post":{"requestBody":{"required":true,"content":{"application/json":{"schema":{}}}},"parameters":[{"schema":{"type":"string","minLength":1},"in":"query","name":"s","required":true},{"schema":{"type":"string"},"in":"path","name":"organization","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"workspace","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"accepted":{"type":"boolean"},"reason":{"type":"string"},"created":{"type":"boolean"},"lead":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"organization":{"type":"string"},"primaryPhone":{},"name":{"type":"string"},"firstName":{"type":"string"},"lastName":{"type":"string"},"status":{"default":"cold","type":"string"},"email":{"type":"string"},"secondaryPhone":{"nullable":true},"replyPhone":{"nullable":true},"website":{"type":"string"},"company":{"type":"object","properties":{"name":{"type":"string"},"industry":{"type":"string"}},"additionalProperties":false},"note":{"type":"string"},"profilePicture":{"type":"string","format":"uri"},"jobTitle":{"type":"string"},"location":{"type":"string"},"linkedinUrl":{"type":"string"},"domain":{"type":"string"},"industry":{"type":"string"},"revenueRange":{"type":"string"},"companySize":{"type":"string"},"companyDescription":{"type":"string"},"potential":{"type":"string"},"source":{"type":"string","enum":["manual","import","email-bison","instantly","leadconnector","smartlead","heyreach"]},"emailBison":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"campaignName":{"type":"string"},"workspaceName":{"type":"string"},"mobileNumber":{"nullable":true,"type":"string"},"instanceUrl":{"type":"string"},"workspaceId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyUUID":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"campaignEventId":{"anyOf":[{"type":"string"},{"type":"number"}]}},"additionalProperties":false},"instantly":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"emailThread":{"type":"string"},"campaignName":{"type":"string"},"workspaceName":{"type":"string"},"mobileNumber":{"nullable":true,"type":"string"},"instanceUrl":{"type":"string"},"workspaceId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyUUID":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"campaignEventId":{"anyOf":[{"type":"string"},{"type":"number"}]}},"additionalProperties":false},"leadconnector":{"type":"object","properties":{"eventType":{"type":"string"},"triggerType":{"type":"string"},"contactId":{"type":"string"},"opportunityId":{"type":"string"},"locationId":{"type":"string"},"pipelineId":{"type":"string"},"pipelineName":{"type":"string"},"stageId":{"type":"string"},"stageName":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"dnd":{"type":"boolean"},"contactCreatedAt":{"type":"string","format":"date-time"},"contactUpdatedAt":{"type":"string","format":"date-time"},"lastSyncedAt":{"type":"string","format":"date-time"}},"additionalProperties":false},"smartlead":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"campaignName":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"categoryName":{"type":"string"},"categoryId":{"anyOf":[{"type":"string"},{"type":"number"}]}},"additionalProperties":false},"heyreach":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"campaignName":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"connectionRequestId":{"anyOf":[{"type":"string"},{"type":"number"}]},"accountId":{"anyOf":[{"type":"string"},{"type":"number"}]},"listId":{"anyOf":[{"type":"string"},{"type":"number"}]},"listName":{"type":"string"},"chatLink":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"messages":{"type":"array","items":{"type":"object","properties":{"text":{"type":"string"},"receivedAt":{"type":"string","format":"date-time"},"isReply":{"nullable":true,"type":"boolean"},"sender":{"type":"string"}},"required":["text","receivedAt"],"additionalProperties":false}}},"additionalProperties":false},"customFields":{"type":"object","additionalProperties":{}},"calledWith":{},"amountOfCalls":{"default":0,"type":"number"},"lastCall":{"type":"string","format":"date-time"},"lastCallId":{"type":"string"},"leadFolders":{"type":"array","items":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"string","enum":["warm","leadconnector","heyreach"]}]}},"dedupKeys":{"default":[],"type":"array","items":{"type":"string"}},"lineType":{"nullable":true,"type":"string"},"phoneVerified":{"type":"boolean"},"leadheroDialStatus":{"type":"string"},"processingNumber":{"type":"boolean"},"processingNumberTaskID":{"nullable":true,"type":"string"},"numberFound":{"type":"boolean"},"highPrecisionRun":{"type":"boolean"},"workspace":{"nullable":true,"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"createdAt":{"default":"2026-06-18T11:19:57.275Z","type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"additionalProperties":false}},"required":["accepted"],"additionalProperties":false}},"required":["data"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["integrations"]}},"/integrations/instantly/{organization}/settings":{"put":{"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"apiKey":{"type":"string"},"clearApiKey":{"type":"boolean"},"autoEnrichLeads":{"type":"boolean"}}}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"query","name":"workspace","required":false},{"schema":{"type":"string"},"in":"path","name":"organization","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"updated":{"type":"boolean"}},"required":["updated"],"additionalProperties":false}},"required":["data"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["integrations"]}},"/integrations/instantly/{organization}/enable":{"post":{"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"enabled":{"type":"boolean"}},"required":["enabled"]}}}},"parameters":[{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"query","name":"workspace","required":false},{"schema":{"type":"string"},"in":"path","name":"organization","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"enabled":{"type":"boolean"},"status":{"type":"string","enum":["active","pending","error","disabled"]},"error":{"type":"string"}},"required":["enabled","status"],"additionalProperties":false}},"required":["data"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["integrations"]}},"/integrations/leadconnector/connect/start/{organization}":{"get":{"parameters":[{"schema":{"type":"string"},"in":"query","name":"locationId","required":false},{"schema":{"type":"string"},"in":"query","name":"workspace","required":false},{"schema":{"type":"string","enum":["redirect","json"]},"in":"query","name":"mode","required":false},{"schema":{"type":"string","enum":["leadconnector","gohighlevel"]},"in":"query","name":"provider","required":false},{"schema":{"type":"string","minLength":1},"in":"path","name":"organization","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"authorizeUrl":{"type":"string","format":"uri"},"stateExpiresAt":{"type":"string","format":"date-time"}},"required":["authorizeUrl","stateExpiresAt"],"additionalProperties":false}},"required":["data"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["integrations"]}},"/lead-enrichments/{organization}":{"post":{"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"organization":{"type":"string"},"primaryPhone":{"type":"string"},"name":{"type":"string"},"firstName":{"type":"string"},"lastName":{"type":"string"},"status":{"default":"cold","type":"string"},"email":{"type":"string"},"secondaryPhone":{"nullable":true,"type":"string"},"replyPhone":{"nullable":true,"type":"string"},"website":{"type":"string"},"company":{"type":"object","properties":{"name":{"type":"string"},"industry":{"type":"string"}}},"note":{"type":"string"},"profilePicture":{"type":"string","format":"uri"},"jobTitle":{"type":"string"},"location":{"type":"string"},"linkedinUrl":{"type":"string"},"domain":{"type":"string"},"industry":{"type":"string"},"revenueRange":{"type":"string"},"companySize":{"type":"string"},"companyDescription":{"type":"string"},"potential":{"type":"string"},"source":{"type":"string","enum":["manual","import","email-bison","instantly","leadconnector","smartlead","heyreach"]},"emailBison":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"campaignName":{"type":"string"},"workspaceName":{"type":"string"},"mobileNumber":{"nullable":true,"type":"string"},"instanceUrl":{"type":"string"},"workspaceId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyUUID":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"campaignEventId":{"anyOf":[{"type":"string"},{"type":"number"}]}}},"instantly":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"emailThread":{"type":"string"},"campaignName":{"type":"string"},"workspaceName":{"type":"string"},"mobileNumber":{"nullable":true,"type":"string"},"instanceUrl":{"type":"string"},"workspaceId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyUUID":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"campaignEventId":{"anyOf":[{"type":"string"},{"type":"number"}]}}},"leadconnector":{"type":"object","properties":{"eventType":{"type":"string"},"triggerType":{"type":"string"},"contactId":{"type":"string"},"opportunityId":{"type":"string"},"locationId":{"type":"string"},"pipelineId":{"type":"string"},"pipelineName":{"type":"string"},"stageId":{"type":"string"},"stageName":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"dnd":{"type":"boolean"},"contactCreatedAt":{},"contactUpdatedAt":{},"lastSyncedAt":{}}},"smartlead":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"campaignName":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"categoryName":{"type":"string"},"categoryId":{"anyOf":[{"type":"string"},{"type":"number"}]}}},"heyreach":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"campaignName":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"connectionRequestId":{"anyOf":[{"type":"string"},{"type":"number"}]},"accountId":{"anyOf":[{"type":"string"},{"type":"number"}]},"listId":{"anyOf":[{"type":"string"},{"type":"number"}]},"listName":{"type":"string"},"chatLink":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"messages":{"type":"array","items":{"type":"object","properties":{"text":{"type":"string"},"receivedAt":{},"isReply":{"nullable":true,"type":"boolean"},"sender":{"type":"string"}},"required":["text","receivedAt"]}}}},"customFields":{"type":"object","additionalProperties":{}},"calledWith":{"type":"string"},"amountOfCalls":{"default":0,"type":"number"},"lastCall":{},"lastCallId":{"type":"string"},"leadFolders":{"type":"array","items":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"string","enum":["warm","leadconnector","heyreach"]}]}},"dedupKeys":{"default":[],"type":"array","items":{"type":"string"}},"lineType":{"nullable":true,"type":"string"},"phoneVerified":{"type":"boolean"},"leadheroDialStatus":{"type":"string"},"processingNumber":{"type":"boolean"},"processingNumberTaskID":{"nullable":true,"type":"string"},"numberFound":{"type":"boolean"},"highPrecisionRun":{"type":"boolean"},"workspace":{"nullable":true,"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"createdAt":{"default":"2026-06-18T11:19:57.324Z"},"updatedAt":{},"verify":{"default":false,"type":"boolean"},"saveLead":{"default":true,"type":"boolean"},"excludeNonMobile":{"default":true,"type":"boolean"}},"required":["linkedinUrl"]}},"workspace":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["data"]}}}},"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"id":{"default":"eb9c024d-8f3b-4032-b268-ad297bbca4dd","type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"organization":{"type":"string"},"initiatedBy":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"status":{"default":"pending","type":"string","enum":["pending","in_progress","completed","partial","failed"]},"workspace":{"nullable":true,"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"leadFolder":{"nullable":true,"type":"string"},"leads":{"default":[],"type":"array","items":{"type":"object","properties":{"lead":{"type":"object","additionalProperties":{}},"result":{"type":"object","properties":{"phone":{"nullable":true},"status":{"default":"pending","type":"string","enum":["pending","in_progress","completed","partial","failed"]},"provider":{"nullable":true,"type":"string","enum":["a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z"]},"error":{"nullable":true,"type":"string"},"action":{"nullable":true,"type":"string"},"lineType":{"nullable":true,"type":"string"},"phoneVerified":{"nullable":true,"default":false,"type":"boolean"}},"required":["status"],"additionalProperties":false}},"required":["lead","result"],"additionalProperties":false}},"totalLength":{"type":"number"},"cost":{"default":0,"type":"number"},"source":{"type":"string"},"show":{"default":true,"type":"boolean"},"createdAt":{"default":"2026-06-18T11:19:57.327Z","type":"string","format":"date-time"},"startedAt":{"type":"string","format":"date-time"},"finishedAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"expiresAt":{"type":"string","format":"date-time"}},"required":["id","organization","status","leads","totalLength","cost","createdAt"],"additionalProperties":false}},"required":["data"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["lead-enrichments"]},"get":{"parameters":[{"schema":{"type":"string"},"in":"query","name":"cursor","required":false},{"schema":{"type":"integer","minimum":1,"maximum":9007199254740991},"in":"query","name":"page","required":false},{"schema":{"default":25,"type":"integer","minimum":1,"maximum":10000},"in":"query","name":"pageSize","required":false},{"schema":{"type":"string"},"in":"query","name":"sort","required":false},{"schema":{"type":"object","additionalProperties":{}},"in":"query","name":"filter","required":false},{"schema":{"type":"string"},"in":"path","name":"organization","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"meta":{"type":"object","properties":{"pageSize":{"type":"number"},"nextCursor":{"type":"string"},"hasNextPage":{"type":"boolean"},"totalResults":{"type":"number"},"totalPages":{"type":"number"}},"required":["pageSize","hasNextPage","totalResults","totalPages"],"additionalProperties":false},"data":{"type":"array","items":{"type":"object","properties":{"id":{"default":"86ea765a-a215-4d6e-87ae-3a1cdfb353a9","type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"organization":{"type":"string"},"initiatedBy":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"status":{"default":"pending","type":"string","enum":["pending","in_progress","completed","partial","failed"]},"workspace":{"nullable":true,"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"leadFolder":{"nullable":true,"type":"string"},"leads":{"default":[],"type":"array","items":{"type":"object","properties":{"lead":{"type":"object","additionalProperties":{}},"result":{"type":"object","properties":{"phone":{"nullable":true},"status":{"default":"pending","type":"string","enum":["pending","in_progress","completed","partial","failed"]},"provider":{"nullable":true,"type":"string","enum":["a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z"]},"error":{"nullable":true,"type":"string"},"action":{"nullable":true,"type":"string"},"lineType":{"nullable":true,"type":"string"},"phoneVerified":{"nullable":true,"default":false,"type":"boolean"}},"required":["status"],"additionalProperties":false}},"required":["lead","result"],"additionalProperties":false}},"totalLength":{"type":"number"},"cost":{"default":0,"type":"number"},"source":{"type":"string"},"show":{"default":true,"type":"boolean"},"createdAt":{"default":"2026-06-18T11:19:57.329Z","type":"string","format":"date-time"},"startedAt":{"type":"string","format":"date-time"},"finishedAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"expiresAt":{"type":"string","format":"date-time"}},"required":["id","organization","status","leads","totalLength","cost","createdAt"],"additionalProperties":false}}},"required":["meta","data"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["lead-enrichments"]}},"/lead-enrichments/{organization}/{id}":{"get":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"id":{"default":"7e1a205a-e050-45d6-9d94-e3b14c12127c","type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"organization":{"type":"string"},"initiatedBy":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"status":{"default":"pending","type":"string","enum":["pending","in_progress","completed","partial","failed"]},"workspace":{"nullable":true,"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"leadFolder":{"nullable":true,"type":"string"},"leads":{"default":[],"type":"array","items":{"type":"object","properties":{"lead":{"type":"object","additionalProperties":{}},"result":{"type":"object","properties":{"phone":{"nullable":true},"status":{"default":"pending","type":"string","enum":["pending","in_progress","completed","partial","failed"]},"provider":{"nullable":true,"type":"string","enum":["a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z"]},"error":{"nullable":true,"type":"string"},"action":{"nullable":true,"type":"string"},"lineType":{"nullable":true,"type":"string"},"phoneVerified":{"nullable":true,"default":false,"type":"boolean"}},"required":["status"],"additionalProperties":false}},"required":["lead","result"],"additionalProperties":false}},"totalLength":{"type":"number"},"cost":{"default":0,"type":"number"},"source":{"type":"string"},"show":{"default":true,"type":"boolean"},"createdAt":{"default":"2026-06-18T11:19:57.330Z","type":"string","format":"date-time"},"startedAt":{"type":"string","format":"date-time"},"finishedAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"expiresAt":{"type":"string","format":"date-time"}},"required":["id","organization","status","leads","totalLength","cost","createdAt"],"additionalProperties":false}},"required":["data"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["lead-enrichments"]}},"/lead-enrichments/status/{organization}/{id}":{"get":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"status":{"default":"pending","type":"string","enum":["pending","in_progress","completed","partial","failed"]},"queue":{"type":"object","properties":{"position":{"nullable":true,"type":"number"},"total":{"type":"number"}},"required":["position","total"],"additionalProperties":false},"progress":{"type":"object","properties":{"completed":{"type":"number"},"total":{"type":"number"},"percent":{"type":"number"}},"required":["completed","total","percent"],"additionalProperties":false},"finishedAt":{"type":"string","format":"date-time"}},"required":["status"],"additionalProperties":false}},"required":["data"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["lead-enrichments"]}},"/lead-enrichments/csv/{organization}/{id}":{"get":{"parameters":[{"schema":{"default":"success","type":"string","enum":["success","no_phone"]},"in":"query","name":"type","required":false},{"schema":{"type":"string"},"in":"path","name":"organization","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["lead-enrichments"]}},"/lead-enrichments/validate/{organization}/{id}/{lead}":{"post":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"lead","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"lead":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"organization":{"type":"string"},"primaryPhone":{},"name":{"type":"string"},"firstName":{"type":"string"},"lastName":{"type":"string"},"status":{"default":"cold","type":"string"},"email":{"type":"string"},"secondaryPhone":{"nullable":true},"replyPhone":{"nullable":true},"website":{"type":"string"},"company":{"type":"object","properties":{"name":{"type":"string"},"industry":{"type":"string"}},"additionalProperties":false},"note":{"type":"string"},"profilePicture":{"type":"string","format":"uri"},"jobTitle":{"type":"string"},"location":{"type":"string"},"linkedinUrl":{"type":"string"},"domain":{"type":"string"},"industry":{"type":"string"},"revenueRange":{"type":"string"},"companySize":{"type":"string"},"companyDescription":{"type":"string"},"potential":{"type":"string"},"source":{"type":"string","enum":["manual","import","email-bison","instantly","leadconnector","smartlead","heyreach"]},"emailBison":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"campaignName":{"type":"string"},"workspaceName":{"type":"string"},"mobileNumber":{"nullable":true,"type":"string"},"instanceUrl":{"type":"string"},"workspaceId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyUUID":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"campaignEventId":{"anyOf":[{"type":"string"},{"type":"number"}]}},"additionalProperties":false},"instantly":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"emailThread":{"type":"string"},"campaignName":{"type":"string"},"workspaceName":{"type":"string"},"mobileNumber":{"nullable":true,"type":"string"},"instanceUrl":{"type":"string"},"workspaceId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyUUID":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"campaignEventId":{"anyOf":[{"type":"string"},{"type":"number"}]}},"additionalProperties":false},"leadconnector":{"type":"object","properties":{"eventType":{"type":"string"},"triggerType":{"type":"string"},"contactId":{"type":"string"},"opportunityId":{"type":"string"},"locationId":{"type":"string"},"pipelineId":{"type":"string"},"pipelineName":{"type":"string"},"stageId":{"type":"string"},"stageName":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"dnd":{"type":"boolean"},"contactCreatedAt":{"type":"string","format":"date-time"},"contactUpdatedAt":{"type":"string","format":"date-time"},"lastSyncedAt":{"type":"string","format":"date-time"}},"additionalProperties":false},"smartlead":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"campaignName":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"categoryName":{"type":"string"},"categoryId":{"anyOf":[{"type":"string"},{"type":"number"}]}},"additionalProperties":false},"heyreach":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"campaignName":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"connectionRequestId":{"anyOf":[{"type":"string"},{"type":"number"}]},"accountId":{"anyOf":[{"type":"string"},{"type":"number"}]},"listId":{"anyOf":[{"type":"string"},{"type":"number"}]},"listName":{"type":"string"},"chatLink":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"messages":{"type":"array","items":{"type":"object","properties":{"text":{"type":"string"},"receivedAt":{"type":"string","format":"date-time"},"isReply":{"nullable":true,"type":"boolean"},"sender":{"type":"string"}},"required":["text","receivedAt"],"additionalProperties":false}}},"additionalProperties":false},"customFields":{"type":"object","additionalProperties":{}},"calledWith":{},"amountOfCalls":{"default":0,"type":"number"},"lastCall":{"type":"string","format":"date-time"},"lastCallId":{"type":"string"},"leadFolders":{"type":"array","items":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"string","enum":["warm","leadconnector","heyreach"]}]}},"dedupKeys":{"default":[],"type":"array","items":{"type":"string"}},"lineType":{"nullable":true,"type":"string"},"phoneVerified":{"type":"boolean"},"leadheroDialStatus":{"type":"string"},"processingNumber":{"type":"boolean"},"processingNumberTaskID":{"nullable":true,"type":"string"},"numberFound":{"type":"boolean"},"highPrecisionRun":{"type":"boolean"},"workspace":{"nullable":true,"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"createdAt":{"default":"2026-06-18T11:19:57.334Z","type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"additionalProperties":false},"result":{"type":"object","properties":{"phone":{"nullable":true},"status":{"default":"pending","type":"string","enum":["pending","in_progress","completed","partial","failed"]},"provider":{"nullable":true,"type":"string","enum":["a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z"]},"error":{"nullable":true,"type":"string"},"action":{"nullable":true,"type":"string"},"lineType":{"nullable":true,"type":"string"},"phoneVerified":{"nullable":true,"default":false,"type":"boolean"}},"required":["status"],"additionalProperties":false}},"required":["lead","result"],"additionalProperties":false}},"required":["data"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["lead-enrichments"]}},"/lead-enrichments/validate/{organization}/{lead}":{"post":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"lead","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"lead":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"organization":{"type":"string"},"primaryPhone":{},"name":{"type":"string"},"firstName":{"type":"string"},"lastName":{"type":"string"},"status":{"default":"cold","type":"string"},"email":{"type":"string"},"secondaryPhone":{"nullable":true},"replyPhone":{"nullable":true},"website":{"type":"string"},"company":{"type":"object","properties":{"name":{"type":"string"},"industry":{"type":"string"}},"additionalProperties":false},"note":{"type":"string"},"profilePicture":{"type":"string","format":"uri"},"jobTitle":{"type":"string"},"location":{"type":"string"},"linkedinUrl":{"type":"string"},"domain":{"type":"string"},"industry":{"type":"string"},"revenueRange":{"type":"string"},"companySize":{"type":"string"},"companyDescription":{"type":"string"},"potential":{"type":"string"},"source":{"type":"string","enum":["manual","import","email-bison","instantly","leadconnector","smartlead","heyreach"]},"emailBison":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"campaignName":{"type":"string"},"workspaceName":{"type":"string"},"mobileNumber":{"nullable":true,"type":"string"},"instanceUrl":{"type":"string"},"workspaceId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyUUID":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"campaignEventId":{"anyOf":[{"type":"string"},{"type":"number"}]}},"additionalProperties":false},"instantly":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"emailThread":{"type":"string"},"campaignName":{"type":"string"},"workspaceName":{"type":"string"},"mobileNumber":{"nullable":true,"type":"string"},"instanceUrl":{"type":"string"},"workspaceId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyUUID":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"campaignEventId":{"anyOf":[{"type":"string"},{"type":"number"}]}},"additionalProperties":false},"leadconnector":{"type":"object","properties":{"eventType":{"type":"string"},"triggerType":{"type":"string"},"contactId":{"type":"string"},"opportunityId":{"type":"string"},"locationId":{"type":"string"},"pipelineId":{"type":"string"},"pipelineName":{"type":"string"},"stageId":{"type":"string"},"stageName":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"dnd":{"type":"boolean"},"contactCreatedAt":{"type":"string","format":"date-time"},"contactUpdatedAt":{"type":"string","format":"date-time"},"lastSyncedAt":{"type":"string","format":"date-time"}},"additionalProperties":false},"smartlead":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"campaignName":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"categoryName":{"type":"string"},"categoryId":{"anyOf":[{"type":"string"},{"type":"number"}]}},"additionalProperties":false},"heyreach":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"campaignName":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"connectionRequestId":{"anyOf":[{"type":"string"},{"type":"number"}]},"accountId":{"anyOf":[{"type":"string"},{"type":"number"}]},"listId":{"anyOf":[{"type":"string"},{"type":"number"}]},"listName":{"type":"string"},"chatLink":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"messages":{"type":"array","items":{"type":"object","properties":{"text":{"type":"string"},"receivedAt":{"type":"string","format":"date-time"},"isReply":{"nullable":true,"type":"boolean"},"sender":{"type":"string"}},"required":["text","receivedAt"],"additionalProperties":false}}},"additionalProperties":false},"customFields":{"type":"object","additionalProperties":{}},"calledWith":{},"amountOfCalls":{"default":0,"type":"number"},"lastCall":{"type":"string","format":"date-time"},"lastCallId":{"type":"string"},"leadFolders":{"type":"array","items":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"string","enum":["warm","leadconnector","heyreach"]}]}},"dedupKeys":{"default":[],"type":"array","items":{"type":"string"}},"lineType":{"nullable":true,"type":"string"},"phoneVerified":{"type":"boolean"},"leadheroDialStatus":{"type":"string"},"processingNumber":{"type":"boolean"},"processingNumberTaskID":{"nullable":true,"type":"string"},"numberFound":{"type":"boolean"},"highPrecisionRun":{"type":"boolean"},"workspace":{"nullable":true,"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"createdAt":{"default":"2026-06-18T11:19:57.342Z","type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"additionalProperties":false},"result":{"type":"object","properties":{"phone":{"nullable":true},"status":{"default":"pending","type":"string","enum":["pending","in_progress","completed","partial","failed"]},"provider":{"nullable":true,"type":"string","enum":["a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z"]},"error":{"nullable":true,"type":"string"},"action":{"nullable":true,"type":"string"},"lineType":{"nullable":true,"type":"string"},"phoneVerified":{"nullable":true,"default":false,"type":"boolean"}},"required":["status"],"additionalProperties":false}},"required":["lead","result"],"additionalProperties":false}},"required":["data"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["lead-enrichments"]}},"/lead-enrichments/enrich/{organization}/{lead}":{"post":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"lead","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"lead":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"organization":{"type":"string"},"primaryPhone":{},"name":{"type":"string"},"firstName":{"type":"string"},"lastName":{"type":"string"},"status":{"default":"cold","type":"string"},"email":{"type":"string"},"secondaryPhone":{"nullable":true},"replyPhone":{"nullable":true},"website":{"type":"string"},"company":{"type":"object","properties":{"name":{"type":"string"},"industry":{"type":"string"}},"additionalProperties":false},"note":{"type":"string"},"profilePicture":{"type":"string","format":"uri"},"jobTitle":{"type":"string"},"location":{"type":"string"},"linkedinUrl":{"type":"string"},"domain":{"type":"string"},"industry":{"type":"string"},"revenueRange":{"type":"string"},"companySize":{"type":"string"},"companyDescription":{"type":"string"},"potential":{"type":"string"},"source":{"type":"string","enum":["manual","import","email-bison","instantly","leadconnector","smartlead","heyreach"]},"emailBison":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"campaignName":{"type":"string"},"workspaceName":{"type":"string"},"mobileNumber":{"nullable":true,"type":"string"},"instanceUrl":{"type":"string"},"workspaceId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyUUID":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"campaignEventId":{"anyOf":[{"type":"string"},{"type":"number"}]}},"additionalProperties":false},"instantly":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"emailThread":{"type":"string"},"campaignName":{"type":"string"},"workspaceName":{"type":"string"},"mobileNumber":{"nullable":true,"type":"string"},"instanceUrl":{"type":"string"},"workspaceId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyUUID":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"campaignEventId":{"anyOf":[{"type":"string"},{"type":"number"}]}},"additionalProperties":false},"leadconnector":{"type":"object","properties":{"eventType":{"type":"string"},"triggerType":{"type":"string"},"contactId":{"type":"string"},"opportunityId":{"type":"string"},"locationId":{"type":"string"},"pipelineId":{"type":"string"},"pipelineName":{"type":"string"},"stageId":{"type":"string"},"stageName":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"dnd":{"type":"boolean"},"contactCreatedAt":{"type":"string","format":"date-time"},"contactUpdatedAt":{"type":"string","format":"date-time"},"lastSyncedAt":{"type":"string","format":"date-time"}},"additionalProperties":false},"smartlead":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"campaignName":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"categoryName":{"type":"string"},"categoryId":{"anyOf":[{"type":"string"},{"type":"number"}]}},"additionalProperties":false},"heyreach":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"campaignName":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"connectionRequestId":{"anyOf":[{"type":"string"},{"type":"number"}]},"accountId":{"anyOf":[{"type":"string"},{"type":"number"}]},"listId":{"anyOf":[{"type":"string"},{"type":"number"}]},"listName":{"type":"string"},"chatLink":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"messages":{"type":"array","items":{"type":"object","properties":{"text":{"type":"string"},"receivedAt":{"type":"string","format":"date-time"},"isReply":{"nullable":true,"type":"boolean"},"sender":{"type":"string"}},"required":["text","receivedAt"],"additionalProperties":false}}},"additionalProperties":false},"customFields":{"type":"object","additionalProperties":{}},"calledWith":{},"amountOfCalls":{"default":0,"type":"number"},"lastCall":{"type":"string","format":"date-time"},"lastCallId":{"type":"string"},"leadFolders":{"type":"array","items":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"string","enum":["warm","leadconnector","heyreach"]}]}},"dedupKeys":{"default":[],"type":"array","items":{"type":"string"}},"lineType":{"nullable":true,"type":"string"},"phoneVerified":{"type":"boolean"},"leadheroDialStatus":{"type":"string"},"processingNumber":{"type":"boolean"},"processingNumberTaskID":{"nullable":true,"type":"string"},"numberFound":{"type":"boolean"},"highPrecisionRun":{"type":"boolean"},"workspace":{"nullable":true,"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"createdAt":{"default":"2026-06-18T11:19:57.347Z","type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"additionalProperties":false},"result":{"type":"object","properties":{"phone":{"nullable":true},"status":{"default":"pending","type":"string","enum":["pending","in_progress","completed","partial","failed"]},"provider":{"nullable":true,"type":"string","enum":["a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z"]},"error":{"nullable":true,"type":"string"},"action":{"nullable":true,"type":"string"},"lineType":{"nullable":true,"type":"string"},"phoneVerified":{"nullable":true,"default":false,"type":"boolean"}},"required":["status"],"additionalProperties":false}},"required":["lead","result"],"additionalProperties":false}},"required":["data"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["lead-enrichments"]}},"/lead-enrichments/enrich-high-precision/{organization}/{lead}":{"post":{"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"force":{"type":"boolean"}}}}}},"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"lead","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"lead":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"organization":{"type":"string"},"primaryPhone":{},"name":{"type":"string"},"firstName":{"type":"string"},"lastName":{"type":"string"},"status":{"default":"cold","type":"string"},"email":{"type":"string"},"secondaryPhone":{"nullable":true},"replyPhone":{"nullable":true},"website":{"type":"string"},"company":{"type":"object","properties":{"name":{"type":"string"},"industry":{"type":"string"}},"additionalProperties":false},"note":{"type":"string"},"profilePicture":{"type":"string","format":"uri"},"jobTitle":{"type":"string"},"location":{"type":"string"},"linkedinUrl":{"type":"string"},"domain":{"type":"string"},"industry":{"type":"string"},"revenueRange":{"type":"string"},"companySize":{"type":"string"},"companyDescription":{"type":"string"},"potential":{"type":"string"},"source":{"type":"string","enum":["manual","import","email-bison","instantly","leadconnector","smartlead","heyreach"]},"emailBison":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"campaignName":{"type":"string"},"workspaceName":{"type":"string"},"mobileNumber":{"nullable":true,"type":"string"},"instanceUrl":{"type":"string"},"workspaceId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyUUID":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"campaignEventId":{"anyOf":[{"type":"string"},{"type":"number"}]}},"additionalProperties":false},"instantly":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"emailThread":{"type":"string"},"campaignName":{"type":"string"},"workspaceName":{"type":"string"},"mobileNumber":{"nullable":true,"type":"string"},"instanceUrl":{"type":"string"},"workspaceId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyUUID":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"campaignEventId":{"anyOf":[{"type":"string"},{"type":"number"}]}},"additionalProperties":false},"leadconnector":{"type":"object","properties":{"eventType":{"type":"string"},"triggerType":{"type":"string"},"contactId":{"type":"string"},"opportunityId":{"type":"string"},"locationId":{"type":"string"},"pipelineId":{"type":"string"},"pipelineName":{"type":"string"},"stageId":{"type":"string"},"stageName":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"dnd":{"type":"boolean"},"contactCreatedAt":{"type":"string","format":"date-time"},"contactUpdatedAt":{"type":"string","format":"date-time"},"lastSyncedAt":{"type":"string","format":"date-time"}},"additionalProperties":false},"smartlead":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"campaignName":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"categoryName":{"type":"string"},"categoryId":{"anyOf":[{"type":"string"},{"type":"number"}]}},"additionalProperties":false},"heyreach":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"campaignName":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"connectionRequestId":{"anyOf":[{"type":"string"},{"type":"number"}]},"accountId":{"anyOf":[{"type":"string"},{"type":"number"}]},"listId":{"anyOf":[{"type":"string"},{"type":"number"}]},"listName":{"type":"string"},"chatLink":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"messages":{"type":"array","items":{"type":"object","properties":{"text":{"type":"string"},"receivedAt":{"type":"string","format":"date-time"},"isReply":{"nullable":true,"type":"boolean"},"sender":{"type":"string"}},"required":["text","receivedAt"],"additionalProperties":false}}},"additionalProperties":false},"customFields":{"type":"object","additionalProperties":{}},"calledWith":{},"amountOfCalls":{"default":0,"type":"number"},"lastCall":{"type":"string","format":"date-time"},"lastCallId":{"type":"string"},"leadFolders":{"type":"array","items":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"string","enum":["warm","leadconnector","heyreach"]}]}},"dedupKeys":{"default":[],"type":"array","items":{"type":"string"}},"lineType":{"nullable":true,"type":"string"},"phoneVerified":{"type":"boolean"},"leadheroDialStatus":{"type":"string"},"processingNumber":{"type":"boolean"},"processingNumberTaskID":{"nullable":true,"type":"string"},"numberFound":{"type":"boolean"},"highPrecisionRun":{"type":"boolean"},"workspace":{"nullable":true,"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"createdAt":{"default":"2026-06-18T11:19:57.368Z","type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"additionalProperties":false},"result":{"type":"object","properties":{"phone":{"nullable":true},"status":{"default":"pending","type":"string","enum":["pending","in_progress","completed","partial","failed"]},"provider":{"nullable":true,"type":"string","enum":["a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z"]},"error":{"nullable":true,"type":"string"},"action":{"nullable":true,"type":"string"},"lineType":{"nullable":true,"type":"string"},"phoneVerified":{"nullable":true,"default":false,"type":"boolean"}},"required":["status"],"additionalProperties":false}},"required":["lead","result"],"additionalProperties":false}},"required":["data"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["lead-enrichments"]}},"/lead-enrichments/enrich-missing/{organization}":{"post":{"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"leadIDs":{"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}}}}}}},"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"total":{"type":"number"},"enriched":{"type":"number"},"failed":{"type":"number"},"skipped":{"type":"number"}},"required":["total","enriched","failed","skipped"],"additionalProperties":false}},"required":["data"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["lead-enrichments"]}},"/lead-enrichments/find-phone/{organization}":{"post":{"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"linkedinUrl":{"type":"string","format":"uri"},"webhookUrl":{"type":"string"}},"required":["linkedinUrl"]}}}},"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["id"],"additionalProperties":false}},"required":["data"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["lead-enrichments"]}},"/lead-enrichments/find-phone/result/{organization}/{id}":{"get":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"status":{"default":"pending","type":"string","enum":["pending","in_progress","completed","partial","failed"]},"provider":{"nullable":true,"type":"string","enum":["a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z"]},"found":{"type":"boolean"},"phone":{}},"required":["id","status"],"additionalProperties":false}},"required":["data"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["lead-enrichments"]}},"/lead-folders/{organization}":{"post":{"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"profile":{"type":"object","properties":{"name":{"type":"string"}},"required":["name"]},"allowedUsers":{"default":[],"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"workspace":{"nullable":true,"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["profile"]}},"required":["data"]}}}},"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"id":{"anyOf":[{"default":"2c9c8f2a-1157-4ef4-91fd-fe5042e58d9d","type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"string","enum":["warm","leadconnector","heyreach"]}]},"profile":{"type":"object","properties":{"name":{"type":"string"}},"required":["name"],"additionalProperties":false},"organization":{"type":"string"},"allowedUsers":{"default":[],"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"workspace":{"nullable":true,"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"createdAt":{"default":"2026-06-18T11:19:57.375Z","type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"leadsCount":{"type":"number"}},"required":["profile","organization","createdAt","leadsCount"],"additionalProperties":false}},"required":["data"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["lead-folders"]},"get":{"parameters":[{"schema":{"type":"string"},"in":"query","name":"cursor","required":false},{"schema":{"type":"integer","minimum":1,"maximum":9007199254740991},"in":"query","name":"page","required":false},{"schema":{"default":25,"type":"integer","minimum":1,"maximum":10000},"in":"query","name":"pageSize","required":false},{"schema":{"type":"string"},"in":"query","name":"sort","required":false},{"schema":{"type":"object","additionalProperties":{}},"in":"query","name":"filter","required":false},{"schema":{"type":"string"},"in":"path","name":"organization","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"meta":{"type":"object","properties":{"pageSize":{"type":"number"},"nextCursor":{"type":"string"},"hasNextPage":{"type":"boolean"},"totalResults":{"type":"number"},"totalPages":{"type":"number"}},"required":["pageSize","hasNextPage","totalResults","totalPages"],"additionalProperties":false},"data":{"type":"array","items":{"type":"object","properties":{"id":{"anyOf":[{"default":"8513ccd1-e2c5-47e0-a511-9f4c44218629","type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"string","enum":["warm","leadconnector","heyreach"]}]},"profile":{"type":"object","properties":{"name":{"type":"string"}},"required":["name"],"additionalProperties":false},"organization":{"type":"string"},"allowedUsers":{"default":[],"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"workspace":{"nullable":true,"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"createdAt":{"default":"2026-06-18T11:19:57.376Z","type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"leadsCount":{"type":"number"},"contactedCount":{"type":"number"},"phoneCount":{"type":"number"},"pinned":{"type":"boolean"}},"required":["profile","organization","createdAt","leadsCount","contactedCount","phoneCount","pinned"],"additionalProperties":false}}},"required":["meta","data"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["lead-folders"]}},"/lead-folders/{organization}/{id}":{"put":{"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"profile":{"type":"object","properties":{"name":{"type":"string"}},"required":["name"]},"allowedUsers":{"default":[],"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"workspace":{"nullable":true,"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["profile"]}},"required":["data"]}}}},"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true},{"schema":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"string","enum":["warm","leadconnector","heyreach"]}]},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"id":{"anyOf":[{"default":"885f314d-8801-47f2-a999-70ade4b28ebf","type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"string","enum":["warm","leadconnector","heyreach"]}]},"profile":{"type":"object","properties":{"name":{"type":"string"}},"required":["name"],"additionalProperties":false},"organization":{"type":"string"},"allowedUsers":{"default":[],"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"workspace":{"nullable":true,"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"createdAt":{"default":"2026-06-18T11:19:57.377Z","type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["profile","organization","createdAt"],"additionalProperties":false}},"required":["data"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["lead-folders"]},"get":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true},{"schema":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"string","enum":["warm","leadconnector","heyreach"]}]},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"id":{"anyOf":[{"default":"443c110c-7401-48cd-a773-41bfc81d16fe","type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"string","enum":["warm","leadconnector","heyreach"]}]},"profile":{"type":"object","properties":{"name":{"type":"string"}},"required":["name"],"additionalProperties":false},"organization":{"type":"string"},"allowedUsers":{"default":[],"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"workspace":{"nullable":true,"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"createdAt":{"default":"2026-06-18T11:19:57.378Z","type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["profile","organization","createdAt"],"additionalProperties":false}},"required":["data"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["lead-folders"]},"delete":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true},{"schema":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"string","enum":["warm","leadconnector","heyreach"]}]},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}},"required":["message"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["lead-folders"]}},"/leads/uploads/{organization}":{"post":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"jobId":{"type":"string"}},"required":["message","jobId"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["leads"]}},"/leads/{organization}":{"get":{"parameters":[{"schema":{"type":"string"},"in":"query","name":"cursor","required":false},{"schema":{"type":"integer","minimum":1,"maximum":9007199254740991},"in":"query","name":"page","required":false},{"schema":{"default":25,"type":"integer","minimum":1,"maximum":10000},"in":"query","name":"pageSize","required":false},{"schema":{"type":"string"},"in":"query","name":"sort","required":false},{"schema":{"type":"object","properties":{"search":{"type":"string"},"name":{"type":"string"},"primaryPhone":{"type":"string"},"status":{"type":"string"},"leadAgeBucket":{"type":"string","enum":["last-day","last-7-days","last-14-days","last-30-days","last-90-days","older-than-90-days"]},"leadFolders":{"anyOf":[{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"string","enum":["warm","leadconnector","heyreach"]}]},{"type":"array","items":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"string","enum":["warm","leadconnector","heyreach"]}]}}]},"timezone":{"anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}]},"workspace":{"type":"string"}},"additionalProperties":{"anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}]}},"in":"query","name":"filter","required":false},{"schema":{"type":"string"},"in":"path","name":"organization","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"meta":{"type":"object","properties":{"pageSize":{"type":"number"},"nextCursor":{"type":"string"},"hasNextPage":{"type":"boolean"},"totalResults":{"type":"number"},"totalPages":{"type":"number"}},"required":["pageSize","hasNextPage","totalResults","totalPages"],"additionalProperties":false},"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"organization":{"type":"string"},"primaryPhone":{},"name":{"type":"string"},"firstName":{"type":"string"},"lastName":{"type":"string"},"status":{"default":"cold","type":"string"},"email":{"type":"string"},"secondaryPhone":{"nullable":true},"replyPhone":{"nullable":true},"website":{"type":"string"},"company":{"type":"object","properties":{"name":{"type":"string"},"industry":{"type":"string"}},"additionalProperties":false},"note":{"type":"string"},"profilePicture":{"type":"string","format":"uri"},"jobTitle":{"type":"string"},"location":{"type":"string"},"linkedinUrl":{"type":"string"},"domain":{"type":"string"},"industry":{"type":"string"},"revenueRange":{"type":"string"},"companySize":{"type":"string"},"companyDescription":{"type":"string"},"potential":{"type":"string"},"source":{"type":"string","enum":["manual","import","email-bison","instantly","leadconnector","smartlead","heyreach"]},"emailBison":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"campaignName":{"type":"string"},"workspaceName":{"type":"string"},"mobileNumber":{"nullable":true,"type":"string"},"instanceUrl":{"type":"string"},"workspaceId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyUUID":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"campaignEventId":{"anyOf":[{"type":"string"},{"type":"number"}]}},"additionalProperties":false},"instantly":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"emailThread":{"type":"string"},"campaignName":{"type":"string"},"workspaceName":{"type":"string"},"mobileNumber":{"nullable":true,"type":"string"},"instanceUrl":{"type":"string"},"workspaceId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyUUID":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"campaignEventId":{"anyOf":[{"type":"string"},{"type":"number"}]}},"additionalProperties":false},"leadconnector":{"type":"object","properties":{"eventType":{"type":"string"},"triggerType":{"type":"string"},"contactId":{"type":"string"},"opportunityId":{"type":"string"},"locationId":{"type":"string"},"pipelineId":{"type":"string"},"pipelineName":{"type":"string"},"stageId":{"type":"string"},"stageName":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"dnd":{"type":"boolean"},"contactCreatedAt":{"type":"string","format":"date-time"},"contactUpdatedAt":{"type":"string","format":"date-time"},"lastSyncedAt":{"type":"string","format":"date-time"}},"additionalProperties":false},"smartlead":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"campaignName":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"categoryName":{"type":"string"},"categoryId":{"anyOf":[{"type":"string"},{"type":"number"}]}},"additionalProperties":false},"heyreach":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"campaignName":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"connectionRequestId":{"anyOf":[{"type":"string"},{"type":"number"}]},"accountId":{"anyOf":[{"type":"string"},{"type":"number"}]},"listId":{"anyOf":[{"type":"string"},{"type":"number"}]},"listName":{"type":"string"},"chatLink":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"messages":{"type":"array","items":{"type":"object","properties":{"text":{"type":"string"},"receivedAt":{"type":"string","format":"date-time"},"isReply":{"nullable":true,"type":"boolean"},"sender":{"type":"string"}},"required":["text","receivedAt"],"additionalProperties":false}}},"additionalProperties":false},"customFields":{"type":"object","additionalProperties":{}},"calledWith":{},"amountOfCalls":{"default":0,"type":"number"},"lastCall":{"type":"string","format":"date-time"},"lastCallId":{"type":"string"},"leadFolders":{"type":"array","items":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"string","enum":["warm","leadconnector","heyreach"]}]}},"dedupKeys":{"default":[],"type":"array","items":{"type":"string"}},"lineType":{"nullable":true,"type":"string"},"phoneVerified":{"type":"boolean"},"leadheroDialStatus":{"type":"string"},"processingNumber":{"type":"boolean"},"processingNumberTaskID":{"nullable":true,"type":"string"},"numberFound":{"type":"boolean"},"highPrecisionRun":{"type":"boolean"},"workspace":{"nullable":true,"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"createdAt":{"default":"2026-06-18T11:19:57.382Z","type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","organization","status","createdAt"],"additionalProperties":false}}},"required":["meta","data"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["leads"]},"delete":{"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"ids":{"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}}},"required":["ids"]}}}},"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}},"required":["message"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["leads"]},"post":{"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"primaryPhone":{"type":"string"},"name":{"type":"string"},"firstName":{"type":"string"},"lastName":{"type":"string"},"status":{"default":"cold","type":"string"},"email":{"type":"string"},"secondaryPhone":{"nullable":true,"type":"string"},"replyPhone":{"nullable":true,"type":"string"},"website":{"type":"string"},"company":{"type":"object","properties":{"name":{"type":"string"},"industry":{"type":"string"}}},"note":{"type":"string"},"profilePicture":{"type":"string","format":"uri"},"jobTitle":{"type":"string"},"location":{"type":"string"},"linkedinUrl":{"type":"string"},"domain":{"type":"string"},"industry":{"type":"string"},"revenueRange":{"type":"string"},"companySize":{"type":"string"},"companyDescription":{"type":"string"},"potential":{"type":"string"},"source":{"type":"string","enum":["manual","import","email-bison","instantly","leadconnector","smartlead","heyreach"]},"emailBison":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"campaignName":{"type":"string"},"workspaceName":{"type":"string"},"mobileNumber":{"nullable":true,"type":"string"},"instanceUrl":{"type":"string"},"workspaceId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyUUID":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"campaignEventId":{"anyOf":[{"type":"string"},{"type":"number"}]}}},"instantly":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"emailThread":{"type":"string"},"campaignName":{"type":"string"},"workspaceName":{"type":"string"},"mobileNumber":{"nullable":true,"type":"string"},"instanceUrl":{"type":"string"},"workspaceId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyUUID":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"campaignEventId":{"anyOf":[{"type":"string"},{"type":"number"}]}}},"leadconnector":{"type":"object","properties":{"eventType":{"type":"string"},"triggerType":{"type":"string"},"contactId":{"type":"string"},"opportunityId":{"type":"string"},"locationId":{"type":"string"},"pipelineId":{"type":"string"},"pipelineName":{"type":"string"},"stageId":{"type":"string"},"stageName":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"dnd":{"type":"boolean"},"contactCreatedAt":{},"contactUpdatedAt":{},"lastSyncedAt":{}}},"smartlead":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"campaignName":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"categoryName":{"type":"string"},"categoryId":{"anyOf":[{"type":"string"},{"type":"number"}]}}},"heyreach":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"campaignName":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"connectionRequestId":{"anyOf":[{"type":"string"},{"type":"number"}]},"accountId":{"anyOf":[{"type":"string"},{"type":"number"}]},"listId":{"anyOf":[{"type":"string"},{"type":"number"}]},"listName":{"type":"string"},"chatLink":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"messages":{"type":"array","items":{"type":"object","properties":{"text":{"type":"string"},"receivedAt":{},"isReply":{"nullable":true,"type":"boolean"},"sender":{"type":"string"}},"required":["text","receivedAt"]}}}},"customFields":{"type":"object","additionalProperties":{}},"calledWith":{"type":"string"},"lastCallId":{"type":"string"},"leadFolders":{"type":"array","items":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"string","enum":["warm","leadconnector","heyreach"]}]}},"lineType":{"nullable":true,"type":"string"},"phoneVerified":{"type":"boolean"},"leadheroDialStatus":{"type":"string"},"processingNumber":{"type":"boolean"},"processingNumberTaskID":{"nullable":true,"type":"string"},"numberFound":{"type":"boolean"},"highPrecisionRun":{"type":"boolean"},"workspace":{"nullable":true,"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}}}}}},"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"lead":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"organization":{"type":"string"},"primaryPhone":{},"name":{"type":"string"},"firstName":{"type":"string"},"lastName":{"type":"string"},"status":{"default":"cold","type":"string"},"email":{"type":"string"},"secondaryPhone":{"nullable":true},"replyPhone":{"nullable":true},"website":{"type":"string"},"company":{"type":"object","properties":{"name":{"type":"string"},"industry":{"type":"string"}},"additionalProperties":false},"note":{"type":"string"},"profilePicture":{"type":"string","format":"uri"},"jobTitle":{"type":"string"},"location":{"type":"string"},"linkedinUrl":{"type":"string"},"domain":{"type":"string"},"industry":{"type":"string"},"revenueRange":{"type":"string"},"companySize":{"type":"string"},"companyDescription":{"type":"string"},"potential":{"type":"string"},"source":{"type":"string","enum":["manual","import","email-bison","instantly","leadconnector","smartlead","heyreach"]},"emailBison":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"campaignName":{"type":"string"},"workspaceName":{"type":"string"},"mobileNumber":{"nullable":true,"type":"string"},"instanceUrl":{"type":"string"},"workspaceId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyUUID":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"campaignEventId":{"anyOf":[{"type":"string"},{"type":"number"}]}},"additionalProperties":false},"instantly":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"emailThread":{"type":"string"},"campaignName":{"type":"string"},"workspaceName":{"type":"string"},"mobileNumber":{"nullable":true,"type":"string"},"instanceUrl":{"type":"string"},"workspaceId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyUUID":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"campaignEventId":{"anyOf":[{"type":"string"},{"type":"number"}]}},"additionalProperties":false},"leadconnector":{"type":"object","properties":{"eventType":{"type":"string"},"triggerType":{"type":"string"},"contactId":{"type":"string"},"opportunityId":{"type":"string"},"locationId":{"type":"string"},"pipelineId":{"type":"string"},"pipelineName":{"type":"string"},"stageId":{"type":"string"},"stageName":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"dnd":{"type":"boolean"},"contactCreatedAt":{"type":"string","format":"date-time"},"contactUpdatedAt":{"type":"string","format":"date-time"},"lastSyncedAt":{"type":"string","format":"date-time"}},"additionalProperties":false},"smartlead":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"campaignName":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"categoryName":{"type":"string"},"categoryId":{"anyOf":[{"type":"string"},{"type":"number"}]}},"additionalProperties":false},"heyreach":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"campaignName":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"connectionRequestId":{"anyOf":[{"type":"string"},{"type":"number"}]},"accountId":{"anyOf":[{"type":"string"},{"type":"number"}]},"listId":{"anyOf":[{"type":"string"},{"type":"number"}]},"listName":{"type":"string"},"chatLink":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"messages":{"type":"array","items":{"type":"object","properties":{"text":{"type":"string"},"receivedAt":{"type":"string","format":"date-time"},"isReply":{"nullable":true,"type":"boolean"},"sender":{"type":"string"}},"required":["text","receivedAt"],"additionalProperties":false}}},"additionalProperties":false},"customFields":{"type":"object","additionalProperties":{}},"calledWith":{},"amountOfCalls":{"default":0,"type":"number"},"lastCall":{"type":"string","format":"date-time"},"lastCallId":{"type":"string"},"leadFolders":{"type":"array","items":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"string","enum":["warm","leadconnector","heyreach"]}]}},"dedupKeys":{"default":[],"type":"array","items":{"type":"string"}},"lineType":{"nullable":true,"type":"string"},"phoneVerified":{"type":"boolean"},"leadheroDialStatus":{"type":"string"},"processingNumber":{"type":"boolean"},"processingNumberTaskID":{"nullable":true,"type":"string"},"numberFound":{"type":"boolean"},"highPrecisionRun":{"type":"boolean"},"workspace":{"nullable":true,"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"createdAt":{"default":"2026-06-18T11:19:57.412Z","type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","organization","status","createdAt"],"additionalProperties":false}},"required":["message","lead"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["leads"]},"put":{"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"update":{"type":"object","properties":{"primaryPhone":{"type":"string"},"name":{"type":"string"},"firstName":{"type":"string"},"lastName":{"type":"string"},"status":{"type":"string"},"email":{"type":"string"},"secondaryPhone":{"nullable":true,"type":"string"},"replyPhone":{"nullable":true,"type":"string"},"website":{"type":"string"},"company":{"type":"object","properties":{"name":{"type":"string"},"industry":{"type":"string"}}},"note":{"type":"string"},"profilePicture":{"type":"string","format":"uri"},"jobTitle":{"type":"string"},"location":{"type":"string"},"linkedinUrl":{"type":"string"},"domain":{"type":"string"},"industry":{"type":"string"},"revenueRange":{"type":"string"},"companySize":{"type":"string"},"companyDescription":{"type":"string"},"potential":{"type":"string"},"source":{"type":"string","enum":["manual","import","email-bison","instantly","leadconnector","smartlead","heyreach"]},"emailBison":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"campaignName":{"type":"string"},"workspaceName":{"type":"string"},"mobileNumber":{"nullable":true,"type":"string"},"instanceUrl":{"type":"string"},"workspaceId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyUUID":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"campaignEventId":{"anyOf":[{"type":"string"},{"type":"number"}]}}},"instantly":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"emailThread":{"type":"string"},"campaignName":{"type":"string"},"workspaceName":{"type":"string"},"mobileNumber":{"nullable":true,"type":"string"},"instanceUrl":{"type":"string"},"workspaceId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyUUID":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"campaignEventId":{"anyOf":[{"type":"string"},{"type":"number"}]}}},"leadconnector":{"type":"object","properties":{"eventType":{"type":"string"},"triggerType":{"type":"string"},"contactId":{"type":"string"},"opportunityId":{"type":"string"},"locationId":{"type":"string"},"pipelineId":{"type":"string"},"pipelineName":{"type":"string"},"stageId":{"type":"string"},"stageName":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"dnd":{"type":"boolean"},"contactCreatedAt":{},"contactUpdatedAt":{},"lastSyncedAt":{}}},"smartlead":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"campaignName":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"categoryName":{"type":"string"},"categoryId":{"anyOf":[{"type":"string"},{"type":"number"}]}}},"heyreach":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"campaignName":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"connectionRequestId":{"anyOf":[{"type":"string"},{"type":"number"}]},"accountId":{"anyOf":[{"type":"string"},{"type":"number"}]},"listId":{"anyOf":[{"type":"string"},{"type":"number"}]},"listName":{"type":"string"},"chatLink":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"messages":{"type":"array","items":{"type":"object","properties":{"text":{"type":"string"},"receivedAt":{},"isReply":{"nullable":true,"type":"boolean"},"sender":{"type":"string"}},"required":["text","receivedAt"]}}}},"customFields":{"type":"object","additionalProperties":{}},"calledWith":{"type":"string"},"lastCallId":{"type":"string"},"leadFolders":{"type":"array","items":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"string","enum":["warm","leadconnector","heyreach"]}]}},"lineType":{"nullable":true,"type":"string"},"phoneVerified":{"type":"boolean"},"leadheroDialStatus":{"type":"string"},"processingNumber":{"type":"boolean"},"processingNumberTaskID":{"nullable":true,"type":"string"},"numberFound":{"type":"boolean"},"highPrecisionRun":{"type":"boolean"},"workspace":{"nullable":true,"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}}},"ids":{"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}}},"required":["update","ids"]}},"required":["data"]}}}},"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"organization":{"type":"string"},"primaryPhone":{},"name":{"type":"string"},"firstName":{"type":"string"},"lastName":{"type":"string"},"status":{"default":"cold","type":"string"},"email":{"type":"string"},"secondaryPhone":{"nullable":true},"replyPhone":{"nullable":true},"website":{"type":"string"},"company":{"type":"object","properties":{"name":{"type":"string"},"industry":{"type":"string"}},"additionalProperties":false},"note":{"type":"string"},"profilePicture":{"type":"string","format":"uri"},"jobTitle":{"type":"string"},"location":{"type":"string"},"linkedinUrl":{"type":"string"},"domain":{"type":"string"},"industry":{"type":"string"},"revenueRange":{"type":"string"},"companySize":{"type":"string"},"companyDescription":{"type":"string"},"potential":{"type":"string"},"source":{"type":"string","enum":["manual","import","email-bison","instantly","leadconnector","smartlead","heyreach"]},"emailBison":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"campaignName":{"type":"string"},"workspaceName":{"type":"string"},"mobileNumber":{"nullable":true,"type":"string"},"instanceUrl":{"type":"string"},"workspaceId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyUUID":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"campaignEventId":{"anyOf":[{"type":"string"},{"type":"number"}]}},"additionalProperties":false},"instantly":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"emailThread":{"type":"string"},"campaignName":{"type":"string"},"workspaceName":{"type":"string"},"mobileNumber":{"nullable":true,"type":"string"},"instanceUrl":{"type":"string"},"workspaceId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyUUID":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"campaignEventId":{"anyOf":[{"type":"string"},{"type":"number"}]}},"additionalProperties":false},"leadconnector":{"type":"object","properties":{"eventType":{"type":"string"},"triggerType":{"type":"string"},"contactId":{"type":"string"},"opportunityId":{"type":"string"},"locationId":{"type":"string"},"pipelineId":{"type":"string"},"pipelineName":{"type":"string"},"stageId":{"type":"string"},"stageName":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"dnd":{"type":"boolean"},"contactCreatedAt":{"type":"string","format":"date-time"},"contactUpdatedAt":{"type":"string","format":"date-time"},"lastSyncedAt":{"type":"string","format":"date-time"}},"additionalProperties":false},"smartlead":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"campaignName":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"categoryName":{"type":"string"},"categoryId":{"anyOf":[{"type":"string"},{"type":"number"}]}},"additionalProperties":false},"heyreach":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"campaignName":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"connectionRequestId":{"anyOf":[{"type":"string"},{"type":"number"}]},"accountId":{"anyOf":[{"type":"string"},{"type":"number"}]},"listId":{"anyOf":[{"type":"string"},{"type":"number"}]},"listName":{"type":"string"},"chatLink":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"messages":{"type":"array","items":{"type":"object","properties":{"text":{"type":"string"},"receivedAt":{"type":"string","format":"date-time"},"isReply":{"nullable":true,"type":"boolean"},"sender":{"type":"string"}},"required":["text","receivedAt"],"additionalProperties":false}}},"additionalProperties":false},"customFields":{"type":"object","additionalProperties":{}},"calledWith":{},"amountOfCalls":{"default":0,"type":"number"},"lastCall":{"type":"string","format":"date-time"},"lastCallId":{"type":"string"},"leadFolders":{"type":"array","items":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"string","enum":["warm","leadconnector","heyreach"]}]}},"dedupKeys":{"default":[],"type":"array","items":{"type":"string"}},"lineType":{"nullable":true,"type":"string"},"phoneVerified":{"type":"boolean"},"leadheroDialStatus":{"type":"string"},"processingNumber":{"type":"boolean"},"processingNumberTaskID":{"nullable":true,"type":"string"},"numberFound":{"type":"boolean"},"highPrecisionRun":{"type":"boolean"},"workspace":{"nullable":true,"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"createdAt":{"default":"2026-06-18T11:19:57.424Z","type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","organization","status","createdAt"],"additionalProperties":false}}},"required":["data"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["leads"]}},"/leads/{organization}/{id}":{"put":{"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"primaryPhone":{"type":"string"},"name":{"type":"string"},"firstName":{"type":"string"},"lastName":{"type":"string"},"status":{"type":"string"},"email":{"type":"string"},"secondaryPhone":{"nullable":true,"type":"string"},"replyPhone":{"nullable":true,"type":"string"},"website":{"type":"string"},"company":{"type":"object","properties":{"name":{"type":"string"},"industry":{"type":"string"}}},"note":{"type":"string"},"profilePicture":{"type":"string","format":"uri"},"jobTitle":{"type":"string"},"location":{"type":"string"},"linkedinUrl":{"type":"string"},"domain":{"type":"string"},"industry":{"type":"string"},"revenueRange":{"type":"string"},"companySize":{"type":"string"},"companyDescription":{"type":"string"},"potential":{"type":"string"},"source":{"type":"string","enum":["manual","import","email-bison","instantly","leadconnector","smartlead","heyreach"]},"emailBison":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"campaignName":{"type":"string"},"workspaceName":{"type":"string"},"mobileNumber":{"nullable":true,"type":"string"},"instanceUrl":{"type":"string"},"workspaceId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyUUID":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"campaignEventId":{"anyOf":[{"type":"string"},{"type":"number"}]}}},"instantly":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"emailThread":{"type":"string"},"campaignName":{"type":"string"},"workspaceName":{"type":"string"},"mobileNumber":{"nullable":true,"type":"string"},"instanceUrl":{"type":"string"},"workspaceId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyUUID":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"campaignEventId":{"anyOf":[{"type":"string"},{"type":"number"}]}}},"leadconnector":{"type":"object","properties":{"eventType":{"type":"string"},"triggerType":{"type":"string"},"contactId":{"type":"string"},"opportunityId":{"type":"string"},"locationId":{"type":"string"},"pipelineId":{"type":"string"},"pipelineName":{"type":"string"},"stageId":{"type":"string"},"stageName":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"dnd":{"type":"boolean"},"contactCreatedAt":{},"contactUpdatedAt":{},"lastSyncedAt":{}}},"smartlead":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"campaignName":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"categoryName":{"type":"string"},"categoryId":{"anyOf":[{"type":"string"},{"type":"number"}]}}},"heyreach":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"campaignName":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"connectionRequestId":{"anyOf":[{"type":"string"},{"type":"number"}]},"accountId":{"anyOf":[{"type":"string"},{"type":"number"}]},"listId":{"anyOf":[{"type":"string"},{"type":"number"}]},"listName":{"type":"string"},"chatLink":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"messages":{"type":"array","items":{"type":"object","properties":{"text":{"type":"string"},"receivedAt":{},"isReply":{"nullable":true,"type":"boolean"},"sender":{"type":"string"}},"required":["text","receivedAt"]}}}},"customFields":{"type":"object","additionalProperties":{}},"calledWith":{"type":"string"},"lastCallId":{"type":"string"},"leadFolders":{"type":"array","items":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"string","enum":["warm","leadconnector","heyreach"]}]}},"lineType":{"nullable":true,"type":"string"},"phoneVerified":{"type":"boolean"},"leadheroDialStatus":{"type":"string"},"processingNumber":{"type":"boolean"},"processingNumberTaskID":{"nullable":true,"type":"string"},"numberFound":{"type":"boolean"},"highPrecisionRun":{"type":"boolean"},"workspace":{"nullable":true,"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}}}}}},"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"lead":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"organization":{"type":"string"},"primaryPhone":{},"name":{"type":"string"},"firstName":{"type":"string"},"lastName":{"type":"string"},"status":{"default":"cold","type":"string"},"email":{"type":"string"},"secondaryPhone":{"nullable":true},"replyPhone":{"nullable":true},"website":{"type":"string"},"company":{"type":"object","properties":{"name":{"type":"string"},"industry":{"type":"string"}},"additionalProperties":false},"note":{"type":"string"},"profilePicture":{"type":"string","format":"uri"},"jobTitle":{"type":"string"},"location":{"type":"string"},"linkedinUrl":{"type":"string"},"domain":{"type":"string"},"industry":{"type":"string"},"revenueRange":{"type":"string"},"companySize":{"type":"string"},"companyDescription":{"type":"string"},"potential":{"type":"string"},"source":{"type":"string","enum":["manual","import","email-bison","instantly","leadconnector","smartlead","heyreach"]},"emailBison":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"campaignName":{"type":"string"},"workspaceName":{"type":"string"},"mobileNumber":{"nullable":true,"type":"string"},"instanceUrl":{"type":"string"},"workspaceId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyUUID":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"campaignEventId":{"anyOf":[{"type":"string"},{"type":"number"}]}},"additionalProperties":false},"instantly":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"emailThread":{"type":"string"},"campaignName":{"type":"string"},"workspaceName":{"type":"string"},"mobileNumber":{"nullable":true,"type":"string"},"instanceUrl":{"type":"string"},"workspaceId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyUUID":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"campaignEventId":{"anyOf":[{"type":"string"},{"type":"number"}]}},"additionalProperties":false},"leadconnector":{"type":"object","properties":{"eventType":{"type":"string"},"triggerType":{"type":"string"},"contactId":{"type":"string"},"opportunityId":{"type":"string"},"locationId":{"type":"string"},"pipelineId":{"type":"string"},"pipelineName":{"type":"string"},"stageId":{"type":"string"},"stageName":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"dnd":{"type":"boolean"},"contactCreatedAt":{"type":"string","format":"date-time"},"contactUpdatedAt":{"type":"string","format":"date-time"},"lastSyncedAt":{"type":"string","format":"date-time"}},"additionalProperties":false},"smartlead":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"campaignName":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"categoryName":{"type":"string"},"categoryId":{"anyOf":[{"type":"string"},{"type":"number"}]}},"additionalProperties":false},"heyreach":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"campaignName":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"connectionRequestId":{"anyOf":[{"type":"string"},{"type":"number"}]},"accountId":{"anyOf":[{"type":"string"},{"type":"number"}]},"listId":{"anyOf":[{"type":"string"},{"type":"number"}]},"listName":{"type":"string"},"chatLink":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"messages":{"type":"array","items":{"type":"object","properties":{"text":{"type":"string"},"receivedAt":{"type":"string","format":"date-time"},"isReply":{"nullable":true,"type":"boolean"},"sender":{"type":"string"}},"required":["text","receivedAt"],"additionalProperties":false}}},"additionalProperties":false},"customFields":{"type":"object","additionalProperties":{}},"calledWith":{},"amountOfCalls":{"default":0,"type":"number"},"lastCall":{"type":"string","format":"date-time"},"lastCallId":{"type":"string"},"leadFolders":{"type":"array","items":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"string","enum":["warm","leadconnector","heyreach"]}]}},"dedupKeys":{"default":[],"type":"array","items":{"type":"string"}},"lineType":{"nullable":true,"type":"string"},"phoneVerified":{"type":"boolean"},"leadheroDialStatus":{"type":"string"},"processingNumber":{"type":"boolean"},"processingNumberTaskID":{"nullable":true,"type":"string"},"numberFound":{"type":"boolean"},"highPrecisionRun":{"type":"boolean"},"workspace":{"nullable":true,"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"createdAt":{"default":"2026-06-18T11:19:57.402Z","type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","organization","status","createdAt"],"additionalProperties":false}},"required":["message","lead"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["leads"]},"get":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true},{"schema":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"string"}]},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"lead":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"organization":{"type":"string"},"primaryPhone":{},"name":{"type":"string"},"firstName":{"type":"string"},"lastName":{"type":"string"},"status":{"default":"cold","type":"string"},"email":{"type":"string"},"secondaryPhone":{"nullable":true},"replyPhone":{"nullable":true},"website":{"type":"string"},"company":{"type":"object","properties":{"name":{"type":"string"},"industry":{"type":"string"}},"additionalProperties":false},"note":{"type":"string"},"profilePicture":{"type":"string","format":"uri"},"jobTitle":{"type":"string"},"location":{"type":"string"},"linkedinUrl":{"type":"string"},"domain":{"type":"string"},"industry":{"type":"string"},"revenueRange":{"type":"string"},"companySize":{"type":"string"},"companyDescription":{"type":"string"},"potential":{"type":"string"},"source":{"type":"string","enum":["manual","import","email-bison","instantly","leadconnector","smartlead","heyreach"]},"emailBison":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"campaignName":{"type":"string"},"workspaceName":{"type":"string"},"mobileNumber":{"nullable":true,"type":"string"},"instanceUrl":{"type":"string"},"workspaceId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyUUID":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"campaignEventId":{"anyOf":[{"type":"string"},{"type":"number"}]}},"additionalProperties":false},"instantly":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"emailThread":{"type":"string"},"campaignName":{"type":"string"},"workspaceName":{"type":"string"},"mobileNumber":{"nullable":true,"type":"string"},"instanceUrl":{"type":"string"},"workspaceId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyUUID":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"campaignEventId":{"anyOf":[{"type":"string"},{"type":"number"}]}},"additionalProperties":false},"leadconnector":{"type":"object","properties":{"eventType":{"type":"string"},"triggerType":{"type":"string"},"contactId":{"type":"string"},"opportunityId":{"type":"string"},"locationId":{"type":"string"},"pipelineId":{"type":"string"},"pipelineName":{"type":"string"},"stageId":{"type":"string"},"stageName":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"dnd":{"type":"boolean"},"contactCreatedAt":{"type":"string","format":"date-time"},"contactUpdatedAt":{"type":"string","format":"date-time"},"lastSyncedAt":{"type":"string","format":"date-time"}},"additionalProperties":false},"smartlead":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"campaignName":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"categoryName":{"type":"string"},"categoryId":{"anyOf":[{"type":"string"},{"type":"number"}]}},"additionalProperties":false},"heyreach":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"campaignName":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"connectionRequestId":{"anyOf":[{"type":"string"},{"type":"number"}]},"accountId":{"anyOf":[{"type":"string"},{"type":"number"}]},"listId":{"anyOf":[{"type":"string"},{"type":"number"}]},"listName":{"type":"string"},"chatLink":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"messages":{"type":"array","items":{"type":"object","properties":{"text":{"type":"string"},"receivedAt":{"type":"string","format":"date-time"},"isReply":{"nullable":true,"type":"boolean"},"sender":{"type":"string"}},"required":["text","receivedAt"],"additionalProperties":false}}},"additionalProperties":false},"customFields":{"type":"object","additionalProperties":{}},"calledWith":{},"amountOfCalls":{"default":0,"type":"number"},"lastCall":{"type":"string","format":"date-time"},"lastCallId":{"type":"string"},"leadFolders":{"type":"array","items":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"string","enum":["warm","leadconnector","heyreach"]}]}},"dedupKeys":{"default":[],"type":"array","items":{"type":"string"}},"lineType":{"nullable":true,"type":"string"},"phoneVerified":{"type":"boolean"},"leadheroDialStatus":{"type":"string"},"processingNumber":{"type":"boolean"},"processingNumberTaskID":{"nullable":true,"type":"string"},"numberFound":{"type":"boolean"},"highPrecisionRun":{"type":"boolean"},"workspace":{"nullable":true,"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"createdAt":{"default":"2026-06-18T11:19:57.405Z","type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","organization","status","createdAt"],"additionalProperties":false}},"required":["message","lead"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["leads"]},"delete":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}},"required":["message"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["leads"]}},"/leads/bulk-create/{organization}":{"post":{"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"leads":{"maxItems":10000,"type":"array","items":{}},"leadFolders":{"default":[],"type":"array","items":{"anyOf":[{"type":"object","properties":{"profile":{"type":"object","properties":{"name":{"type":"string"}},"required":["name"]},"allowedUsers":{"default":[],"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"workspace":{"nullable":true,"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["profile"]},{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"string","enum":["warm","leadconnector","heyreach"]}]}]}}},"required":["leads"]}}}},"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"leads":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"organization":{"type":"string"},"primaryPhone":{},"name":{"type":"string"},"firstName":{"type":"string"},"lastName":{"type":"string"},"status":{"default":"cold","type":"string"},"email":{"type":"string"},"secondaryPhone":{"nullable":true},"replyPhone":{"nullable":true},"website":{"type":"string"},"company":{"type":"object","properties":{"name":{"type":"string"},"industry":{"type":"string"}},"additionalProperties":false},"note":{"type":"string"},"profilePicture":{"type":"string","format":"uri"},"jobTitle":{"type":"string"},"location":{"type":"string"},"linkedinUrl":{"type":"string"},"domain":{"type":"string"},"industry":{"type":"string"},"revenueRange":{"type":"string"},"companySize":{"type":"string"},"companyDescription":{"type":"string"},"potential":{"type":"string"},"source":{"type":"string","enum":["manual","import","email-bison","instantly","leadconnector","smartlead","heyreach"]},"emailBison":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"campaignName":{"type":"string"},"workspaceName":{"type":"string"},"mobileNumber":{"nullable":true,"type":"string"},"instanceUrl":{"type":"string"},"workspaceId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyUUID":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"campaignEventId":{"anyOf":[{"type":"string"},{"type":"number"}]}},"additionalProperties":false},"instantly":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"emailThread":{"type":"string"},"campaignName":{"type":"string"},"workspaceName":{"type":"string"},"mobileNumber":{"nullable":true,"type":"string"},"instanceUrl":{"type":"string"},"workspaceId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyUUID":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"campaignEventId":{"anyOf":[{"type":"string"},{"type":"number"}]}},"additionalProperties":false},"leadconnector":{"type":"object","properties":{"eventType":{"type":"string"},"triggerType":{"type":"string"},"contactId":{"type":"string"},"opportunityId":{"type":"string"},"locationId":{"type":"string"},"pipelineId":{"type":"string"},"pipelineName":{"type":"string"},"stageId":{"type":"string"},"stageName":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"dnd":{"type":"boolean"},"contactCreatedAt":{"type":"string","format":"date-time"},"contactUpdatedAt":{"type":"string","format":"date-time"},"lastSyncedAt":{"type":"string","format":"date-time"}},"additionalProperties":false},"smartlead":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"campaignName":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"categoryName":{"type":"string"},"categoryId":{"anyOf":[{"type":"string"},{"type":"number"}]}},"additionalProperties":false},"heyreach":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"campaignName":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"connectionRequestId":{"anyOf":[{"type":"string"},{"type":"number"}]},"accountId":{"anyOf":[{"type":"string"},{"type":"number"}]},"listId":{"anyOf":[{"type":"string"},{"type":"number"}]},"listName":{"type":"string"},"chatLink":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"messages":{"type":"array","items":{"type":"object","properties":{"text":{"type":"string"},"receivedAt":{"type":"string","format":"date-time"},"isReply":{"nullable":true,"type":"boolean"},"sender":{"type":"string"}},"required":["text","receivedAt"],"additionalProperties":false}}},"additionalProperties":false},"customFields":{"type":"object","additionalProperties":{}},"calledWith":{},"amountOfCalls":{"default":0,"type":"number"},"lastCall":{"type":"string","format":"date-time"},"lastCallId":{"type":"string"},"leadFolders":{"type":"array","items":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"string","enum":["warm","leadconnector","heyreach"]}]}},"dedupKeys":{"default":[],"type":"array","items":{"type":"string"}},"lineType":{"nullable":true,"type":"string"},"phoneVerified":{"type":"boolean"},"leadheroDialStatus":{"type":"string"},"processingNumber":{"type":"boolean"},"processingNumberTaskID":{"nullable":true,"type":"string"},"numberFound":{"type":"boolean"},"highPrecisionRun":{"type":"boolean"},"workspace":{"nullable":true,"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"createdAt":{"default":"2026-06-18T11:19:57.419Z","type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","organization","status","createdAt"],"additionalProperties":false}},"totalRows":{"type":"number"},"validRows":{"type":"number"},"totalCreated":{"type":"number"},"totalUpdated":{"type":"number"},"duplicates":{"type":"number"}},"required":["message","leads","totalRows","validRows","totalCreated","totalUpdated","duplicates"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["leads"]}},"/leads/bulk/{organization}":{"patch":{"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"update":{"type":"object","properties":{"primaryPhone":{"type":"string"},"name":{"type":"string"},"firstName":{"type":"string"},"lastName":{"type":"string"},"status":{"type":"string"},"email":{"type":"string"},"secondaryPhone":{"nullable":true,"type":"string"},"replyPhone":{"nullable":true,"type":"string"},"website":{"type":"string"},"company":{"type":"object","properties":{"name":{"type":"string"},"industry":{"type":"string"}}},"note":{"type":"string"},"profilePicture":{"type":"string","format":"uri"},"jobTitle":{"type":"string"},"location":{"type":"string"},"linkedinUrl":{"type":"string"},"domain":{"type":"string"},"industry":{"type":"string"},"revenueRange":{"type":"string"},"companySize":{"type":"string"},"companyDescription":{"type":"string"},"potential":{"type":"string"},"source":{"type":"string","enum":["manual","import","email-bison","instantly","leadconnector","smartlead","heyreach"]},"emailBison":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"campaignName":{"type":"string"},"workspaceName":{"type":"string"},"mobileNumber":{"nullable":true,"type":"string"},"instanceUrl":{"type":"string"},"workspaceId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyUUID":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"campaignEventId":{"anyOf":[{"type":"string"},{"type":"number"}]}}},"instantly":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"emailThread":{"type":"string"},"campaignName":{"type":"string"},"workspaceName":{"type":"string"},"mobileNumber":{"nullable":true,"type":"string"},"instanceUrl":{"type":"string"},"workspaceId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyUUID":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"campaignEventId":{"anyOf":[{"type":"string"},{"type":"number"}]}}},"leadconnector":{"type":"object","properties":{"eventType":{"type":"string"},"triggerType":{"type":"string"},"contactId":{"type":"string"},"opportunityId":{"type":"string"},"locationId":{"type":"string"},"pipelineId":{"type":"string"},"pipelineName":{"type":"string"},"stageId":{"type":"string"},"stageName":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"dnd":{"type":"boolean"},"contactCreatedAt":{},"contactUpdatedAt":{},"lastSyncedAt":{}}},"smartlead":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"campaignName":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"categoryName":{"type":"string"},"categoryId":{"anyOf":[{"type":"string"},{"type":"number"}]}}},"heyreach":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"campaignName":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"connectionRequestId":{"anyOf":[{"type":"string"},{"type":"number"}]},"accountId":{"anyOf":[{"type":"string"},{"type":"number"}]},"listId":{"anyOf":[{"type":"string"},{"type":"number"}]},"listName":{"type":"string"},"chatLink":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"messages":{"type":"array","items":{"type":"object","properties":{"text":{"type":"string"},"receivedAt":{},"isReply":{"nullable":true,"type":"boolean"},"sender":{"type":"string"}},"required":["text","receivedAt"]}}}},"customFields":{"type":"object","additionalProperties":{}},"calledWith":{"type":"string"},"lastCallId":{"type":"string"},"leadFolders":{"type":"array","items":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"string","enum":["warm","leadconnector","heyreach"]}]}},"lineType":{"nullable":true,"type":"string"},"phoneVerified":{"type":"boolean"},"leadheroDialStatus":{"type":"string"},"processingNumber":{"type":"boolean"},"processingNumberTaskID":{"nullable":true,"type":"string"},"numberFound":{"type":"boolean"},"highPrecisionRun":{"type":"boolean"},"workspace":{"nullable":true,"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}}},"ids":{"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}}},"required":["update","ids"]}},"required":["data"]}}}},"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"organization":{"type":"string"},"primaryPhone":{},"name":{"type":"string"},"firstName":{"type":"string"},"lastName":{"type":"string"},"status":{"default":"cold","type":"string"},"email":{"type":"string"},"secondaryPhone":{"nullable":true},"replyPhone":{"nullable":true},"website":{"type":"string"},"company":{"type":"object","properties":{"name":{"type":"string"},"industry":{"type":"string"}},"additionalProperties":false},"note":{"type":"string"},"profilePicture":{"type":"string","format":"uri"},"jobTitle":{"type":"string"},"location":{"type":"string"},"linkedinUrl":{"type":"string"},"domain":{"type":"string"},"industry":{"type":"string"},"revenueRange":{"type":"string"},"companySize":{"type":"string"},"companyDescription":{"type":"string"},"potential":{"type":"string"},"source":{"type":"string","enum":["manual","import","email-bison","instantly","leadconnector","smartlead","heyreach"]},"emailBison":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"campaignName":{"type":"string"},"workspaceName":{"type":"string"},"mobileNumber":{"nullable":true,"type":"string"},"instanceUrl":{"type":"string"},"workspaceId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyUUID":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"campaignEventId":{"anyOf":[{"type":"string"},{"type":"number"}]}},"additionalProperties":false},"instantly":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"emailThread":{"type":"string"},"campaignName":{"type":"string"},"workspaceName":{"type":"string"},"mobileNumber":{"nullable":true,"type":"string"},"instanceUrl":{"type":"string"},"workspaceId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyUUID":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"campaignEventId":{"anyOf":[{"type":"string"},{"type":"number"}]}},"additionalProperties":false},"leadconnector":{"type":"object","properties":{"eventType":{"type":"string"},"triggerType":{"type":"string"},"contactId":{"type":"string"},"opportunityId":{"type":"string"},"locationId":{"type":"string"},"pipelineId":{"type":"string"},"pipelineName":{"type":"string"},"stageId":{"type":"string"},"stageName":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"dnd":{"type":"boolean"},"contactCreatedAt":{"type":"string","format":"date-time"},"contactUpdatedAt":{"type":"string","format":"date-time"},"lastSyncedAt":{"type":"string","format":"date-time"}},"additionalProperties":false},"smartlead":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"campaignName":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"categoryName":{"type":"string"},"categoryId":{"anyOf":[{"type":"string"},{"type":"number"}]}},"additionalProperties":false},"heyreach":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"campaignName":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"connectionRequestId":{"anyOf":[{"type":"string"},{"type":"number"}]},"accountId":{"anyOf":[{"type":"string"},{"type":"number"}]},"listId":{"anyOf":[{"type":"string"},{"type":"number"}]},"listName":{"type":"string"},"chatLink":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"messages":{"type":"array","items":{"type":"object","properties":{"text":{"type":"string"},"receivedAt":{"type":"string","format":"date-time"},"isReply":{"nullable":true,"type":"boolean"},"sender":{"type":"string"}},"required":["text","receivedAt"],"additionalProperties":false}}},"additionalProperties":false},"customFields":{"type":"object","additionalProperties":{}},"calledWith":{},"amountOfCalls":{"default":0,"type":"number"},"lastCall":{"type":"string","format":"date-time"},"lastCallId":{"type":"string"},"leadFolders":{"type":"array","items":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"string","enum":["warm","leadconnector","heyreach"]}]}},"dedupKeys":{"default":[],"type":"array","items":{"type":"string"}},"lineType":{"nullable":true,"type":"string"},"phoneVerified":{"type":"boolean"},"leadheroDialStatus":{"type":"string"},"processingNumber":{"type":"boolean"},"processingNumberTaskID":{"nullable":true,"type":"string"},"numberFound":{"type":"boolean"},"highPrecisionRun":{"type":"boolean"},"workspace":{"nullable":true,"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"createdAt":{"default":"2026-06-18T11:19:57.431Z","type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","organization","status","createdAt"],"additionalProperties":false}}},"required":["data"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["leads"]}},"/leads/csv/export/{organization}":{"post":{"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"ids":{"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"headers":{"type":"array","items":{"type":"string"}}},"required":["ids","headers"]}}}},"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true}],"responses":{"200":{"description":"Default Response"}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["leads"]}},"/leads/{organization}/timezone-counts":{"get":{"parameters":[{"schema":{"type":"string"},"in":"query","name":"cursor","required":false},{"schema":{"type":"integer","minimum":1,"maximum":9007199254740991},"in":"query","name":"page","required":false},{"schema":{"default":25,"type":"integer","minimum":1,"maximum":10000},"in":"query","name":"pageSize","required":false},{"schema":{"type":"string"},"in":"query","name":"sort","required":false},{"schema":{"type":"object","properties":{"search":{"type":"string"},"name":{"type":"string"},"primaryPhone":{"type":"string"},"status":{"type":"string"},"leadAgeBucket":{"type":"string","enum":["last-day","last-7-days","last-14-days","last-30-days","last-90-days","older-than-90-days"]},"leadFolders":{"anyOf":[{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"string","enum":["warm","leadconnector","heyreach"]}]},{"type":"array","items":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"string","enum":["warm","leadconnector","heyreach"]}]}}]},"timezone":{"anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}]},"workspace":{"type":"string"}},"additionalProperties":{"anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}]}},"in":"query","name":"filter","required":false},{"schema":{"type":"string"},"in":"path","name":"organization","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"timezones":{"type":"array","items":{"type":"object","properties":{"utcKey":{"type":"string"},"ianaTimezone":{"type":"string"},"count":{"type":"number"}},"required":["utcKey","ianaTimezone","count"],"additionalProperties":false}}},"required":["timezones"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["leads"]}},"/leads/{organization}/folder/{folderId}/queue":{"get":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true},{"schema":{"type":"string"},"in":"path","name":"folderId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"leads":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"primaryPhone":{"nullable":true,"type":"string"}},"required":["id"],"additionalProperties":false}}},"required":["leads"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["leads"]}},"/leads/{organization}/folder/{folderId}/redial-queue":{"post":{"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"statuses":{"type":"array","items":{"type":"string"}}},"required":["statuses"]}}}},"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true},{"schema":{"type":"string"},"in":"path","name":"folderId","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"leads":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"primaryPhone":{"nullable":true,"type":"string"}},"required":["id"],"additionalProperties":false}}},"required":["leads"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["leads"]}},"/organizations/pricing/{organization}":{"get":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"pricing":{"type":"object","properties":{"waterfallEnrichmentCost":{"type":"number"},"highPrecisionEnrichmentCost":{"type":"number"},"phoneValidationCost":{"type":"number"},"companyFollowerResultCost":{"type":"number"},"companyFollowerPhoneFindCost":{"type":"number"},"optimalDialPhoneValidationCost":{"type":"number"},"telnyxMarkup":{"type":"number"},"telnyxTranscriptionCostPerMinute":{"type":"number"}},"required":["waterfallEnrichmentCost","highPrecisionEnrichmentCost","phoneValidationCost","companyFollowerResultCost","companyFollowerPhoneFindCost","optimalDialPhoneValidationCost","telnyxMarkup","telnyxTranscriptionCostPerMinute"],"additionalProperties":false}},"required":["message","pricing"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["organizations"]}},"/organizations/seats/request/{organization}":{"post":{"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}}}}}},"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}},"required":["message"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["organizations"]}},"/organizations/api-keys/{organization}":{"get":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"apiKeys":{"type":"array","items":{"type":"object","properties":{"id":{"default":"207c86f6-1e63-4b6b-bce2-03b2a25e2ada","type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"createdAt":{"default":"2026-06-18T11:19:57.437Z","type":"string","format":"date-time"},"expiresAt":{"type":"string","format":"date-time"},"revokedAt":{"type":"string","format":"date-time"},"label":{"type":"string"}},"required":["id","createdAt"],"additionalProperties":false}}},"required":["message","apiKeys"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["organizations"]},"post":{"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"label":{"type":"string","minLength":1,"maxLength":100},"expiresAt":{}}}}}},"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"apiKey":{"type":"string"},"record":{"type":"object","properties":{"id":{"default":"4f6fa98f-cf7e-4709-9bf6-59d96161c3b1","type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"createdAt":{"default":"2026-06-18T11:19:57.438Z","type":"string","format":"date-time"},"expiresAt":{"type":"string","format":"date-time"},"revokedAt":{"type":"string","format":"date-time"},"label":{"type":"string"}},"required":["id","createdAt"],"additionalProperties":false}},"required":["message","apiKey","record"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["organizations"]}},"/organizations/api-keys/{organization}/{key}":{"delete":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"key","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"apiKey":{"type":"object","properties":{"id":{"default":"d914da7b-2485-47d9-9529-711c64ab7342","type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"createdAt":{"default":"2026-06-18T11:19:57.438Z","type":"string","format":"date-time"},"expiresAt":{"type":"string","format":"date-time"},"revokedAt":{"type":"string","format":"date-time"},"label":{"type":"string"}},"required":["id","createdAt"],"additionalProperties":false}},"required":["message","apiKey"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["organizations"]}},"/organizations/webhooks/{organization}":{"get":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"webhooks":{"type":"array","items":{"type":"object","properties":{"id":{"default":"b36f0e61-bcaa-4deb-aa6b-e176a05aac97","type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"label":{"type":"string","minLength":1,"maxLength":100},"url":{"type":"string","format":"uri"},"events":{},"hasSecret":{"default":false,"type":"boolean"},"createdAt":{"default":"2026-06-18T11:19:57.439Z","type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"lastAttemptedAt":{"type":"string","format":"date-time"},"lastDeliveredAt":{"type":"string","format":"date-time"},"lastError":{"type":"string"}},"required":["id","url","events","hasSecret","createdAt"],"additionalProperties":false}}},"required":["message","webhooks"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["organizations"]},"post":{"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"label":{"type":"string","minLength":1,"maxLength":100},"url":{"type":"string","format":"uri"},"events":{"minItems":1,"type":"array","items":{"type":"string","enum":["call.initiated","call.answered","call.completed","lead.created","lead.updated","lead.deleted","enrichment.completed","phone_verification.completed"]}},"generateSecret":{"default":false,"type":"boolean"}},"required":["url","events"]}}}},"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"webhook":{"type":"object","properties":{"id":{"default":"72470bdb-ddad-4880-b7b1-a0cddd9bd0e0","type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"label":{"type":"string","minLength":1,"maxLength":100},"url":{"type":"string","format":"uri"},"events":{},"hasSecret":{"default":false,"type":"boolean"},"createdAt":{"default":"2026-06-18T11:19:57.440Z","type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"lastAttemptedAt":{"type":"string","format":"date-time"},"lastDeliveredAt":{"type":"string","format":"date-time"},"lastError":{"type":"string"}},"required":["id","url","events","hasSecret","createdAt"],"additionalProperties":false},"secret":{"type":"string"}},"required":["message","webhook"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["organizations"]}},"/organizations/webhooks/{organization}/{webhook}":{"put":{"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"label":{"type":"string","minLength":1,"maxLength":100},"url":{"type":"string","format":"uri"},"events":{"minItems":1,"type":"array","items":{"type":"string","enum":["call.initiated","call.answered","call.completed","lead.created","lead.updated","lead.deleted","enrichment.completed","phone_verification.completed"]}}},"required":["url","events"]}}}},"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"webhook","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"webhook":{"type":"object","properties":{"id":{"default":"cc8abf04-7a60-4e77-a8e8-d4bc720cbc54","type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"label":{"type":"string","minLength":1,"maxLength":100},"url":{"type":"string","format":"uri"},"events":{},"hasSecret":{"default":false,"type":"boolean"},"createdAt":{"default":"2026-06-18T11:19:57.441Z","type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"lastAttemptedAt":{"type":"string","format":"date-time"},"lastDeliveredAt":{"type":"string","format":"date-time"},"lastError":{"type":"string"}},"required":["id","url","events","hasSecret","createdAt"],"additionalProperties":false}},"required":["message","webhook"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["organizations"]},"delete":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"webhook","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"webhook":{"type":"object","properties":{"id":{"default":"bfd25e78-abed-4fba-856f-d221cfcf72c7","type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"label":{"type":"string","minLength":1,"maxLength":100},"url":{"type":"string","format":"uri"},"events":{},"hasSecret":{"default":false,"type":"boolean"},"createdAt":{"default":"2026-06-18T11:19:57.441Z","type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"lastAttemptedAt":{"type":"string","format":"date-time"},"lastDeliveredAt":{"type":"string","format":"date-time"},"lastError":{"type":"string"}},"required":["id","url","events","hasSecret","createdAt"],"additionalProperties":false}},"required":["message","webhook"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["organizations"]}},"/organizations/settings/{organization}":{"put":{"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"settings":{"type":"object","properties":{"defaultCountry":{"default":"US","type":"string","enum":["AF","AL","DZ","AS","AD","AO","AI","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BA","BW","BR","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CO","KM","CG","CD","CR","CI","HR","CU","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FJ","FI","FR","GA","GM","GE","DE","GH","GR","GD","GT","GN","GW","GY","HT","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IL","IT","JM","JP","JO","KZ","KE","KI","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MG","MW","MY","MV","ML","MT","MH","MR","MU","MX","FM","MD","MC","MN","ME","MA","MZ","MM","NA","NR","NP","NL","NZ","NI","NE","NG","KP","NO","OM","PK","PW","PA","PG","PY","PE","PH","PL","PT","PR","QA","RO","RU","RW","WS","SM","SA","SN","RS","SC","SL","SG","SK","SI","SB","SO","ZA","KR","SS","ES","LK","SD","SR","SE","CH","SY","TW","TJ","TZ","TH","TG","TO","TT","TN","TR","TM","UG","UA","AE","GB","US","UY","UZ","VU","VA","VE","VN","YE","ZM","ZW","CC","CK","CW","CX","EH","FK","FO","GF","GG","GI","GL","AQ","AX","BQ"]},"maxNumbers":{"default":10,"type":"number"},"callTimeout":{"default":5,"type":"number"},"missedCallMessage":{"default":"Sorry, we're not able to answer right now.","type":"string"},"autoCallSidebar":{"default":true,"type":"boolean"},"playLeadRingback":{"default":false,"type":"boolean"},"playLeadPickupSound":{"default":false,"type":"boolean"},"autoTranscribeCalls":{"default":false,"type":"boolean"},"sendWarmLeadNotification":{"default":false,"type":"boolean"},"localPresence":{"type":"object","properties":{"allowedCountries":{"default":["US","CA","NL"],"minItems":1,"type":"array","items":{"type":"string","enum":["AF","AL","DZ","AS","AD","AO","AI","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BA","BW","BR","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CO","KM","CG","CD","CR","CI","HR","CU","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FJ","FI","FR","GA","GM","GE","DE","GH","GR","GD","GT","GN","GW","GY","HT","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IL","IT","JM","JP","JO","KZ","KE","KI","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MG","MW","MY","MV","ML","MT","MH","MR","MU","MX","FM","MD","MC","MN","ME","MA","MZ","MM","NA","NR","NP","NL","NZ","NI","NE","NG","KP","NO","OM","PK","PW","PA","PG","PY","PE","PH","PL","PT","PR","QA","RO","RU","RW","WS","SM","SA","SN","RS","SC","SL","SG","SK","SI","SB","SO","ZA","KR","SS","ES","LK","SD","SR","SE","CH","SY","TW","TJ","TZ","TH","TG","TO","TT","TN","TR","TM","UG","UA","AE","GB","US","UY","UZ","VU","VA","VE","VN","YE","ZM","ZW","CC","CK","CW","CX","EH","FK","FO","GF","GG","GI","GL","AQ","AX","BQ"]}},"america":{"default":false,"type":"boolean"},"europe":{"default":false,"type":"boolean"},"reuseRadius":{"default":50,"type":"number"},"requirementGroupIds":{"type":"object","additionalProperties":{"type":"string"}}}},"customLeadValues":{"type":"object","additionalProperties":{}},"customCsvMap":{"type":"object","additionalProperties":{}},"customStatuses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"label":{"type":"string"},"textColor":{"type":"string"},"bgColor":{"type":"string"},"icon":{"type":"string"}},"required":["id","label","textColor","bgColor"]}}}}}}}}},"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"settings":{"type":"object","properties":{"defaultCountry":{"default":"US","type":"string","enum":["AF","AL","DZ","AS","AD","AO","AI","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BA","BW","BR","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CO","KM","CG","CD","CR","CI","HR","CU","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FJ","FI","FR","GA","GM","GE","DE","GH","GR","GD","GT","GN","GW","GY","HT","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IL","IT","JM","JP","JO","KZ","KE","KI","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MG","MW","MY","MV","ML","MT","MH","MR","MU","MX","FM","MD","MC","MN","ME","MA","MZ","MM","NA","NR","NP","NL","NZ","NI","NE","NG","KP","NO","OM","PK","PW","PA","PG","PY","PE","PH","PL","PT","PR","QA","RO","RU","RW","WS","SM","SA","SN","RS","SC","SL","SG","SK","SI","SB","SO","ZA","KR","SS","ES","LK","SD","SR","SE","CH","SY","TW","TJ","TZ","TH","TG","TO","TT","TN","TR","TM","UG","UA","AE","GB","US","UY","UZ","VU","VA","VE","VN","YE","ZM","ZW","CC","CK","CW","CX","EH","FK","FO","GF","GG","GI","GL","AQ","AX","BQ"]},"maxNumbers":{"default":10,"type":"number"},"callTimeout":{"default":5,"type":"number"},"missedCallMessage":{"default":"Sorry, we're not able to answer right now.","type":"string"},"autoCallSidebar":{"default":true,"type":"boolean"},"playLeadRingback":{"default":false,"type":"boolean"},"playLeadPickupSound":{"default":false,"type":"boolean"},"autoTranscribeCalls":{"default":false,"type":"boolean"},"sendWarmLeadNotification":{"default":false,"type":"boolean"},"localPresence":{"default":{"allowedCountries":["US","CA","NL"],"america":false,"europe":false,"reuseRadius":50},"type":"object","properties":{"allowedCountries":{"default":["US","CA","NL"],"minItems":1,"type":"array","items":{"type":"string","enum":["AF","AL","DZ","AS","AD","AO","AI","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BA","BW","BR","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CO","KM","CG","CD","CR","CI","HR","CU","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FJ","FI","FR","GA","GM","GE","DE","GH","GR","GD","GT","GN","GW","GY","HT","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IL","IT","JM","JP","JO","KZ","KE","KI","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MG","MW","MY","MV","ML","MT","MH","MR","MU","MX","FM","MD","MC","MN","ME","MA","MZ","MM","NA","NR","NP","NL","NZ","NI","NE","NG","KP","NO","OM","PK","PW","PA","PG","PY","PE","PH","PL","PT","PR","QA","RO","RU","RW","WS","SM","SA","SN","RS","SC","SL","SG","SK","SI","SB","SO","ZA","KR","SS","ES","LK","SD","SR","SE","CH","SY","TW","TJ","TZ","TH","TG","TO","TT","TN","TR","TM","UG","UA","AE","GB","US","UY","UZ","VU","VA","VE","VN","YE","ZM","ZW","CC","CK","CW","CX","EH","FK","FO","GF","GG","GI","GL","AQ","AX","BQ"]}},"america":{"default":false,"type":"boolean"},"europe":{"default":false,"type":"boolean"},"reuseRadius":{"default":50,"type":"number"},"requirementGroupIds":{}},"required":["allowedCountries","america","europe","reuseRadius"],"additionalProperties":false},"customLeadValues":{},"customCsvMap":{},"customStatuses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"label":{"type":"string"},"textColor":{"type":"string"},"bgColor":{"type":"string"},"icon":{"type":"string"}},"required":["id","label","textColor","bgColor"],"additionalProperties":false}}},"required":["defaultCountry","maxNumbers","callTimeout","missedCallMessage","autoCallSidebar","playLeadRingback","playLeadPickupSound","autoTranscribeCalls","sendWarmLeadNotification","localPresence"],"additionalProperties":false}},"required":["message","settings"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["organizations"]}},"/organizations/{organization}":{"delete":{"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"}},"required":["id"]}}}},"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}},"required":["message"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["organizations"]},"put":{"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"profile":{"type":"object","properties":{"name":{"type":"string"},"description":{"default":"","type":"string"},"color":{"type":"string"},"logo":{"type":"string","format":"uri"}}}}}}}},"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"organization":{"type":"object","properties":{"id":{"type":"string"},"members":{"default":[],"type":"array","items":{"type":"object","properties":{"uid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"role":{"default":"member","type":"string","enum":["member","owner","manager"]},"settings":{"default":{"leadsPage":{"pinnedFolders":["warm"]}},"type":"object","properties":{"calling":{"type":"object","properties":{"dialInterval":{"default":5,"type":"number"},"openSidebarOnOutboundCall":{"default":true,"type":"boolean"},"playRingingSound":{"default":false,"type":"boolean"},"playPickupSound":{"default":false,"type":"boolean"},"playHangupSound":{"default":true,"type":"boolean"}},"additionalProperties":false},"leadsPage":{"type":"object","properties":{"headers":{},"pinnedFolders":{}},"additionalProperties":false},"inboxPage":{"type":"object","properties":{"headers":{}},"additionalProperties":false},"membersPage":{"type":"object","properties":{"headers":{}},"additionalProperties":false},"phoneNumbersPage":{"type":"object","properties":{"headers":{}},"additionalProperties":false}},"additionalProperties":false},"seat":{"default":false,"type":"boolean"},"requestSeatMessage":{"nullable":true,"type":"string"},"requestedSeat":{"nullable":true,"type":"boolean"}},"required":["uid","role","seat"],"additionalProperties":false}},"profile":{"type":"object","properties":{"name":{"type":"string"},"description":{"default":"","type":"string"},"color":{"type":"string"},"logo":{"type":"string","format":"uri"}},"required":["name"],"additionalProperties":false},"settings":{"type":"object","properties":{"defaultCountry":{"default":"US","type":"string","enum":["AF","AL","DZ","AS","AD","AO","AI","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BA","BW","BR","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CO","KM","CG","CD","CR","CI","HR","CU","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FJ","FI","FR","GA","GM","GE","DE","GH","GR","GD","GT","GN","GW","GY","HT","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IL","IT","JM","JP","JO","KZ","KE","KI","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MG","MW","MY","MV","ML","MT","MH","MR","MU","MX","FM","MD","MC","MN","ME","MA","MZ","MM","NA","NR","NP","NL","NZ","NI","NE","NG","KP","NO","OM","PK","PW","PA","PG","PY","PE","PH","PL","PT","PR","QA","RO","RU","RW","WS","SM","SA","SN","RS","SC","SL","SG","SK","SI","SB","SO","ZA","KR","SS","ES","LK","SD","SR","SE","CH","SY","TW","TJ","TZ","TH","TG","TO","TT","TN","TR","TM","UG","UA","AE","GB","US","UY","UZ","VU","VA","VE","VN","YE","ZM","ZW","CC","CK","CW","CX","EH","FK","FO","GF","GG","GI","GL","AQ","AX","BQ"]},"maxNumbers":{"default":10,"type":"number"},"callTimeout":{"default":5,"type":"number"},"missedCallMessage":{"default":"Sorry, we're not able to answer right now.","type":"string"},"autoCallSidebar":{"default":true,"type":"boolean"},"playLeadRingback":{"default":false,"type":"boolean"},"playLeadPickupSound":{"default":false,"type":"boolean"},"autoTranscribeCalls":{"default":false,"type":"boolean"},"sendWarmLeadNotification":{"default":false,"type":"boolean"},"localPresence":{"default":{"allowedCountries":["US","CA","NL"],"america":false,"europe":false,"reuseRadius":50},"type":"object","properties":{"allowedCountries":{"default":["US","CA","NL"],"minItems":1,"type":"array","items":{"type":"string","enum":["AF","AL","DZ","AS","AD","AO","AI","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BA","BW","BR","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CO","KM","CG","CD","CR","CI","HR","CU","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FJ","FI","FR","GA","GM","GE","DE","GH","GR","GD","GT","GN","GW","GY","HT","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IL","IT","JM","JP","JO","KZ","KE","KI","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MG","MW","MY","MV","ML","MT","MH","MR","MU","MX","FM","MD","MC","MN","ME","MA","MZ","MM","NA","NR","NP","NL","NZ","NI","NE","NG","KP","NO","OM","PK","PW","PA","PG","PY","PE","PH","PL","PT","PR","QA","RO","RU","RW","WS","SM","SA","SN","RS","SC","SL","SG","SK","SI","SB","SO","ZA","KR","SS","ES","LK","SD","SR","SE","CH","SY","TW","TJ","TZ","TH","TG","TO","TT","TN","TR","TM","UG","UA","AE","GB","US","UY","UZ","VU","VA","VE","VN","YE","ZM","ZW","CC","CK","CW","CX","EH","FK","FO","GF","GG","GI","GL","AQ","AX","BQ"]}},"america":{"default":false,"type":"boolean"},"europe":{"default":false,"type":"boolean"},"reuseRadius":{"default":50,"type":"number"},"requirementGroupIds":{}},"required":["allowedCountries","america","europe","reuseRadius"],"additionalProperties":false},"customLeadValues":{},"customCsvMap":{},"customStatuses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"label":{"type":"string"},"textColor":{"type":"string"},"bgColor":{"type":"string"},"icon":{"type":"string"}},"required":["id","label","textColor","bgColor"],"additionalProperties":false}}},"required":["defaultCountry","maxNumbers","callTimeout","missedCallMessage","autoCallSidebar","playLeadRingback","playLeadPickupSound","autoTranscribeCalls","sendWarmLeadNotification","localPresence"],"additionalProperties":false},"userWebhooks":{"default":[],"type":"array","items":{"type":"object","properties":{"id":{"default":"b93c089d-cea4-4059-8041-acb5a3dae746","type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"label":{"type":"string","minLength":1,"maxLength":100},"url":{"type":"string","format":"uri"},"events":{},"hasSecret":{"default":false,"type":"boolean"},"createdAt":{"default":"2026-06-18T11:19:57.470Z","type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"lastAttemptedAt":{"type":"string","format":"date-time"},"lastDeliveredAt":{"type":"string","format":"date-time"},"lastError":{"type":"string"}},"required":["id","url","events","hasSecret","createdAt"],"additionalProperties":false}},"credits":{"type":"array","items":{"type":"number"}},"balance":{"default":[],"type":"array","items":{"type":"number"}},"balancePreview":{"default":0,"type":"number"},"freeUsage":{"type":"object","properties":{"leadEnrichments":{"default":500,"type":"number"}},"required":["leadEnrichments"],"additionalProperties":false},"billingInfo":{"type":"object","properties":{"customerId":{"type":"string"}},"additionalProperties":false},"billingSettings":{"type":"object","properties":{"topups":{"type":"object","properties":{"enabled":{"default":false,"type":"boolean"},"treshold":{"default":50,"type":"number"},"amount":{"default":0,"type":"number"},"pausedUntil":{"type":"string","format":"date-time"}},"additionalProperties":false},"monthlySpendingLimit":{"default":1000,"type":"number"}},"additionalProperties":false},"plan":{"nullable":true,"type":"string","enum":["enterprise-plan","unlimited-plan"]},"telnyxBillingGroupId":{"type":"string"},"telnyxMessagingProfileId":{"type":"string"},"telnyxSuspended":{"default":true,"type":"boolean"},"pricingOverrides":{"type":"object","properties":{"waterfallEnrichmentCost":{"type":"number"},"highPrecisionEnrichmentCost":{"type":"number"},"phoneValidationCost":{"type":"number"},"companyFollowerResultCost":{"type":"number"},"companyFollowerPhoneFindCost":{"type":"number"},"optimalDialPhoneValidationCost":{"type":"number"},"telnyxMarkup":{"type":"number"},"telnyxTranscriptionCostPerMinute":{"type":"number"}},"additionalProperties":false},"integrations":{"type":"object","properties":{"emailBison":{"type":"object","properties":{"webhookUrl":{"type":"string"},"webhookSecret":{"type":"string"},"enabled":{"type":"boolean"},"autoEnrichLeads":{"default":true,"type":"boolean"},"bisonUrl":{"type":"string"},"hasApiKey":{"type":"boolean"},"remoteWebhookId":{"type":"string"},"webhookStatus":{"type":"string","enum":["active","pending","error","disabled"]},"webhookError":{"type":"string"},"webhookLastCheckedAt":{"type":"string","format":"date-time"},"webhookLastReceivedAt":{"type":"string","format":"date-time"}},"additionalProperties":false},"instantly":{"type":"object","properties":{"webhookUrl":{"type":"string"},"webhookSecret":{"type":"string"},"enabled":{"type":"boolean"},"autoEnrichLeads":{"default":true,"type":"boolean"},"hasApiKey":{"type":"boolean"},"remoteWebhookId":{"type":"string"},"remoteStatusWebhookId":{"type":"string"},"remoteOpportunityWebhookId":{"type":"string"},"webhookStatus":{"type":"string","enum":["active","pending","error","disabled"]},"webhookError":{"type":"string"},"webhookLastCheckedAt":{"type":"string","format":"date-time"},"webhookLastReceivedAt":{"type":"string","format":"date-time"}},"additionalProperties":false},"leadconnector":{"type":"object","properties":{"webhookUrl":{"type":"string"},"enabled":{"type":"boolean"},"hasApiKey":{"type":"boolean"},"oauthConnectedAt":{"type":"string","format":"date-time"},"oauthConnectedByUserId":{"type":"string"},"oauthUserId":{"type":"string"},"oauthUserEmail":{"type":"string"},"oauthUserName":{"type":"string"},"oauthCompanyId":{"type":"string"},"oauthLocationId":{"type":"string"},"oauthScopes":{"type":"array","items":{"type":"string"}},"oauthAccessTokenExpiresAt":{"type":"string","format":"date-time"},"remoteWebhookId":{"type":"string"},"locationId":{"type":"string"},"webhookStatus":{"type":"string","enum":["active","pending","error","disabled"]},"webhookError":{"type":"string"},"webhookLastCheckedAt":{"type":"string","format":"date-time"},"webhookLastReceivedAt":{"type":"string","format":"date-time"}},"additionalProperties":false},"smartlead":{"type":"object","properties":{"webhookUrl":{"type":"string"},"webhookSecret":{"type":"string"},"enabled":{"type":"boolean"},"autoEnrichLeads":{"default":true,"type":"boolean"},"hasApiKey":{"type":"boolean"},"remoteWebhookId":{"type":"string"},"webhookStatus":{"type":"string","enum":["active","pending","error","disabled"]},"webhookError":{"type":"string"},"webhookLastCheckedAt":{"type":"string","format":"date-time"},"webhookLastReceivedAt":{"type":"string","format":"date-time"}},"additionalProperties":false},"heyreach":{"type":"object","properties":{"webhookUrl":{"type":"string"},"webhookSecret":{"type":"string"},"enabled":{"type":"boolean"},"autoEnrichLeads":{"default":true,"type":"boolean"},"hasApiKey":{"type":"boolean"},"remoteWebhookId":{"type":"string"},"webhookStatus":{"type":"string","enum":["active","pending","error","disabled"]},"webhookError":{"type":"string"},"webhookLastCheckedAt":{"type":"string","format":"date-time"},"webhookLastReceivedAt":{"type":"string","format":"date-time"},"inboundSyncStatuses":{"type":"array","items":{"type":"string"}},"inboundWebhookEvents":{"type":"array","items":{"type":"string"}},"outboundSyncStatuses":{"type":"array","items":{"type":"string"}}},"additionalProperties":false}},"additionalProperties":false},"workspaces":{"default":[],"type":"array","items":{"type":"object","properties":{"id":{"default":"e9b812eb-6f94-43cf-8589-40ce38a41e92","type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string","minLength":1,"maxLength":100},"color":{"type":"string"},"members":{"default":[],"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"isDefault":{"type":"boolean"},"settings":{"type":"object","properties":{"defaultCountry":{"default":"US","type":"string","enum":["AF","AL","DZ","AS","AD","AO","AI","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BA","BW","BR","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CO","KM","CG","CD","CR","CI","HR","CU","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FJ","FI","FR","GA","GM","GE","DE","GH","GR","GD","GT","GN","GW","GY","HT","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IL","IT","JM","JP","JO","KZ","KE","KI","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MG","MW","MY","MV","ML","MT","MH","MR","MU","MX","FM","MD","MC","MN","ME","MA","MZ","MM","NA","NR","NP","NL","NZ","NI","NE","NG","KP","NO","OM","PK","PW","PA","PG","PY","PE","PH","PL","PT","PR","QA","RO","RU","RW","WS","SM","SA","SN","RS","SC","SL","SG","SK","SI","SB","SO","ZA","KR","SS","ES","LK","SD","SR","SE","CH","SY","TW","TJ","TZ","TH","TG","TO","TT","TN","TR","TM","UG","UA","AE","GB","US","UY","UZ","VU","VA","VE","VN","YE","ZM","ZW","CC","CK","CW","CX","EH","FK","FO","GF","GG","GI","GL","AQ","AX","BQ"]},"maxNumbers":{"default":10,"type":"number"},"callTimeout":{"default":5,"type":"number"},"missedCallMessage":{"default":"Sorry, we're not able to answer right now.","type":"string"},"autoCallSidebar":{"default":true,"type":"boolean"},"playLeadRingback":{"default":false,"type":"boolean"},"playLeadPickupSound":{"default":false,"type":"boolean"},"autoTranscribeCalls":{"default":false,"type":"boolean"},"sendWarmLeadNotification":{"default":false,"type":"boolean"},"localPresence":{"default":{"allowedCountries":["US","CA","NL"],"america":false,"europe":false,"reuseRadius":50},"type":"object","properties":{"allowedCountries":{"default":["US","CA","NL"],"minItems":1,"type":"array","items":{"type":"string","enum":["AF","AL","DZ","AS","AD","AO","AI","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BA","BW","BR","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CO","KM","CG","CD","CR","CI","HR","CU","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FJ","FI","FR","GA","GM","GE","DE","GH","GR","GD","GT","GN","GW","GY","HT","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IL","IT","JM","JP","JO","KZ","KE","KI","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MG","MW","MY","MV","ML","MT","MH","MR","MU","MX","FM","MD","MC","MN","ME","MA","MZ","MM","NA","NR","NP","NL","NZ","NI","NE","NG","KP","NO","OM","PK","PW","PA","PG","PY","PE","PH","PL","PT","PR","QA","RO","RU","RW","WS","SM","SA","SN","RS","SC","SL","SG","SK","SI","SB","SO","ZA","KR","SS","ES","LK","SD","SR","SE","CH","SY","TW","TJ","TZ","TH","TG","TO","TT","TN","TR","TM","UG","UA","AE","GB","US","UY","UZ","VU","VA","VE","VN","YE","ZM","ZW","CC","CK","CW","CX","EH","FK","FO","GF","GG","GI","GL","AQ","AX","BQ"]}},"america":{"default":false,"type":"boolean"},"europe":{"default":false,"type":"boolean"},"reuseRadius":{"default":50,"type":"number"},"requirementGroupIds":{}},"required":["allowedCountries","america","europe","reuseRadius"],"additionalProperties":false},"customLeadValues":{},"customCsvMap":{},"customStatuses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"label":{"type":"string"},"textColor":{"type":"string"},"bgColor":{"type":"string"},"icon":{"type":"string"}},"required":["id","label","textColor","bgColor"],"additionalProperties":false}}},"additionalProperties":false},"integrations":{"type":"object","properties":{"emailBison":{"type":"object","properties":{"webhookUrl":{"type":"string"},"webhookSecret":{"type":"string"},"enabled":{"type":"boolean"},"autoEnrichLeads":{"default":true,"type":"boolean"},"bisonUrl":{"type":"string"},"hasApiKey":{"type":"boolean"},"remoteWebhookId":{"type":"string"},"webhookStatus":{"type":"string","enum":["active","pending","error","disabled"]},"webhookError":{"type":"string"},"webhookLastCheckedAt":{"type":"string","format":"date-time"},"webhookLastReceivedAt":{"type":"string","format":"date-time"}},"additionalProperties":false},"instantly":{"type":"object","properties":{"webhookUrl":{"type":"string"},"webhookSecret":{"type":"string"},"enabled":{"type":"boolean"},"autoEnrichLeads":{"default":true,"type":"boolean"},"hasApiKey":{"type":"boolean"},"remoteWebhookId":{"type":"string"},"remoteStatusWebhookId":{"type":"string"},"remoteOpportunityWebhookId":{"type":"string"},"webhookStatus":{"type":"string","enum":["active","pending","error","disabled"]},"webhookError":{"type":"string"},"webhookLastCheckedAt":{"type":"string","format":"date-time"},"webhookLastReceivedAt":{"type":"string","format":"date-time"}},"additionalProperties":false},"leadconnector":{"type":"object","properties":{"webhookUrl":{"type":"string"},"enabled":{"type":"boolean"},"hasApiKey":{"type":"boolean"},"oauthConnectedAt":{"type":"string","format":"date-time"},"oauthConnectedByUserId":{"type":"string"},"oauthUserId":{"type":"string"},"oauthUserEmail":{"type":"string"},"oauthUserName":{"type":"string"},"oauthCompanyId":{"type":"string"},"oauthLocationId":{"type":"string"},"oauthScopes":{"type":"array","items":{"type":"string"}},"oauthAccessTokenExpiresAt":{"type":"string","format":"date-time"},"remoteWebhookId":{"type":"string"},"locationId":{"type":"string"},"webhookStatus":{"type":"string","enum":["active","pending","error","disabled"]},"webhookError":{"type":"string"},"webhookLastCheckedAt":{"type":"string","format":"date-time"},"webhookLastReceivedAt":{"type":"string","format":"date-time"}},"additionalProperties":false},"smartlead":{"type":"object","properties":{"webhookUrl":{"type":"string"},"webhookSecret":{"type":"string"},"enabled":{"type":"boolean"},"autoEnrichLeads":{"default":true,"type":"boolean"},"hasApiKey":{"type":"boolean"},"remoteWebhookId":{"type":"string"},"webhookStatus":{"type":"string","enum":["active","pending","error","disabled"]},"webhookError":{"type":"string"},"webhookLastCheckedAt":{"type":"string","format":"date-time"},"webhookLastReceivedAt":{"type":"string","format":"date-time"}},"additionalProperties":false},"heyreach":{"type":"object","properties":{"webhookUrl":{"type":"string"},"webhookSecret":{"type":"string"},"enabled":{"type":"boolean"},"autoEnrichLeads":{"default":true,"type":"boolean"},"hasApiKey":{"type":"boolean"},"remoteWebhookId":{"type":"string"},"webhookStatus":{"type":"string","enum":["active","pending","error","disabled"]},"webhookError":{"type":"string"},"webhookLastCheckedAt":{"type":"string","format":"date-time"},"webhookLastReceivedAt":{"type":"string","format":"date-time"},"inboundSyncStatuses":{"type":"array","items":{"type":"string"}},"inboundWebhookEvents":{"type":"array","items":{"type":"string"}},"outboundSyncStatuses":{"type":"array","items":{"type":"string"}}},"additionalProperties":false}},"additionalProperties":false},"createdAt":{"default":"2026-06-18T11:19:57.471Z","type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","name","members","createdAt"],"additionalProperties":false}},"createdAt":{"default":"2026-06-18T11:19:57.471Z","type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","members","profile","settings","userWebhooks","balance","balancePreview","freeUsage","telnyxSuspended","workspaces","createdAt"],"additionalProperties":false}},"required":["message","organization"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["organizations"]},"get":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"organization":{"type":"object","properties":{"id":{"type":"string"},"members":{"type":"array","items":{"type":"object","properties":{"email":{"type":"string","format":"email","pattern":"^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"},"name":{"type":"string"},"profilePicture":{"type":"string"},"uid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"role":{"default":"member","type":"string","enum":["member","owner","manager"]},"settings":{"default":{"leadsPage":{"pinnedFolders":["warm"]}},"type":"object","properties":{"calling":{"type":"object","properties":{"dialInterval":{"default":5,"type":"number"},"openSidebarOnOutboundCall":{"default":true,"type":"boolean"},"playRingingSound":{"default":false,"type":"boolean"},"playPickupSound":{"default":false,"type":"boolean"},"playHangupSound":{"default":true,"type":"boolean"}},"additionalProperties":false},"leadsPage":{"type":"object","properties":{"headers":{},"pinnedFolders":{}},"additionalProperties":false},"inboxPage":{"type":"object","properties":{"headers":{}},"additionalProperties":false},"membersPage":{"type":"object","properties":{"headers":{}},"additionalProperties":false},"phoneNumbersPage":{"type":"object","properties":{"headers":{}},"additionalProperties":false}},"additionalProperties":false},"seat":{"default":false,"type":"boolean"},"requestSeatMessage":{"nullable":true,"type":"string"},"requestedSeat":{"nullable":true,"type":"boolean"}},"required":["email","uid","role","seat"],"additionalProperties":false}},"profile":{"type":"object","properties":{"name":{"type":"string"},"description":{"default":"","type":"string"},"color":{"type":"string"},"logo":{"type":"string","format":"uri"}},"required":["name"],"additionalProperties":false},"settings":{"type":"object","properties":{"defaultCountry":{"default":"US","type":"string","enum":["AF","AL","DZ","AS","AD","AO","AI","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BA","BW","BR","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CO","KM","CG","CD","CR","CI","HR","CU","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FJ","FI","FR","GA","GM","GE","DE","GH","GR","GD","GT","GN","GW","GY","HT","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IL","IT","JM","JP","JO","KZ","KE","KI","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MG","MW","MY","MV","ML","MT","MH","MR","MU","MX","FM","MD","MC","MN","ME","MA","MZ","MM","NA","NR","NP","NL","NZ","NI","NE","NG","KP","NO","OM","PK","PW","PA","PG","PY","PE","PH","PL","PT","PR","QA","RO","RU","RW","WS","SM","SA","SN","RS","SC","SL","SG","SK","SI","SB","SO","ZA","KR","SS","ES","LK","SD","SR","SE","CH","SY","TW","TJ","TZ","TH","TG","TO","TT","TN","TR","TM","UG","UA","AE","GB","US","UY","UZ","VU","VA","VE","VN","YE","ZM","ZW","CC","CK","CW","CX","EH","FK","FO","GF","GG","GI","GL","AQ","AX","BQ"]},"maxNumbers":{"default":10,"type":"number"},"callTimeout":{"default":5,"type":"number"},"missedCallMessage":{"default":"Sorry, we're not able to answer right now.","type":"string"},"autoCallSidebar":{"default":true,"type":"boolean"},"playLeadRingback":{"default":false,"type":"boolean"},"playLeadPickupSound":{"default":false,"type":"boolean"},"autoTranscribeCalls":{"default":false,"type":"boolean"},"sendWarmLeadNotification":{"default":false,"type":"boolean"},"localPresence":{"default":{"allowedCountries":["US","CA","NL"],"america":false,"europe":false,"reuseRadius":50},"type":"object","properties":{"allowedCountries":{"default":["US","CA","NL"],"minItems":1,"type":"array","items":{"type":"string","enum":["AF","AL","DZ","AS","AD","AO","AI","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BA","BW","BR","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CO","KM","CG","CD","CR","CI","HR","CU","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FJ","FI","FR","GA","GM","GE","DE","GH","GR","GD","GT","GN","GW","GY","HT","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IL","IT","JM","JP","JO","KZ","KE","KI","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MG","MW","MY","MV","ML","MT","MH","MR","MU","MX","FM","MD","MC","MN","ME","MA","MZ","MM","NA","NR","NP","NL","NZ","NI","NE","NG","KP","NO","OM","PK","PW","PA","PG","PY","PE","PH","PL","PT","PR","QA","RO","RU","RW","WS","SM","SA","SN","RS","SC","SL","SG","SK","SI","SB","SO","ZA","KR","SS","ES","LK","SD","SR","SE","CH","SY","TW","TJ","TZ","TH","TG","TO","TT","TN","TR","TM","UG","UA","AE","GB","US","UY","UZ","VU","VA","VE","VN","YE","ZM","ZW","CC","CK","CW","CX","EH","FK","FO","GF","GG","GI","GL","AQ","AX","BQ"]}},"america":{"default":false,"type":"boolean"},"europe":{"default":false,"type":"boolean"},"reuseRadius":{"default":50,"type":"number"},"requirementGroupIds":{}},"required":["allowedCountries","america","europe","reuseRadius"],"additionalProperties":false},"customLeadValues":{},"customCsvMap":{},"customStatuses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"label":{"type":"string"},"textColor":{"type":"string"},"bgColor":{"type":"string"},"icon":{"type":"string"}},"required":["id","label","textColor","bgColor"],"additionalProperties":false}}},"required":["defaultCountry","maxNumbers","callTimeout","missedCallMessage","autoCallSidebar","playLeadRingback","playLeadPickupSound","autoTranscribeCalls","sendWarmLeadNotification","localPresence"],"additionalProperties":false},"userWebhooks":{"default":[],"type":"array","items":{"type":"object","properties":{"id":{"default":"8e3feea1-a7b4-46aa-b4f8-2d3d42ee4518","type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"label":{"type":"string","minLength":1,"maxLength":100},"url":{"type":"string","format":"uri"},"events":{},"hasSecret":{"default":false,"type":"boolean"},"createdAt":{"default":"2026-06-18T11:19:57.476Z","type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"lastAttemptedAt":{"type":"string","format":"date-time"},"lastDeliveredAt":{"type":"string","format":"date-time"},"lastError":{"type":"string"}},"required":["id","url","events","hasSecret","createdAt"],"additionalProperties":false}},"credits":{"type":"array","items":{"type":"number"}},"balance":{"default":[],"type":"array","items":{"type":"number"}},"balancePreview":{"default":0,"type":"number"},"freeUsage":{"type":"object","properties":{"leadEnrichments":{"default":500,"type":"number"}},"required":["leadEnrichments"],"additionalProperties":false},"billingInfo":{"type":"object","properties":{"customerId":{"type":"string"}},"additionalProperties":false},"billingSettings":{"type":"object","properties":{"topups":{"type":"object","properties":{"enabled":{"default":false,"type":"boolean"},"treshold":{"default":50,"type":"number"},"amount":{"default":0,"type":"number"},"pausedUntil":{"type":"string","format":"date-time"}},"additionalProperties":false},"monthlySpendingLimit":{"default":1000,"type":"number"}},"additionalProperties":false},"plan":{"nullable":true,"type":"string","enum":["enterprise-plan","unlimited-plan"]},"telnyxBillingGroupId":{"type":"string"},"telnyxMessagingProfileId":{"type":"string"},"telnyxSuspended":{"default":true,"type":"boolean"},"pricingOverrides":{"type":"object","properties":{"waterfallEnrichmentCost":{"type":"number"},"highPrecisionEnrichmentCost":{"type":"number"},"phoneValidationCost":{"type":"number"},"companyFollowerResultCost":{"type":"number"},"companyFollowerPhoneFindCost":{"type":"number"},"optimalDialPhoneValidationCost":{"type":"number"},"telnyxMarkup":{"type":"number"},"telnyxTranscriptionCostPerMinute":{"type":"number"}},"additionalProperties":false},"integrations":{"type":"object","properties":{"emailBison":{"type":"object","properties":{"webhookUrl":{"type":"string"},"webhookSecret":{"type":"string"},"enabled":{"type":"boolean"},"autoEnrichLeads":{"default":true,"type":"boolean"},"bisonUrl":{"type":"string"},"hasApiKey":{"type":"boolean"},"remoteWebhookId":{"type":"string"},"webhookStatus":{"type":"string","enum":["active","pending","error","disabled"]},"webhookError":{"type":"string"},"webhookLastCheckedAt":{"type":"string","format":"date-time"},"webhookLastReceivedAt":{"type":"string","format":"date-time"}},"additionalProperties":false},"instantly":{"type":"object","properties":{"webhookUrl":{"type":"string"},"webhookSecret":{"type":"string"},"enabled":{"type":"boolean"},"autoEnrichLeads":{"default":true,"type":"boolean"},"hasApiKey":{"type":"boolean"},"remoteWebhookId":{"type":"string"},"remoteStatusWebhookId":{"type":"string"},"remoteOpportunityWebhookId":{"type":"string"},"webhookStatus":{"type":"string","enum":["active","pending","error","disabled"]},"webhookError":{"type":"string"},"webhookLastCheckedAt":{"type":"string","format":"date-time"},"webhookLastReceivedAt":{"type":"string","format":"date-time"}},"additionalProperties":false},"leadconnector":{"type":"object","properties":{"webhookUrl":{"type":"string"},"enabled":{"type":"boolean"},"hasApiKey":{"type":"boolean"},"oauthConnectedAt":{"type":"string","format":"date-time"},"oauthConnectedByUserId":{"type":"string"},"oauthUserId":{"type":"string"},"oauthUserEmail":{"type":"string"},"oauthUserName":{"type":"string"},"oauthCompanyId":{"type":"string"},"oauthLocationId":{"type":"string"},"oauthScopes":{"type":"array","items":{"type":"string"}},"oauthAccessTokenExpiresAt":{"type":"string","format":"date-time"},"remoteWebhookId":{"type":"string"},"locationId":{"type":"string"},"webhookStatus":{"type":"string","enum":["active","pending","error","disabled"]},"webhookError":{"type":"string"},"webhookLastCheckedAt":{"type":"string","format":"date-time"},"webhookLastReceivedAt":{"type":"string","format":"date-time"}},"additionalProperties":false},"smartlead":{"type":"object","properties":{"webhookUrl":{"type":"string"},"webhookSecret":{"type":"string"},"enabled":{"type":"boolean"},"autoEnrichLeads":{"default":true,"type":"boolean"},"hasApiKey":{"type":"boolean"},"remoteWebhookId":{"type":"string"},"webhookStatus":{"type":"string","enum":["active","pending","error","disabled"]},"webhookError":{"type":"string"},"webhookLastCheckedAt":{"type":"string","format":"date-time"},"webhookLastReceivedAt":{"type":"string","format":"date-time"}},"additionalProperties":false},"heyreach":{"type":"object","properties":{"webhookUrl":{"type":"string"},"webhookSecret":{"type":"string"},"enabled":{"type":"boolean"},"autoEnrichLeads":{"default":true,"type":"boolean"},"hasApiKey":{"type":"boolean"},"remoteWebhookId":{"type":"string"},"webhookStatus":{"type":"string","enum":["active","pending","error","disabled"]},"webhookError":{"type":"string"},"webhookLastCheckedAt":{"type":"string","format":"date-time"},"webhookLastReceivedAt":{"type":"string","format":"date-time"},"inboundSyncStatuses":{"type":"array","items":{"type":"string"}},"inboundWebhookEvents":{"type":"array","items":{"type":"string"}},"outboundSyncStatuses":{"type":"array","items":{"type":"string"}}},"additionalProperties":false}},"additionalProperties":false},"workspaces":{"default":[],"type":"array","items":{"type":"object","properties":{"id":{"default":"6ef8817a-86cc-45fd-9ece-793447ab4072","type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string","minLength":1,"maxLength":100},"color":{"type":"string"},"members":{"default":[],"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"isDefault":{"type":"boolean"},"settings":{"type":"object","properties":{"defaultCountry":{"default":"US","type":"string","enum":["AF","AL","DZ","AS","AD","AO","AI","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BA","BW","BR","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CO","KM","CG","CD","CR","CI","HR","CU","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FJ","FI","FR","GA","GM","GE","DE","GH","GR","GD","GT","GN","GW","GY","HT","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IL","IT","JM","JP","JO","KZ","KE","KI","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MG","MW","MY","MV","ML","MT","MH","MR","MU","MX","FM","MD","MC","MN","ME","MA","MZ","MM","NA","NR","NP","NL","NZ","NI","NE","NG","KP","NO","OM","PK","PW","PA","PG","PY","PE","PH","PL","PT","PR","QA","RO","RU","RW","WS","SM","SA","SN","RS","SC","SL","SG","SK","SI","SB","SO","ZA","KR","SS","ES","LK","SD","SR","SE","CH","SY","TW","TJ","TZ","TH","TG","TO","TT","TN","TR","TM","UG","UA","AE","GB","US","UY","UZ","VU","VA","VE","VN","YE","ZM","ZW","CC","CK","CW","CX","EH","FK","FO","GF","GG","GI","GL","AQ","AX","BQ"]},"maxNumbers":{"default":10,"type":"number"},"callTimeout":{"default":5,"type":"number"},"missedCallMessage":{"default":"Sorry, we're not able to answer right now.","type":"string"},"autoCallSidebar":{"default":true,"type":"boolean"},"playLeadRingback":{"default":false,"type":"boolean"},"playLeadPickupSound":{"default":false,"type":"boolean"},"autoTranscribeCalls":{"default":false,"type":"boolean"},"sendWarmLeadNotification":{"default":false,"type":"boolean"},"localPresence":{"default":{"allowedCountries":["US","CA","NL"],"america":false,"europe":false,"reuseRadius":50},"type":"object","properties":{"allowedCountries":{"default":["US","CA","NL"],"minItems":1,"type":"array","items":{"type":"string","enum":["AF","AL","DZ","AS","AD","AO","AI","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BA","BW","BR","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CO","KM","CG","CD","CR","CI","HR","CU","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FJ","FI","FR","GA","GM","GE","DE","GH","GR","GD","GT","GN","GW","GY","HT","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IL","IT","JM","JP","JO","KZ","KE","KI","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MG","MW","MY","MV","ML","MT","MH","MR","MU","MX","FM","MD","MC","MN","ME","MA","MZ","MM","NA","NR","NP","NL","NZ","NI","NE","NG","KP","NO","OM","PK","PW","PA","PG","PY","PE","PH","PL","PT","PR","QA","RO","RU","RW","WS","SM","SA","SN","RS","SC","SL","SG","SK","SI","SB","SO","ZA","KR","SS","ES","LK","SD","SR","SE","CH","SY","TW","TJ","TZ","TH","TG","TO","TT","TN","TR","TM","UG","UA","AE","GB","US","UY","UZ","VU","VA","VE","VN","YE","ZM","ZW","CC","CK","CW","CX","EH","FK","FO","GF","GG","GI","GL","AQ","AX","BQ"]}},"america":{"default":false,"type":"boolean"},"europe":{"default":false,"type":"boolean"},"reuseRadius":{"default":50,"type":"number"},"requirementGroupIds":{}},"required":["allowedCountries","america","europe","reuseRadius"],"additionalProperties":false},"customLeadValues":{},"customCsvMap":{},"customStatuses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"label":{"type":"string"},"textColor":{"type":"string"},"bgColor":{"type":"string"},"icon":{"type":"string"}},"required":["id","label","textColor","bgColor"],"additionalProperties":false}}},"additionalProperties":false},"integrations":{"type":"object","properties":{"emailBison":{"type":"object","properties":{"webhookUrl":{"type":"string"},"webhookSecret":{"type":"string"},"enabled":{"type":"boolean"},"autoEnrichLeads":{"default":true,"type":"boolean"},"bisonUrl":{"type":"string"},"hasApiKey":{"type":"boolean"},"remoteWebhookId":{"type":"string"},"webhookStatus":{"type":"string","enum":["active","pending","error","disabled"]},"webhookError":{"type":"string"},"webhookLastCheckedAt":{"type":"string","format":"date-time"},"webhookLastReceivedAt":{"type":"string","format":"date-time"}},"additionalProperties":false},"instantly":{"type":"object","properties":{"webhookUrl":{"type":"string"},"webhookSecret":{"type":"string"},"enabled":{"type":"boolean"},"autoEnrichLeads":{"default":true,"type":"boolean"},"hasApiKey":{"type":"boolean"},"remoteWebhookId":{"type":"string"},"remoteStatusWebhookId":{"type":"string"},"remoteOpportunityWebhookId":{"type":"string"},"webhookStatus":{"type":"string","enum":["active","pending","error","disabled"]},"webhookError":{"type":"string"},"webhookLastCheckedAt":{"type":"string","format":"date-time"},"webhookLastReceivedAt":{"type":"string","format":"date-time"}},"additionalProperties":false},"leadconnector":{"type":"object","properties":{"webhookUrl":{"type":"string"},"enabled":{"type":"boolean"},"hasApiKey":{"type":"boolean"},"oauthConnectedAt":{"type":"string","format":"date-time"},"oauthConnectedByUserId":{"type":"string"},"oauthUserId":{"type":"string"},"oauthUserEmail":{"type":"string"},"oauthUserName":{"type":"string"},"oauthCompanyId":{"type":"string"},"oauthLocationId":{"type":"string"},"oauthScopes":{"type":"array","items":{"type":"string"}},"oauthAccessTokenExpiresAt":{"type":"string","format":"date-time"},"remoteWebhookId":{"type":"string"},"locationId":{"type":"string"},"webhookStatus":{"type":"string","enum":["active","pending","error","disabled"]},"webhookError":{"type":"string"},"webhookLastCheckedAt":{"type":"string","format":"date-time"},"webhookLastReceivedAt":{"type":"string","format":"date-time"}},"additionalProperties":false},"smartlead":{"type":"object","properties":{"webhookUrl":{"type":"string"},"webhookSecret":{"type":"string"},"enabled":{"type":"boolean"},"autoEnrichLeads":{"default":true,"type":"boolean"},"hasApiKey":{"type":"boolean"},"remoteWebhookId":{"type":"string"},"webhookStatus":{"type":"string","enum":["active","pending","error","disabled"]},"webhookError":{"type":"string"},"webhookLastCheckedAt":{"type":"string","format":"date-time"},"webhookLastReceivedAt":{"type":"string","format":"date-time"}},"additionalProperties":false},"heyreach":{"type":"object","properties":{"webhookUrl":{"type":"string"},"webhookSecret":{"type":"string"},"enabled":{"type":"boolean"},"autoEnrichLeads":{"default":true,"type":"boolean"},"hasApiKey":{"type":"boolean"},"remoteWebhookId":{"type":"string"},"webhookStatus":{"type":"string","enum":["active","pending","error","disabled"]},"webhookError":{"type":"string"},"webhookLastCheckedAt":{"type":"string","format":"date-time"},"webhookLastReceivedAt":{"type":"string","format":"date-time"},"inboundSyncStatuses":{"type":"array","items":{"type":"string"}},"inboundWebhookEvents":{"type":"array","items":{"type":"string"}},"outboundSyncStatuses":{"type":"array","items":{"type":"string"}}},"additionalProperties":false}},"additionalProperties":false},"createdAt":{"default":"2026-06-18T11:19:57.480Z","type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","name","members","createdAt"],"additionalProperties":false}},"createdAt":{"default":"2026-06-18T11:19:57.480Z","type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"role":{"default":"member","type":"string","enum":["member","owner","manager"]},"seats":{"type":"object","properties":{"used":{"type":"number"},"total":{"type":"number"},"unlimited":{"type":"boolean"}},"required":["used","total","unlimited"],"additionalProperties":false},"hasSeat":{"type":"boolean"},"websocketToken":{"type":"string"},"telnyxToken":{"type":"string"}},"required":["id","members","profile","settings","userWebhooks","balance","balancePreview","freeUsage","telnyxSuspended","workspaces","createdAt","role","seats","hasSeat","websocketToken"],"additionalProperties":false}},"required":["message","organization"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["organizations"]}},"/organizations/preview/{organization}":{"get":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"organization":{"type":"object","properties":{"id":{"type":"string"},"members":{"type":"array","items":{"type":"object","properties":{"email":{"type":"string","format":"email","pattern":"^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"},"name":{"type":"string"},"profilePicture":{"type":"string"},"uid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"role":{"default":"member","type":"string","enum":["member","owner","manager"]},"settings":{"default":{"leadsPage":{"pinnedFolders":["warm"]}},"type":"object","properties":{"calling":{"type":"object","properties":{"dialInterval":{"default":5,"type":"number"},"openSidebarOnOutboundCall":{"default":true,"type":"boolean"},"playRingingSound":{"default":false,"type":"boolean"},"playPickupSound":{"default":false,"type":"boolean"},"playHangupSound":{"default":true,"type":"boolean"}},"additionalProperties":false},"leadsPage":{"type":"object","properties":{"headers":{},"pinnedFolders":{}},"additionalProperties":false},"inboxPage":{"type":"object","properties":{"headers":{}},"additionalProperties":false},"membersPage":{"type":"object","properties":{"headers":{}},"additionalProperties":false},"phoneNumbersPage":{"type":"object","properties":{"headers":{}},"additionalProperties":false}},"additionalProperties":false},"seat":{"default":false,"type":"boolean"},"requestSeatMessage":{"nullable":true,"type":"string"},"requestedSeat":{"nullable":true,"type":"boolean"}},"required":["email","uid","role","seat"],"additionalProperties":false}},"profile":{"type":"object","properties":{"name":{"type":"string"},"description":{"default":"","type":"string"},"color":{"type":"string"},"logo":{"type":"string","format":"uri"}},"required":["name"],"additionalProperties":false},"settings":{"type":"object","properties":{"defaultCountry":{"default":"US","type":"string","enum":["AF","AL","DZ","AS","AD","AO","AI","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BA","BW","BR","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CO","KM","CG","CD","CR","CI","HR","CU","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FJ","FI","FR","GA","GM","GE","DE","GH","GR","GD","GT","GN","GW","GY","HT","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IL","IT","JM","JP","JO","KZ","KE","KI","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MG","MW","MY","MV","ML","MT","MH","MR","MU","MX","FM","MD","MC","MN","ME","MA","MZ","MM","NA","NR","NP","NL","NZ","NI","NE","NG","KP","NO","OM","PK","PW","PA","PG","PY","PE","PH","PL","PT","PR","QA","RO","RU","RW","WS","SM","SA","SN","RS","SC","SL","SG","SK","SI","SB","SO","ZA","KR","SS","ES","LK","SD","SR","SE","CH","SY","TW","TJ","TZ","TH","TG","TO","TT","TN","TR","TM","UG","UA","AE","GB","US","UY","UZ","VU","VA","VE","VN","YE","ZM","ZW","CC","CK","CW","CX","EH","FK","FO","GF","GG","GI","GL","AQ","AX","BQ"]},"maxNumbers":{"default":10,"type":"number"},"callTimeout":{"default":5,"type":"number"},"missedCallMessage":{"default":"Sorry, we're not able to answer right now.","type":"string"},"autoCallSidebar":{"default":true,"type":"boolean"},"playLeadRingback":{"default":false,"type":"boolean"},"playLeadPickupSound":{"default":false,"type":"boolean"},"autoTranscribeCalls":{"default":false,"type":"boolean"},"sendWarmLeadNotification":{"default":false,"type":"boolean"},"localPresence":{"default":{"allowedCountries":["US","CA","NL"],"america":false,"europe":false,"reuseRadius":50},"type":"object","properties":{"allowedCountries":{"default":["US","CA","NL"],"minItems":1,"type":"array","items":{"type":"string","enum":["AF","AL","DZ","AS","AD","AO","AI","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BA","BW","BR","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CO","KM","CG","CD","CR","CI","HR","CU","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FJ","FI","FR","GA","GM","GE","DE","GH","GR","GD","GT","GN","GW","GY","HT","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IL","IT","JM","JP","JO","KZ","KE","KI","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MG","MW","MY","MV","ML","MT","MH","MR","MU","MX","FM","MD","MC","MN","ME","MA","MZ","MM","NA","NR","NP","NL","NZ","NI","NE","NG","KP","NO","OM","PK","PW","PA","PG","PY","PE","PH","PL","PT","PR","QA","RO","RU","RW","WS","SM","SA","SN","RS","SC","SL","SG","SK","SI","SB","SO","ZA","KR","SS","ES","LK","SD","SR","SE","CH","SY","TW","TJ","TZ","TH","TG","TO","TT","TN","TR","TM","UG","UA","AE","GB","US","UY","UZ","VU","VA","VE","VN","YE","ZM","ZW","CC","CK","CW","CX","EH","FK","FO","GF","GG","GI","GL","AQ","AX","BQ"]}},"america":{"default":false,"type":"boolean"},"europe":{"default":false,"type":"boolean"},"reuseRadius":{"default":50,"type":"number"},"requirementGroupIds":{}},"required":["allowedCountries","america","europe","reuseRadius"],"additionalProperties":false},"customLeadValues":{},"customCsvMap":{},"customStatuses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"label":{"type":"string"},"textColor":{"type":"string"},"bgColor":{"type":"string"},"icon":{"type":"string"}},"required":["id","label","textColor","bgColor"],"additionalProperties":false}}},"required":["defaultCountry","maxNumbers","callTimeout","missedCallMessage","autoCallSidebar","playLeadRingback","playLeadPickupSound","autoTranscribeCalls","sendWarmLeadNotification","localPresence"],"additionalProperties":false},"userWebhooks":{"default":[],"type":"array","items":{"type":"object","properties":{"id":{"default":"d1195b53-7e64-44da-8296-5503e90f9475","type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"label":{"type":"string","minLength":1,"maxLength":100},"url":{"type":"string","format":"uri"},"events":{},"hasSecret":{"default":false,"type":"boolean"},"createdAt":{"default":"2026-06-18T11:19:57.511Z","type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"lastAttemptedAt":{"type":"string","format":"date-time"},"lastDeliveredAt":{"type":"string","format":"date-time"},"lastError":{"type":"string"}},"required":["id","url","events","hasSecret","createdAt"],"additionalProperties":false}},"credits":{"type":"array","items":{"type":"number"}},"balance":{"default":[],"type":"array","items":{"type":"number"}},"balancePreview":{"default":0,"type":"number"},"freeUsage":{"type":"object","properties":{"leadEnrichments":{"default":500,"type":"number"}},"required":["leadEnrichments"],"additionalProperties":false},"billingInfo":{"type":"object","properties":{"customerId":{"type":"string"}},"additionalProperties":false},"billingSettings":{"type":"object","properties":{"topups":{"type":"object","properties":{"enabled":{"default":false,"type":"boolean"},"treshold":{"default":50,"type":"number"},"amount":{"default":0,"type":"number"},"pausedUntil":{"type":"string","format":"date-time"}},"additionalProperties":false},"monthlySpendingLimit":{"default":1000,"type":"number"}},"additionalProperties":false},"plan":{"nullable":true,"type":"string","enum":["enterprise-plan","unlimited-plan"]},"telnyxBillingGroupId":{"type":"string"},"telnyxMessagingProfileId":{"type":"string"},"telnyxSuspended":{"default":true,"type":"boolean"},"pricingOverrides":{"type":"object","properties":{"waterfallEnrichmentCost":{"type":"number"},"highPrecisionEnrichmentCost":{"type":"number"},"phoneValidationCost":{"type":"number"},"companyFollowerResultCost":{"type":"number"},"companyFollowerPhoneFindCost":{"type":"number"},"optimalDialPhoneValidationCost":{"type":"number"},"telnyxMarkup":{"type":"number"},"telnyxTranscriptionCostPerMinute":{"type":"number"}},"additionalProperties":false},"integrations":{"type":"object","properties":{"emailBison":{"type":"object","properties":{"webhookUrl":{"type":"string"},"webhookSecret":{"type":"string"},"enabled":{"type":"boolean"},"autoEnrichLeads":{"default":true,"type":"boolean"},"bisonUrl":{"type":"string"},"hasApiKey":{"type":"boolean"},"remoteWebhookId":{"type":"string"},"webhookStatus":{"type":"string","enum":["active","pending","error","disabled"]},"webhookError":{"type":"string"},"webhookLastCheckedAt":{"type":"string","format":"date-time"},"webhookLastReceivedAt":{"type":"string","format":"date-time"}},"additionalProperties":false},"instantly":{"type":"object","properties":{"webhookUrl":{"type":"string"},"webhookSecret":{"type":"string"},"enabled":{"type":"boolean"},"autoEnrichLeads":{"default":true,"type":"boolean"},"hasApiKey":{"type":"boolean"},"remoteWebhookId":{"type":"string"},"remoteStatusWebhookId":{"type":"string"},"remoteOpportunityWebhookId":{"type":"string"},"webhookStatus":{"type":"string","enum":["active","pending","error","disabled"]},"webhookError":{"type":"string"},"webhookLastCheckedAt":{"type":"string","format":"date-time"},"webhookLastReceivedAt":{"type":"string","format":"date-time"}},"additionalProperties":false},"leadconnector":{"type":"object","properties":{"webhookUrl":{"type":"string"},"enabled":{"type":"boolean"},"hasApiKey":{"type":"boolean"},"oauthConnectedAt":{"type":"string","format":"date-time"},"oauthConnectedByUserId":{"type":"string"},"oauthUserId":{"type":"string"},"oauthUserEmail":{"type":"string"},"oauthUserName":{"type":"string"},"oauthCompanyId":{"type":"string"},"oauthLocationId":{"type":"string"},"oauthScopes":{"type":"array","items":{"type":"string"}},"oauthAccessTokenExpiresAt":{"type":"string","format":"date-time"},"remoteWebhookId":{"type":"string"},"locationId":{"type":"string"},"webhookStatus":{"type":"string","enum":["active","pending","error","disabled"]},"webhookError":{"type":"string"},"webhookLastCheckedAt":{"type":"string","format":"date-time"},"webhookLastReceivedAt":{"type":"string","format":"date-time"}},"additionalProperties":false},"smartlead":{"type":"object","properties":{"webhookUrl":{"type":"string"},"webhookSecret":{"type":"string"},"enabled":{"type":"boolean"},"autoEnrichLeads":{"default":true,"type":"boolean"},"hasApiKey":{"type":"boolean"},"remoteWebhookId":{"type":"string"},"webhookStatus":{"type":"string","enum":["active","pending","error","disabled"]},"webhookError":{"type":"string"},"webhookLastCheckedAt":{"type":"string","format":"date-time"},"webhookLastReceivedAt":{"type":"string","format":"date-time"}},"additionalProperties":false},"heyreach":{"type":"object","properties":{"webhookUrl":{"type":"string"},"webhookSecret":{"type":"string"},"enabled":{"type":"boolean"},"autoEnrichLeads":{"default":true,"type":"boolean"},"hasApiKey":{"type":"boolean"},"remoteWebhookId":{"type":"string"},"webhookStatus":{"type":"string","enum":["active","pending","error","disabled"]},"webhookError":{"type":"string"},"webhookLastCheckedAt":{"type":"string","format":"date-time"},"webhookLastReceivedAt":{"type":"string","format":"date-time"},"inboundSyncStatuses":{"type":"array","items":{"type":"string"}},"inboundWebhookEvents":{"type":"array","items":{"type":"string"}},"outboundSyncStatuses":{"type":"array","items":{"type":"string"}}},"additionalProperties":false}},"additionalProperties":false},"workspaces":{"default":[],"type":"array","items":{"type":"object","properties":{"id":{"default":"9007844f-02cc-4f76-92cd-85c5d0150ff8","type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string","minLength":1,"maxLength":100},"color":{"type":"string"},"members":{"default":[],"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"isDefault":{"type":"boolean"},"settings":{"type":"object","properties":{"defaultCountry":{"default":"US","type":"string","enum":["AF","AL","DZ","AS","AD","AO","AI","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BA","BW","BR","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CO","KM","CG","CD","CR","CI","HR","CU","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FJ","FI","FR","GA","GM","GE","DE","GH","GR","GD","GT","GN","GW","GY","HT","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IL","IT","JM","JP","JO","KZ","KE","KI","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MG","MW","MY","MV","ML","MT","MH","MR","MU","MX","FM","MD","MC","MN","ME","MA","MZ","MM","NA","NR","NP","NL","NZ","NI","NE","NG","KP","NO","OM","PK","PW","PA","PG","PY","PE","PH","PL","PT","PR","QA","RO","RU","RW","WS","SM","SA","SN","RS","SC","SL","SG","SK","SI","SB","SO","ZA","KR","SS","ES","LK","SD","SR","SE","CH","SY","TW","TJ","TZ","TH","TG","TO","TT","TN","TR","TM","UG","UA","AE","GB","US","UY","UZ","VU","VA","VE","VN","YE","ZM","ZW","CC","CK","CW","CX","EH","FK","FO","GF","GG","GI","GL","AQ","AX","BQ"]},"maxNumbers":{"default":10,"type":"number"},"callTimeout":{"default":5,"type":"number"},"missedCallMessage":{"default":"Sorry, we're not able to answer right now.","type":"string"},"autoCallSidebar":{"default":true,"type":"boolean"},"playLeadRingback":{"default":false,"type":"boolean"},"playLeadPickupSound":{"default":false,"type":"boolean"},"autoTranscribeCalls":{"default":false,"type":"boolean"},"sendWarmLeadNotification":{"default":false,"type":"boolean"},"localPresence":{"default":{"allowedCountries":["US","CA","NL"],"america":false,"europe":false,"reuseRadius":50},"type":"object","properties":{"allowedCountries":{"default":["US","CA","NL"],"minItems":1,"type":"array","items":{"type":"string","enum":["AF","AL","DZ","AS","AD","AO","AI","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BA","BW","BR","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CO","KM","CG","CD","CR","CI","HR","CU","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FJ","FI","FR","GA","GM","GE","DE","GH","GR","GD","GT","GN","GW","GY","HT","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IL","IT","JM","JP","JO","KZ","KE","KI","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MG","MW","MY","MV","ML","MT","MH","MR","MU","MX","FM","MD","MC","MN","ME","MA","MZ","MM","NA","NR","NP","NL","NZ","NI","NE","NG","KP","NO","OM","PK","PW","PA","PG","PY","PE","PH","PL","PT","PR","QA","RO","RU","RW","WS","SM","SA","SN","RS","SC","SL","SG","SK","SI","SB","SO","ZA","KR","SS","ES","LK","SD","SR","SE","CH","SY","TW","TJ","TZ","TH","TG","TO","TT","TN","TR","TM","UG","UA","AE","GB","US","UY","UZ","VU","VA","VE","VN","YE","ZM","ZW","CC","CK","CW","CX","EH","FK","FO","GF","GG","GI","GL","AQ","AX","BQ"]}},"america":{"default":false,"type":"boolean"},"europe":{"default":false,"type":"boolean"},"reuseRadius":{"default":50,"type":"number"},"requirementGroupIds":{}},"required":["allowedCountries","america","europe","reuseRadius"],"additionalProperties":false},"customLeadValues":{},"customCsvMap":{},"customStatuses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"label":{"type":"string"},"textColor":{"type":"string"},"bgColor":{"type":"string"},"icon":{"type":"string"}},"required":["id","label","textColor","bgColor"],"additionalProperties":false}}},"additionalProperties":false},"integrations":{"type":"object","properties":{"emailBison":{"type":"object","properties":{"webhookUrl":{"type":"string"},"webhookSecret":{"type":"string"},"enabled":{"type":"boolean"},"autoEnrichLeads":{"default":true,"type":"boolean"},"bisonUrl":{"type":"string"},"hasApiKey":{"type":"boolean"},"remoteWebhookId":{"type":"string"},"webhookStatus":{"type":"string","enum":["active","pending","error","disabled"]},"webhookError":{"type":"string"},"webhookLastCheckedAt":{"type":"string","format":"date-time"},"webhookLastReceivedAt":{"type":"string","format":"date-time"}},"additionalProperties":false},"instantly":{"type":"object","properties":{"webhookUrl":{"type":"string"},"webhookSecret":{"type":"string"},"enabled":{"type":"boolean"},"autoEnrichLeads":{"default":true,"type":"boolean"},"hasApiKey":{"type":"boolean"},"remoteWebhookId":{"type":"string"},"remoteStatusWebhookId":{"type":"string"},"remoteOpportunityWebhookId":{"type":"string"},"webhookStatus":{"type":"string","enum":["active","pending","error","disabled"]},"webhookError":{"type":"string"},"webhookLastCheckedAt":{"type":"string","format":"date-time"},"webhookLastReceivedAt":{"type":"string","format":"date-time"}},"additionalProperties":false},"leadconnector":{"type":"object","properties":{"webhookUrl":{"type":"string"},"enabled":{"type":"boolean"},"hasApiKey":{"type":"boolean"},"oauthConnectedAt":{"type":"string","format":"date-time"},"oauthConnectedByUserId":{"type":"string"},"oauthUserId":{"type":"string"},"oauthUserEmail":{"type":"string"},"oauthUserName":{"type":"string"},"oauthCompanyId":{"type":"string"},"oauthLocationId":{"type":"string"},"oauthScopes":{"type":"array","items":{"type":"string"}},"oauthAccessTokenExpiresAt":{"type":"string","format":"date-time"},"remoteWebhookId":{"type":"string"},"locationId":{"type":"string"},"webhookStatus":{"type":"string","enum":["active","pending","error","disabled"]},"webhookError":{"type":"string"},"webhookLastCheckedAt":{"type":"string","format":"date-time"},"webhookLastReceivedAt":{"type":"string","format":"date-time"}},"additionalProperties":false},"smartlead":{"type":"object","properties":{"webhookUrl":{"type":"string"},"webhookSecret":{"type":"string"},"enabled":{"type":"boolean"},"autoEnrichLeads":{"default":true,"type":"boolean"},"hasApiKey":{"type":"boolean"},"remoteWebhookId":{"type":"string"},"webhookStatus":{"type":"string","enum":["active","pending","error","disabled"]},"webhookError":{"type":"string"},"webhookLastCheckedAt":{"type":"string","format":"date-time"},"webhookLastReceivedAt":{"type":"string","format":"date-time"}},"additionalProperties":false},"heyreach":{"type":"object","properties":{"webhookUrl":{"type":"string"},"webhookSecret":{"type":"string"},"enabled":{"type":"boolean"},"autoEnrichLeads":{"default":true,"type":"boolean"},"hasApiKey":{"type":"boolean"},"remoteWebhookId":{"type":"string"},"webhookStatus":{"type":"string","enum":["active","pending","error","disabled"]},"webhookError":{"type":"string"},"webhookLastCheckedAt":{"type":"string","format":"date-time"},"webhookLastReceivedAt":{"type":"string","format":"date-time"},"inboundSyncStatuses":{"type":"array","items":{"type":"string"}},"inboundWebhookEvents":{"type":"array","items":{"type":"string"}},"outboundSyncStatuses":{"type":"array","items":{"type":"string"}}},"additionalProperties":false}},"additionalProperties":false},"createdAt":{"default":"2026-06-18T11:19:57.512Z","type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","name","members","createdAt"],"additionalProperties":false}},"createdAt":{"default":"2026-06-18T11:19:57.512Z","type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"role":{"default":"member","type":"string","enum":["member","owner","manager"]},"seats":{"type":"object","properties":{"used":{"type":"number"},"total":{"type":"number"},"unlimited":{"type":"boolean"}},"required":["used","total","unlimited"],"additionalProperties":false},"hasSeat":{"type":"boolean"}},"required":["id","members","profile","settings","userWebhooks","balance","balancePreview","freeUsage","telnyxSuspended","workspaces","createdAt","role","seats","hasSeat"],"additionalProperties":false}},"required":["message","organization"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["organizations"]}},"/organizations/invites/{organization}":{"get":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"invites":{"default":[],"type":"array","items":{"type":"object","properties":{"email":{"type":"string","format":"email","pattern":"^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"},"message":{"type":"string"},"inviter":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"organization":{"type":"string"},"role":{"default":"member","type":"string","enum":["member","owner","manager"]},"workspaces":{"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"createdAt":{"default":"2026-06-18T11:19:57.521Z","type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"workspaceNames":{"type":"array","items":{"type":"string"}}},"required":["email","inviter","organization","role","createdAt"],"additionalProperties":false}}},"required":["message","invites"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["organizations"]},"post":{"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"invites":{"type":"array","items":{"type":"object","properties":{"email":{"type":"string","format":"email","pattern":"^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"},"message":{"type":"string"},"role":{"default":"member","type":"string","enum":["member","owner","manager"]},"workspaces":{"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}}},"required":["email"]}}},"required":["invites"]}}}},"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"invites":{"type":"array","items":{"type":"object","properties":{"email":{"type":"string","format":"email","pattern":"^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"},"message":{"type":"string"},"inviter":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"organization":{"type":"string"},"role":{"default":"member","type":"string","enum":["member","owner","manager"]},"workspaces":{"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"createdAt":{"default":"2026-06-18T11:19:57.524Z","type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["email","inviter","organization","role","createdAt"],"additionalProperties":false}}},"required":["message","invites"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["organizations"]}},"/organizations/invites/{organization}/{invite}":{"get":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true},{"schema":{"type":"string","format":"email","pattern":"^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"},"in":"path","name":"invite","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"invite":{"type":"object","properties":{"email":{"type":"string","format":"email","pattern":"^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"},"message":{"type":"string"},"inviter":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"organization":{"type":"string"},"role":{"default":"member","type":"string","enum":["member","owner","manager"]},"workspaces":{"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"createdAt":{"default":"2026-06-18T11:19:57.522Z","type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["email","inviter","organization","role","createdAt"],"additionalProperties":false}},"required":["message","invite"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["organizations"]},"put":{"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"role":{"default":"member","type":"string","enum":["member","owner","manager"]}}}}}},"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true},{"schema":{"type":"string","format":"email","pattern":"^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"},"in":"path","name":"invite","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"invite":{"type":"object","properties":{"email":{"type":"string","format":"email","pattern":"^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"},"message":{"type":"string"},"inviter":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"organization":{"type":"string"},"role":{"default":"member","type":"string","enum":["member","owner","manager"]},"workspaces":{"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"createdAt":{"default":"2026-06-18T11:19:57.523Z","type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["email","inviter","organization","role","createdAt"],"additionalProperties":false}},"required":["message","invite"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["organizations"]},"delete":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true},{"schema":{"type":"string","format":"email","pattern":"^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"},"in":"path","name":"invite","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}},"required":["message"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["organizations"]}},"/organizations/members/{organization}":{"get":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"members":{"type":"array","items":{"type":"object","properties":{"email":{"type":"string","format":"email","pattern":"^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"},"name":{"type":"string"},"profilePicture":{"type":"string"},"uid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"role":{"default":"member","type":"string","enum":["member","owner","manager"]},"settings":{"default":{"leadsPage":{"pinnedFolders":["warm"]}},"type":"object","properties":{"calling":{"type":"object","properties":{"dialInterval":{"default":5,"type":"number"},"openSidebarOnOutboundCall":{"default":true,"type":"boolean"},"playRingingSound":{"default":false,"type":"boolean"},"playPickupSound":{"default":false,"type":"boolean"},"playHangupSound":{"default":true,"type":"boolean"}},"additionalProperties":false},"leadsPage":{"type":"object","properties":{"headers":{},"pinnedFolders":{}},"additionalProperties":false},"inboxPage":{"type":"object","properties":{"headers":{}},"additionalProperties":false},"membersPage":{"type":"object","properties":{"headers":{}},"additionalProperties":false},"phoneNumbersPage":{"type":"object","properties":{"headers":{}},"additionalProperties":false}},"additionalProperties":false},"seat":{"default":false,"type":"boolean"},"requestSeatMessage":{"nullable":true,"type":"string"},"requestedSeat":{"nullable":true,"type":"boolean"}},"required":["email","uid","role","seat"],"additionalProperties":false}}},"required":["message","members"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["organizations"]}},"/organizations/members/leave/{organization}":{"delete":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}},"required":["message"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["organizations"]}},"/organizations/members/{organization}/{user}":{"get":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"user","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"member":{"type":"object","properties":{"email":{"type":"string","format":"email","pattern":"^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"},"name":{"type":"string"},"profilePicture":{"type":"string"},"uid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"role":{"default":"member","type":"string","enum":["member","owner","manager"]},"settings":{"default":{"leadsPage":{"pinnedFolders":["warm"]}},"type":"object","properties":{"calling":{"type":"object","properties":{"dialInterval":{"default":5,"type":"number"},"openSidebarOnOutboundCall":{"default":true,"type":"boolean"},"playRingingSound":{"default":false,"type":"boolean"},"playPickupSound":{"default":false,"type":"boolean"},"playHangupSound":{"default":true,"type":"boolean"}},"additionalProperties":false},"leadsPage":{"type":"object","properties":{"headers":{},"pinnedFolders":{}},"additionalProperties":false},"inboxPage":{"type":"object","properties":{"headers":{}},"additionalProperties":false},"membersPage":{"type":"object","properties":{"headers":{}},"additionalProperties":false},"phoneNumbersPage":{"type":"object","properties":{"headers":{}},"additionalProperties":false}},"additionalProperties":false},"seat":{"default":false,"type":"boolean"},"requestSeatMessage":{"nullable":true,"type":"string"},"requestedSeat":{"nullable":true,"type":"boolean"}},"required":["email","uid","role","seat"],"additionalProperties":false}},"required":["message","member"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["organizations"]},"put":{"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"role":{"default":"member","type":"string","enum":["member","owner","manager"]},"seat":{"type":"boolean"}}}}}},"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"user","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"member":{"type":"object","properties":{"email":{"type":"string","format":"email","pattern":"^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"},"name":{"type":"string"},"profilePicture":{"type":"string"},"uid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"role":{"default":"member","type":"string","enum":["member","owner","manager"]},"settings":{"default":{"leadsPage":{"pinnedFolders":["warm"]}},"type":"object","properties":{"calling":{"type":"object","properties":{"dialInterval":{"default":5,"type":"number"},"openSidebarOnOutboundCall":{"default":true,"type":"boolean"},"playRingingSound":{"default":false,"type":"boolean"},"playPickupSound":{"default":false,"type":"boolean"},"playHangupSound":{"default":true,"type":"boolean"}},"additionalProperties":false},"leadsPage":{"type":"object","properties":{"headers":{},"pinnedFolders":{}},"additionalProperties":false},"inboxPage":{"type":"object","properties":{"headers":{}},"additionalProperties":false},"membersPage":{"type":"object","properties":{"headers":{}},"additionalProperties":false},"phoneNumbersPage":{"type":"object","properties":{"headers":{}},"additionalProperties":false}},"additionalProperties":false},"seat":{"default":false,"type":"boolean"},"requestSeatMessage":{"nullable":true,"type":"string"},"requestedSeat":{"nullable":true,"type":"boolean"}},"required":["email","uid","role","seat"],"additionalProperties":false}},"required":["message","member"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["organizations"]},"delete":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true},{"schema":{"type":"string","format":"email","pattern":"^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"},"in":"path","name":"user","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}},"required":["message"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["organizations"]}},"/organizations/members/settings/{organization}":{"put":{"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"settings":{"type":"object","properties":{"calling":{"type":"object","properties":{"dialInterval":{"default":5,"type":"number"},"openSidebarOnOutboundCall":{"default":true,"type":"boolean"},"playRingingSound":{"default":false,"type":"boolean"},"playPickupSound":{"default":false,"type":"boolean"},"playHangupSound":{"default":true,"type":"boolean"}}},"leadsPage":{"type":"object","properties":{"headers":{"default":["name","company.name","primaryPhone","note","website","status"],"type":"array","items":{"type":"string"}},"pinnedFolders":{"default":["warm"],"type":"array","items":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"string","enum":["warm","leadconnector","heyreach"]}]}}}},"inboxPage":{"type":"object","properties":{"headers":{"default":["lead","status","note","duration","caller","transcription"],"type":"array","items":{"type":"string"}}}},"membersPage":{"type":"object","properties":{"headers":{"default":["name","email","role","seat"],"type":"array","items":{"type":"string"}}}},"phoneNumbersPage":{"type":"object","properties":{"headers":{"default":["phone_number","area_code","daily_usage","renewDate","country_iso_alpha2","status","costMonthly","inbound_sms","cooldown","workspace"],"type":"array","items":{"type":"string"}}}}}}},"required":["settings"]}}}},"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"member":{"type":"object","properties":{"email":{"type":"string","format":"email","pattern":"^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"},"name":{"type":"string"},"profilePicture":{"type":"string"},"uid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"role":{"default":"member","type":"string","enum":["member","owner","manager"]},"settings":{"default":{"leadsPage":{"pinnedFolders":["warm"]}},"type":"object","properties":{"calling":{"type":"object","properties":{"dialInterval":{"default":5,"type":"number"},"openSidebarOnOutboundCall":{"default":true,"type":"boolean"},"playRingingSound":{"default":false,"type":"boolean"},"playPickupSound":{"default":false,"type":"boolean"},"playHangupSound":{"default":true,"type":"boolean"}},"additionalProperties":false},"leadsPage":{"type":"object","properties":{"headers":{},"pinnedFolders":{}},"additionalProperties":false},"inboxPage":{"type":"object","properties":{"headers":{}},"additionalProperties":false},"membersPage":{"type":"object","properties":{"headers":{}},"additionalProperties":false},"phoneNumbersPage":{"type":"object","properties":{"headers":{}},"additionalProperties":false}},"additionalProperties":false},"seat":{"default":false,"type":"boolean"},"requestSeatMessage":{"nullable":true,"type":"string"},"requestedSeat":{"nullable":true,"type":"boolean"}},"required":["email","uid","role","seat"],"additionalProperties":false}},"required":["message","member"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["organizations"]}},"/organizations/workspaces/{organization}":{"get":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"workspaces":{"type":"array","items":{"type":"object","properties":{"id":{"default":"2f5c551a-a74f-4332-bd9e-b27ce1d70d38","type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string","minLength":1,"maxLength":100},"color":{"type":"string"},"members":{"default":[],"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"isDefault":{"type":"boolean"},"settings":{"type":"object","properties":{"defaultCountry":{"default":"US","type":"string","enum":["AF","AL","DZ","AS","AD","AO","AI","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BA","BW","BR","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CO","KM","CG","CD","CR","CI","HR","CU","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FJ","FI","FR","GA","GM","GE","DE","GH","GR","GD","GT","GN","GW","GY","HT","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IL","IT","JM","JP","JO","KZ","KE","KI","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MG","MW","MY","MV","ML","MT","MH","MR","MU","MX","FM","MD","MC","MN","ME","MA","MZ","MM","NA","NR","NP","NL","NZ","NI","NE","NG","KP","NO","OM","PK","PW","PA","PG","PY","PE","PH","PL","PT","PR","QA","RO","RU","RW","WS","SM","SA","SN","RS","SC","SL","SG","SK","SI","SB","SO","ZA","KR","SS","ES","LK","SD","SR","SE","CH","SY","TW","TJ","TZ","TH","TG","TO","TT","TN","TR","TM","UG","UA","AE","GB","US","UY","UZ","VU","VA","VE","VN","YE","ZM","ZW","CC","CK","CW","CX","EH","FK","FO","GF","GG","GI","GL","AQ","AX","BQ"]},"maxNumbers":{"default":10,"type":"number"},"callTimeout":{"default":5,"type":"number"},"missedCallMessage":{"default":"Sorry, we're not able to answer right now.","type":"string"},"autoCallSidebar":{"default":true,"type":"boolean"},"playLeadRingback":{"default":false,"type":"boolean"},"playLeadPickupSound":{"default":false,"type":"boolean"},"autoTranscribeCalls":{"default":false,"type":"boolean"},"sendWarmLeadNotification":{"default":false,"type":"boolean"},"localPresence":{"default":{"allowedCountries":["US","CA","NL"],"america":false,"europe":false,"reuseRadius":50},"type":"object","properties":{"allowedCountries":{"default":["US","CA","NL"],"minItems":1,"type":"array","items":{"type":"string","enum":["AF","AL","DZ","AS","AD","AO","AI","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BA","BW","BR","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CO","KM","CG","CD","CR","CI","HR","CU","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FJ","FI","FR","GA","GM","GE","DE","GH","GR","GD","GT","GN","GW","GY","HT","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IL","IT","JM","JP","JO","KZ","KE","KI","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MG","MW","MY","MV","ML","MT","MH","MR","MU","MX","FM","MD","MC","MN","ME","MA","MZ","MM","NA","NR","NP","NL","NZ","NI","NE","NG","KP","NO","OM","PK","PW","PA","PG","PY","PE","PH","PL","PT","PR","QA","RO","RU","RW","WS","SM","SA","SN","RS","SC","SL","SG","SK","SI","SB","SO","ZA","KR","SS","ES","LK","SD","SR","SE","CH","SY","TW","TJ","TZ","TH","TG","TO","TT","TN","TR","TM","UG","UA","AE","GB","US","UY","UZ","VU","VA","VE","VN","YE","ZM","ZW","CC","CK","CW","CX","EH","FK","FO","GF","GG","GI","GL","AQ","AX","BQ"]}},"america":{"default":false,"type":"boolean"},"europe":{"default":false,"type":"boolean"},"reuseRadius":{"default":50,"type":"number"},"requirementGroupIds":{}},"required":["allowedCountries","america","europe","reuseRadius"],"additionalProperties":false},"customLeadValues":{},"customCsvMap":{},"customStatuses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"label":{"type":"string"},"textColor":{"type":"string"},"bgColor":{"type":"string"},"icon":{"type":"string"}},"required":["id","label","textColor","bgColor"],"additionalProperties":false}}},"additionalProperties":false},"integrations":{"type":"object","properties":{"emailBison":{"type":"object","properties":{"webhookUrl":{"type":"string"},"webhookSecret":{"type":"string"},"enabled":{"type":"boolean"},"autoEnrichLeads":{"default":true,"type":"boolean"},"bisonUrl":{"type":"string"},"hasApiKey":{"type":"boolean"},"remoteWebhookId":{"type":"string"},"webhookStatus":{"type":"string","enum":["active","pending","error","disabled"]},"webhookError":{"type":"string"},"webhookLastCheckedAt":{"type":"string","format":"date-time"},"webhookLastReceivedAt":{"type":"string","format":"date-time"}},"additionalProperties":false},"instantly":{"type":"object","properties":{"webhookUrl":{"type":"string"},"webhookSecret":{"type":"string"},"enabled":{"type":"boolean"},"autoEnrichLeads":{"default":true,"type":"boolean"},"hasApiKey":{"type":"boolean"},"remoteWebhookId":{"type":"string"},"remoteStatusWebhookId":{"type":"string"},"remoteOpportunityWebhookId":{"type":"string"},"webhookStatus":{"type":"string","enum":["active","pending","error","disabled"]},"webhookError":{"type":"string"},"webhookLastCheckedAt":{"type":"string","format":"date-time"},"webhookLastReceivedAt":{"type":"string","format":"date-time"}},"additionalProperties":false},"leadconnector":{"type":"object","properties":{"webhookUrl":{"type":"string"},"enabled":{"type":"boolean"},"hasApiKey":{"type":"boolean"},"oauthConnectedAt":{"type":"string","format":"date-time"},"oauthConnectedByUserId":{"type":"string"},"oauthUserId":{"type":"string"},"oauthUserEmail":{"type":"string"},"oauthUserName":{"type":"string"},"oauthCompanyId":{"type":"string"},"oauthLocationId":{"type":"string"},"oauthScopes":{"type":"array","items":{"type":"string"}},"oauthAccessTokenExpiresAt":{"type":"string","format":"date-time"},"remoteWebhookId":{"type":"string"},"locationId":{"type":"string"},"webhookStatus":{"type":"string","enum":["active","pending","error","disabled"]},"webhookError":{"type":"string"},"webhookLastCheckedAt":{"type":"string","format":"date-time"},"webhookLastReceivedAt":{"type":"string","format":"date-time"}},"additionalProperties":false},"smartlead":{"type":"object","properties":{"webhookUrl":{"type":"string"},"webhookSecret":{"type":"string"},"enabled":{"type":"boolean"},"autoEnrichLeads":{"default":true,"type":"boolean"},"hasApiKey":{"type":"boolean"},"remoteWebhookId":{"type":"string"},"webhookStatus":{"type":"string","enum":["active","pending","error","disabled"]},"webhookError":{"type":"string"},"webhookLastCheckedAt":{"type":"string","format":"date-time"},"webhookLastReceivedAt":{"type":"string","format":"date-time"}},"additionalProperties":false},"heyreach":{"type":"object","properties":{"webhookUrl":{"type":"string"},"webhookSecret":{"type":"string"},"enabled":{"type":"boolean"},"autoEnrichLeads":{"default":true,"type":"boolean"},"hasApiKey":{"type":"boolean"},"remoteWebhookId":{"type":"string"},"webhookStatus":{"type":"string","enum":["active","pending","error","disabled"]},"webhookError":{"type":"string"},"webhookLastCheckedAt":{"type":"string","format":"date-time"},"webhookLastReceivedAt":{"type":"string","format":"date-time"},"inboundSyncStatuses":{"type":"array","items":{"type":"string"}},"inboundWebhookEvents":{"type":"array","items":{"type":"string"}},"outboundSyncStatuses":{"type":"array","items":{"type":"string"}}},"additionalProperties":false}},"additionalProperties":false},"createdAt":{"default":"2026-06-18T11:19:57.532Z","type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","name","members","createdAt"],"additionalProperties":false}}},"required":["message","workspaces"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["organizations"]},"post":{"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string","minLength":1,"maxLength":100},"color":{"type":"string"}},"required":["name"]}}}},"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"workspace":{"type":"object","properties":{"id":{"default":"e353f07b-a11a-4915-83e2-2b8763ed073b","type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string","minLength":1,"maxLength":100},"color":{"type":"string"},"members":{"default":[],"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"isDefault":{"type":"boolean"},"settings":{"type":"object","properties":{"defaultCountry":{"default":"US","type":"string","enum":["AF","AL","DZ","AS","AD","AO","AI","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BA","BW","BR","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CO","KM","CG","CD","CR","CI","HR","CU","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FJ","FI","FR","GA","GM","GE","DE","GH","GR","GD","GT","GN","GW","GY","HT","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IL","IT","JM","JP","JO","KZ","KE","KI","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MG","MW","MY","MV","ML","MT","MH","MR","MU","MX","FM","MD","MC","MN","ME","MA","MZ","MM","NA","NR","NP","NL","NZ","NI","NE","NG","KP","NO","OM","PK","PW","PA","PG","PY","PE","PH","PL","PT","PR","QA","RO","RU","RW","WS","SM","SA","SN","RS","SC","SL","SG","SK","SI","SB","SO","ZA","KR","SS","ES","LK","SD","SR","SE","CH","SY","TW","TJ","TZ","TH","TG","TO","TT","TN","TR","TM","UG","UA","AE","GB","US","UY","UZ","VU","VA","VE","VN","YE","ZM","ZW","CC","CK","CW","CX","EH","FK","FO","GF","GG","GI","GL","AQ","AX","BQ"]},"maxNumbers":{"default":10,"type":"number"},"callTimeout":{"default":5,"type":"number"},"missedCallMessage":{"default":"Sorry, we're not able to answer right now.","type":"string"},"autoCallSidebar":{"default":true,"type":"boolean"},"playLeadRingback":{"default":false,"type":"boolean"},"playLeadPickupSound":{"default":false,"type":"boolean"},"autoTranscribeCalls":{"default":false,"type":"boolean"},"sendWarmLeadNotification":{"default":false,"type":"boolean"},"localPresence":{"default":{"allowedCountries":["US","CA","NL"],"america":false,"europe":false,"reuseRadius":50},"type":"object","properties":{"allowedCountries":{"default":["US","CA","NL"],"minItems":1,"type":"array","items":{"type":"string","enum":["AF","AL","DZ","AS","AD","AO","AI","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BA","BW","BR","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CO","KM","CG","CD","CR","CI","HR","CU","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FJ","FI","FR","GA","GM","GE","DE","GH","GR","GD","GT","GN","GW","GY","HT","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IL","IT","JM","JP","JO","KZ","KE","KI","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MG","MW","MY","MV","ML","MT","MH","MR","MU","MX","FM","MD","MC","MN","ME","MA","MZ","MM","NA","NR","NP","NL","NZ","NI","NE","NG","KP","NO","OM","PK","PW","PA","PG","PY","PE","PH","PL","PT","PR","QA","RO","RU","RW","WS","SM","SA","SN","RS","SC","SL","SG","SK","SI","SB","SO","ZA","KR","SS","ES","LK","SD","SR","SE","CH","SY","TW","TJ","TZ","TH","TG","TO","TT","TN","TR","TM","UG","UA","AE","GB","US","UY","UZ","VU","VA","VE","VN","YE","ZM","ZW","CC","CK","CW","CX","EH","FK","FO","GF","GG","GI","GL","AQ","AX","BQ"]}},"america":{"default":false,"type":"boolean"},"europe":{"default":false,"type":"boolean"},"reuseRadius":{"default":50,"type":"number"},"requirementGroupIds":{}},"required":["allowedCountries","america","europe","reuseRadius"],"additionalProperties":false},"customLeadValues":{},"customCsvMap":{},"customStatuses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"label":{"type":"string"},"textColor":{"type":"string"},"bgColor":{"type":"string"},"icon":{"type":"string"}},"required":["id","label","textColor","bgColor"],"additionalProperties":false}}},"additionalProperties":false},"integrations":{"type":"object","properties":{"emailBison":{"type":"object","properties":{"webhookUrl":{"type":"string"},"webhookSecret":{"type":"string"},"enabled":{"type":"boolean"},"autoEnrichLeads":{"default":true,"type":"boolean"},"bisonUrl":{"type":"string"},"hasApiKey":{"type":"boolean"},"remoteWebhookId":{"type":"string"},"webhookStatus":{"type":"string","enum":["active","pending","error","disabled"]},"webhookError":{"type":"string"},"webhookLastCheckedAt":{"type":"string","format":"date-time"},"webhookLastReceivedAt":{"type":"string","format":"date-time"}},"additionalProperties":false},"instantly":{"type":"object","properties":{"webhookUrl":{"type":"string"},"webhookSecret":{"type":"string"},"enabled":{"type":"boolean"},"autoEnrichLeads":{"default":true,"type":"boolean"},"hasApiKey":{"type":"boolean"},"remoteWebhookId":{"type":"string"},"remoteStatusWebhookId":{"type":"string"},"remoteOpportunityWebhookId":{"type":"string"},"webhookStatus":{"type":"string","enum":["active","pending","error","disabled"]},"webhookError":{"type":"string"},"webhookLastCheckedAt":{"type":"string","format":"date-time"},"webhookLastReceivedAt":{"type":"string","format":"date-time"}},"additionalProperties":false},"leadconnector":{"type":"object","properties":{"webhookUrl":{"type":"string"},"enabled":{"type":"boolean"},"hasApiKey":{"type":"boolean"},"oauthConnectedAt":{"type":"string","format":"date-time"},"oauthConnectedByUserId":{"type":"string"},"oauthUserId":{"type":"string"},"oauthUserEmail":{"type":"string"},"oauthUserName":{"type":"string"},"oauthCompanyId":{"type":"string"},"oauthLocationId":{"type":"string"},"oauthScopes":{"type":"array","items":{"type":"string"}},"oauthAccessTokenExpiresAt":{"type":"string","format":"date-time"},"remoteWebhookId":{"type":"string"},"locationId":{"type":"string"},"webhookStatus":{"type":"string","enum":["active","pending","error","disabled"]},"webhookError":{"type":"string"},"webhookLastCheckedAt":{"type":"string","format":"date-time"},"webhookLastReceivedAt":{"type":"string","format":"date-time"}},"additionalProperties":false},"smartlead":{"type":"object","properties":{"webhookUrl":{"type":"string"},"webhookSecret":{"type":"string"},"enabled":{"type":"boolean"},"autoEnrichLeads":{"default":true,"type":"boolean"},"hasApiKey":{"type":"boolean"},"remoteWebhookId":{"type":"string"},"webhookStatus":{"type":"string","enum":["active","pending","error","disabled"]},"webhookError":{"type":"string"},"webhookLastCheckedAt":{"type":"string","format":"date-time"},"webhookLastReceivedAt":{"type":"string","format":"date-time"}},"additionalProperties":false},"heyreach":{"type":"object","properties":{"webhookUrl":{"type":"string"},"webhookSecret":{"type":"string"},"enabled":{"type":"boolean"},"autoEnrichLeads":{"default":true,"type":"boolean"},"hasApiKey":{"type":"boolean"},"remoteWebhookId":{"type":"string"},"webhookStatus":{"type":"string","enum":["active","pending","error","disabled"]},"webhookError":{"type":"string"},"webhookLastCheckedAt":{"type":"string","format":"date-time"},"webhookLastReceivedAt":{"type":"string","format":"date-time"},"inboundSyncStatuses":{"type":"array","items":{"type":"string"}},"inboundWebhookEvents":{"type":"array","items":{"type":"string"}},"outboundSyncStatuses":{"type":"array","items":{"type":"string"}}},"additionalProperties":false}},"additionalProperties":false},"createdAt":{"default":"2026-06-18T11:19:57.535Z","type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","name","members","createdAt"],"additionalProperties":false}},"required":["message","workspace"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["organizations"]}},"/organizations/workspaces/{organization}/{workspace}":{"put":{"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string","minLength":1,"maxLength":100},"color":{"type":"string"}}}}}},"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"workspace","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"workspace":{"type":"object","properties":{"id":{"default":"f22a3d60-f8c7-490d-a157-3f75703a2634","type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string","minLength":1,"maxLength":100},"color":{"type":"string"},"members":{"default":[],"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"isDefault":{"type":"boolean"},"settings":{"type":"object","properties":{"defaultCountry":{"default":"US","type":"string","enum":["AF","AL","DZ","AS","AD","AO","AI","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BA","BW","BR","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CO","KM","CG","CD","CR","CI","HR","CU","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FJ","FI","FR","GA","GM","GE","DE","GH","GR","GD","GT","GN","GW","GY","HT","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IL","IT","JM","JP","JO","KZ","KE","KI","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MG","MW","MY","MV","ML","MT","MH","MR","MU","MX","FM","MD","MC","MN","ME","MA","MZ","MM","NA","NR","NP","NL","NZ","NI","NE","NG","KP","NO","OM","PK","PW","PA","PG","PY","PE","PH","PL","PT","PR","QA","RO","RU","RW","WS","SM","SA","SN","RS","SC","SL","SG","SK","SI","SB","SO","ZA","KR","SS","ES","LK","SD","SR","SE","CH","SY","TW","TJ","TZ","TH","TG","TO","TT","TN","TR","TM","UG","UA","AE","GB","US","UY","UZ","VU","VA","VE","VN","YE","ZM","ZW","CC","CK","CW","CX","EH","FK","FO","GF","GG","GI","GL","AQ","AX","BQ"]},"maxNumbers":{"default":10,"type":"number"},"callTimeout":{"default":5,"type":"number"},"missedCallMessage":{"default":"Sorry, we're not able to answer right now.","type":"string"},"autoCallSidebar":{"default":true,"type":"boolean"},"playLeadRingback":{"default":false,"type":"boolean"},"playLeadPickupSound":{"default":false,"type":"boolean"},"autoTranscribeCalls":{"default":false,"type":"boolean"},"sendWarmLeadNotification":{"default":false,"type":"boolean"},"localPresence":{"default":{"allowedCountries":["US","CA","NL"],"america":false,"europe":false,"reuseRadius":50},"type":"object","properties":{"allowedCountries":{"default":["US","CA","NL"],"minItems":1,"type":"array","items":{"type":"string","enum":["AF","AL","DZ","AS","AD","AO","AI","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BA","BW","BR","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CO","KM","CG","CD","CR","CI","HR","CU","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FJ","FI","FR","GA","GM","GE","DE","GH","GR","GD","GT","GN","GW","GY","HT","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IL","IT","JM","JP","JO","KZ","KE","KI","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MG","MW","MY","MV","ML","MT","MH","MR","MU","MX","FM","MD","MC","MN","ME","MA","MZ","MM","NA","NR","NP","NL","NZ","NI","NE","NG","KP","NO","OM","PK","PW","PA","PG","PY","PE","PH","PL","PT","PR","QA","RO","RU","RW","WS","SM","SA","SN","RS","SC","SL","SG","SK","SI","SB","SO","ZA","KR","SS","ES","LK","SD","SR","SE","CH","SY","TW","TJ","TZ","TH","TG","TO","TT","TN","TR","TM","UG","UA","AE","GB","US","UY","UZ","VU","VA","VE","VN","YE","ZM","ZW","CC","CK","CW","CX","EH","FK","FO","GF","GG","GI","GL","AQ","AX","BQ"]}},"america":{"default":false,"type":"boolean"},"europe":{"default":false,"type":"boolean"},"reuseRadius":{"default":50,"type":"number"},"requirementGroupIds":{}},"required":["allowedCountries","america","europe","reuseRadius"],"additionalProperties":false},"customLeadValues":{},"customCsvMap":{},"customStatuses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"label":{"type":"string"},"textColor":{"type":"string"},"bgColor":{"type":"string"},"icon":{"type":"string"}},"required":["id","label","textColor","bgColor"],"additionalProperties":false}}},"additionalProperties":false},"integrations":{"type":"object","properties":{"emailBison":{"type":"object","properties":{"webhookUrl":{"type":"string"},"webhookSecret":{"type":"string"},"enabled":{"type":"boolean"},"autoEnrichLeads":{"default":true,"type":"boolean"},"bisonUrl":{"type":"string"},"hasApiKey":{"type":"boolean"},"remoteWebhookId":{"type":"string"},"webhookStatus":{"type":"string","enum":["active","pending","error","disabled"]},"webhookError":{"type":"string"},"webhookLastCheckedAt":{"type":"string","format":"date-time"},"webhookLastReceivedAt":{"type":"string","format":"date-time"}},"additionalProperties":false},"instantly":{"type":"object","properties":{"webhookUrl":{"type":"string"},"webhookSecret":{"type":"string"},"enabled":{"type":"boolean"},"autoEnrichLeads":{"default":true,"type":"boolean"},"hasApiKey":{"type":"boolean"},"remoteWebhookId":{"type":"string"},"remoteStatusWebhookId":{"type":"string"},"remoteOpportunityWebhookId":{"type":"string"},"webhookStatus":{"type":"string","enum":["active","pending","error","disabled"]},"webhookError":{"type":"string"},"webhookLastCheckedAt":{"type":"string","format":"date-time"},"webhookLastReceivedAt":{"type":"string","format":"date-time"}},"additionalProperties":false},"leadconnector":{"type":"object","properties":{"webhookUrl":{"type":"string"},"enabled":{"type":"boolean"},"hasApiKey":{"type":"boolean"},"oauthConnectedAt":{"type":"string","format":"date-time"},"oauthConnectedByUserId":{"type":"string"},"oauthUserId":{"type":"string"},"oauthUserEmail":{"type":"string"},"oauthUserName":{"type":"string"},"oauthCompanyId":{"type":"string"},"oauthLocationId":{"type":"string"},"oauthScopes":{"type":"array","items":{"type":"string"}},"oauthAccessTokenExpiresAt":{"type":"string","format":"date-time"},"remoteWebhookId":{"type":"string"},"locationId":{"type":"string"},"webhookStatus":{"type":"string","enum":["active","pending","error","disabled"]},"webhookError":{"type":"string"},"webhookLastCheckedAt":{"type":"string","format":"date-time"},"webhookLastReceivedAt":{"type":"string","format":"date-time"}},"additionalProperties":false},"smartlead":{"type":"object","properties":{"webhookUrl":{"type":"string"},"webhookSecret":{"type":"string"},"enabled":{"type":"boolean"},"autoEnrichLeads":{"default":true,"type":"boolean"},"hasApiKey":{"type":"boolean"},"remoteWebhookId":{"type":"string"},"webhookStatus":{"type":"string","enum":["active","pending","error","disabled"]},"webhookError":{"type":"string"},"webhookLastCheckedAt":{"type":"string","format":"date-time"},"webhookLastReceivedAt":{"type":"string","format":"date-time"}},"additionalProperties":false},"heyreach":{"type":"object","properties":{"webhookUrl":{"type":"string"},"webhookSecret":{"type":"string"},"enabled":{"type":"boolean"},"autoEnrichLeads":{"default":true,"type":"boolean"},"hasApiKey":{"type":"boolean"},"remoteWebhookId":{"type":"string"},"webhookStatus":{"type":"string","enum":["active","pending","error","disabled"]},"webhookError":{"type":"string"},"webhookLastCheckedAt":{"type":"string","format":"date-time"},"webhookLastReceivedAt":{"type":"string","format":"date-time"},"inboundSyncStatuses":{"type":"array","items":{"type":"string"}},"inboundWebhookEvents":{"type":"array","items":{"type":"string"}},"outboundSyncStatuses":{"type":"array","items":{"type":"string"}}},"additionalProperties":false}},"additionalProperties":false},"createdAt":{"default":"2026-06-18T11:19:57.538Z","type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","name","members","createdAt"],"additionalProperties":false}},"required":["message","workspace"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["organizations"]},"delete":{"parameters":[{"schema":{"default":"move_to_default","type":"string","enum":["move_to_default","delete_resources"]},"in":"query","name":"deleteMode","required":false},{"schema":{"type":"string"},"in":"path","name":"organization","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"workspace","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}},"required":["message"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["organizations"]}},"/organizations/workspaces/{organization}/{workspace}/members":{"put":{"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"members":{"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}}},"required":["members"]}}}},"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"workspace","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"workspace":{"type":"object","properties":{"id":{"default":"58cba00e-1dfc-4e24-9b1d-2cf30e5187c2","type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string","minLength":1,"maxLength":100},"color":{"type":"string"},"members":{"default":[],"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"isDefault":{"type":"boolean"},"settings":{"type":"object","properties":{"defaultCountry":{"default":"US","type":"string","enum":["AF","AL","DZ","AS","AD","AO","AI","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BA","BW","BR","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CO","KM","CG","CD","CR","CI","HR","CU","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FJ","FI","FR","GA","GM","GE","DE","GH","GR","GD","GT","GN","GW","GY","HT","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IL","IT","JM","JP","JO","KZ","KE","KI","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MG","MW","MY","MV","ML","MT","MH","MR","MU","MX","FM","MD","MC","MN","ME","MA","MZ","MM","NA","NR","NP","NL","NZ","NI","NE","NG","KP","NO","OM","PK","PW","PA","PG","PY","PE","PH","PL","PT","PR","QA","RO","RU","RW","WS","SM","SA","SN","RS","SC","SL","SG","SK","SI","SB","SO","ZA","KR","SS","ES","LK","SD","SR","SE","CH","SY","TW","TJ","TZ","TH","TG","TO","TT","TN","TR","TM","UG","UA","AE","GB","US","UY","UZ","VU","VA","VE","VN","YE","ZM","ZW","CC","CK","CW","CX","EH","FK","FO","GF","GG","GI","GL","AQ","AX","BQ"]},"maxNumbers":{"default":10,"type":"number"},"callTimeout":{"default":5,"type":"number"},"missedCallMessage":{"default":"Sorry, we're not able to answer right now.","type":"string"},"autoCallSidebar":{"default":true,"type":"boolean"},"playLeadRingback":{"default":false,"type":"boolean"},"playLeadPickupSound":{"default":false,"type":"boolean"},"autoTranscribeCalls":{"default":false,"type":"boolean"},"sendWarmLeadNotification":{"default":false,"type":"boolean"},"localPresence":{"default":{"allowedCountries":["US","CA","NL"],"america":false,"europe":false,"reuseRadius":50},"type":"object","properties":{"allowedCountries":{"default":["US","CA","NL"],"minItems":1,"type":"array","items":{"type":"string","enum":["AF","AL","DZ","AS","AD","AO","AI","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BA","BW","BR","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CO","KM","CG","CD","CR","CI","HR","CU","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FJ","FI","FR","GA","GM","GE","DE","GH","GR","GD","GT","GN","GW","GY","HT","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IL","IT","JM","JP","JO","KZ","KE","KI","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MG","MW","MY","MV","ML","MT","MH","MR","MU","MX","FM","MD","MC","MN","ME","MA","MZ","MM","NA","NR","NP","NL","NZ","NI","NE","NG","KP","NO","OM","PK","PW","PA","PG","PY","PE","PH","PL","PT","PR","QA","RO","RU","RW","WS","SM","SA","SN","RS","SC","SL","SG","SK","SI","SB","SO","ZA","KR","SS","ES","LK","SD","SR","SE","CH","SY","TW","TJ","TZ","TH","TG","TO","TT","TN","TR","TM","UG","UA","AE","GB","US","UY","UZ","VU","VA","VE","VN","YE","ZM","ZW","CC","CK","CW","CX","EH","FK","FO","GF","GG","GI","GL","AQ","AX","BQ"]}},"america":{"default":false,"type":"boolean"},"europe":{"default":false,"type":"boolean"},"reuseRadius":{"default":50,"type":"number"},"requirementGroupIds":{}},"required":["allowedCountries","america","europe","reuseRadius"],"additionalProperties":false},"customLeadValues":{},"customCsvMap":{},"customStatuses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"label":{"type":"string"},"textColor":{"type":"string"},"bgColor":{"type":"string"},"icon":{"type":"string"}},"required":["id","label","textColor","bgColor"],"additionalProperties":false}}},"additionalProperties":false},"integrations":{"type":"object","properties":{"emailBison":{"type":"object","properties":{"webhookUrl":{"type":"string"},"webhookSecret":{"type":"string"},"enabled":{"type":"boolean"},"autoEnrichLeads":{"default":true,"type":"boolean"},"bisonUrl":{"type":"string"},"hasApiKey":{"type":"boolean"},"remoteWebhookId":{"type":"string"},"webhookStatus":{"type":"string","enum":["active","pending","error","disabled"]},"webhookError":{"type":"string"},"webhookLastCheckedAt":{"type":"string","format":"date-time"},"webhookLastReceivedAt":{"type":"string","format":"date-time"}},"additionalProperties":false},"instantly":{"type":"object","properties":{"webhookUrl":{"type":"string"},"webhookSecret":{"type":"string"},"enabled":{"type":"boolean"},"autoEnrichLeads":{"default":true,"type":"boolean"},"hasApiKey":{"type":"boolean"},"remoteWebhookId":{"type":"string"},"remoteStatusWebhookId":{"type":"string"},"remoteOpportunityWebhookId":{"type":"string"},"webhookStatus":{"type":"string","enum":["active","pending","error","disabled"]},"webhookError":{"type":"string"},"webhookLastCheckedAt":{"type":"string","format":"date-time"},"webhookLastReceivedAt":{"type":"string","format":"date-time"}},"additionalProperties":false},"leadconnector":{"type":"object","properties":{"webhookUrl":{"type":"string"},"enabled":{"type":"boolean"},"hasApiKey":{"type":"boolean"},"oauthConnectedAt":{"type":"string","format":"date-time"},"oauthConnectedByUserId":{"type":"string"},"oauthUserId":{"type":"string"},"oauthUserEmail":{"type":"string"},"oauthUserName":{"type":"string"},"oauthCompanyId":{"type":"string"},"oauthLocationId":{"type":"string"},"oauthScopes":{"type":"array","items":{"type":"string"}},"oauthAccessTokenExpiresAt":{"type":"string","format":"date-time"},"remoteWebhookId":{"type":"string"},"locationId":{"type":"string"},"webhookStatus":{"type":"string","enum":["active","pending","error","disabled"]},"webhookError":{"type":"string"},"webhookLastCheckedAt":{"type":"string","format":"date-time"},"webhookLastReceivedAt":{"type":"string","format":"date-time"}},"additionalProperties":false},"smartlead":{"type":"object","properties":{"webhookUrl":{"type":"string"},"webhookSecret":{"type":"string"},"enabled":{"type":"boolean"},"autoEnrichLeads":{"default":true,"type":"boolean"},"hasApiKey":{"type":"boolean"},"remoteWebhookId":{"type":"string"},"webhookStatus":{"type":"string","enum":["active","pending","error","disabled"]},"webhookError":{"type":"string"},"webhookLastCheckedAt":{"type":"string","format":"date-time"},"webhookLastReceivedAt":{"type":"string","format":"date-time"}},"additionalProperties":false},"heyreach":{"type":"object","properties":{"webhookUrl":{"type":"string"},"webhookSecret":{"type":"string"},"enabled":{"type":"boolean"},"autoEnrichLeads":{"default":true,"type":"boolean"},"hasApiKey":{"type":"boolean"},"remoteWebhookId":{"type":"string"},"webhookStatus":{"type":"string","enum":["active","pending","error","disabled"]},"webhookError":{"type":"string"},"webhookLastCheckedAt":{"type":"string","format":"date-time"},"webhookLastReceivedAt":{"type":"string","format":"date-time"},"inboundSyncStatuses":{"type":"array","items":{"type":"string"}},"inboundWebhookEvents":{"type":"array","items":{"type":"string"}},"outboundSyncStatuses":{"type":"array","items":{"type":"string"}}},"additionalProperties":false}},"additionalProperties":false},"createdAt":{"default":"2026-06-18T11:19:57.542Z","type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","name","members","createdAt"],"additionalProperties":false}},"required":["message","workspace"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["organizations"]}},"/organizations/workspaces/{organization}/{workspace}/settings":{"put":{"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"settings":{"nullable":true,"type":"object","properties":{"defaultCountry":{"default":"US","type":"string","enum":["AF","AL","DZ","AS","AD","AO","AI","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BA","BW","BR","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CO","KM","CG","CD","CR","CI","HR","CU","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FJ","FI","FR","GA","GM","GE","DE","GH","GR","GD","GT","GN","GW","GY","HT","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IL","IT","JM","JP","JO","KZ","KE","KI","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MG","MW","MY","MV","ML","MT","MH","MR","MU","MX","FM","MD","MC","MN","ME","MA","MZ","MM","NA","NR","NP","NL","NZ","NI","NE","NG","KP","NO","OM","PK","PW","PA","PG","PY","PE","PH","PL","PT","PR","QA","RO","RU","RW","WS","SM","SA","SN","RS","SC","SL","SG","SK","SI","SB","SO","ZA","KR","SS","ES","LK","SD","SR","SE","CH","SY","TW","TJ","TZ","TH","TG","TO","TT","TN","TR","TM","UG","UA","AE","GB","US","UY","UZ","VU","VA","VE","VN","YE","ZM","ZW","CC","CK","CW","CX","EH","FK","FO","GF","GG","GI","GL","AQ","AX","BQ"]},"maxNumbers":{"default":10,"type":"number"},"callTimeout":{"default":5,"type":"number"},"missedCallMessage":{"default":"Sorry, we're not able to answer right now.","type":"string"},"autoCallSidebar":{"default":true,"type":"boolean"},"playLeadRingback":{"default":false,"type":"boolean"},"playLeadPickupSound":{"default":false,"type":"boolean"},"autoTranscribeCalls":{"default":false,"type":"boolean"},"sendWarmLeadNotification":{"default":false,"type":"boolean"},"localPresence":{"type":"object","properties":{"allowedCountries":{"default":["US","CA","NL"],"minItems":1,"type":"array","items":{"type":"string","enum":["AF","AL","DZ","AS","AD","AO","AI","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BA","BW","BR","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CO","KM","CG","CD","CR","CI","HR","CU","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FJ","FI","FR","GA","GM","GE","DE","GH","GR","GD","GT","GN","GW","GY","HT","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IL","IT","JM","JP","JO","KZ","KE","KI","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MG","MW","MY","MV","ML","MT","MH","MR","MU","MX","FM","MD","MC","MN","ME","MA","MZ","MM","NA","NR","NP","NL","NZ","NI","NE","NG","KP","NO","OM","PK","PW","PA","PG","PY","PE","PH","PL","PT","PR","QA","RO","RU","RW","WS","SM","SA","SN","RS","SC","SL","SG","SK","SI","SB","SO","ZA","KR","SS","ES","LK","SD","SR","SE","CH","SY","TW","TJ","TZ","TH","TG","TO","TT","TN","TR","TM","UG","UA","AE","GB","US","UY","UZ","VU","VA","VE","VN","YE","ZM","ZW","CC","CK","CW","CX","EH","FK","FO","GF","GG","GI","GL","AQ","AX","BQ"]}},"america":{"default":false,"type":"boolean"},"europe":{"default":false,"type":"boolean"},"reuseRadius":{"default":50,"type":"number"},"requirementGroupIds":{"type":"object","additionalProperties":{"type":"string"}}}},"customLeadValues":{"type":"object","additionalProperties":{}},"customCsvMap":{"type":"object","additionalProperties":{}},"customStatuses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"label":{"type":"string"},"textColor":{"type":"string"},"bgColor":{"type":"string"},"icon":{"type":"string"}},"required":["id","label","textColor","bgColor"]}}}}},"required":["settings"]}}}},"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"workspace","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"workspace":{"type":"object","properties":{"id":{"default":"da63e04d-8022-4345-876d-f9bc5520db0b","type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"type":"string","minLength":1,"maxLength":100},"color":{"type":"string"},"members":{"default":[],"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"isDefault":{"type":"boolean"},"settings":{"type":"object","properties":{"defaultCountry":{"default":"US","type":"string","enum":["AF","AL","DZ","AS","AD","AO","AI","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BA","BW","BR","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CO","KM","CG","CD","CR","CI","HR","CU","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FJ","FI","FR","GA","GM","GE","DE","GH","GR","GD","GT","GN","GW","GY","HT","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IL","IT","JM","JP","JO","KZ","KE","KI","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MG","MW","MY","MV","ML","MT","MH","MR","MU","MX","FM","MD","MC","MN","ME","MA","MZ","MM","NA","NR","NP","NL","NZ","NI","NE","NG","KP","NO","OM","PK","PW","PA","PG","PY","PE","PH","PL","PT","PR","QA","RO","RU","RW","WS","SM","SA","SN","RS","SC","SL","SG","SK","SI","SB","SO","ZA","KR","SS","ES","LK","SD","SR","SE","CH","SY","TW","TJ","TZ","TH","TG","TO","TT","TN","TR","TM","UG","UA","AE","GB","US","UY","UZ","VU","VA","VE","VN","YE","ZM","ZW","CC","CK","CW","CX","EH","FK","FO","GF","GG","GI","GL","AQ","AX","BQ"]},"maxNumbers":{"default":10,"type":"number"},"callTimeout":{"default":5,"type":"number"},"missedCallMessage":{"default":"Sorry, we're not able to answer right now.","type":"string"},"autoCallSidebar":{"default":true,"type":"boolean"},"playLeadRingback":{"default":false,"type":"boolean"},"playLeadPickupSound":{"default":false,"type":"boolean"},"autoTranscribeCalls":{"default":false,"type":"boolean"},"sendWarmLeadNotification":{"default":false,"type":"boolean"},"localPresence":{"default":{"allowedCountries":["US","CA","NL"],"america":false,"europe":false,"reuseRadius":50},"type":"object","properties":{"allowedCountries":{"default":["US","CA","NL"],"minItems":1,"type":"array","items":{"type":"string","enum":["AF","AL","DZ","AS","AD","AO","AI","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BA","BW","BR","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CO","KM","CG","CD","CR","CI","HR","CU","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FJ","FI","FR","GA","GM","GE","DE","GH","GR","GD","GT","GN","GW","GY","HT","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IL","IT","JM","JP","JO","KZ","KE","KI","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MG","MW","MY","MV","ML","MT","MH","MR","MU","MX","FM","MD","MC","MN","ME","MA","MZ","MM","NA","NR","NP","NL","NZ","NI","NE","NG","KP","NO","OM","PK","PW","PA","PG","PY","PE","PH","PL","PT","PR","QA","RO","RU","RW","WS","SM","SA","SN","RS","SC","SL","SG","SK","SI","SB","SO","ZA","KR","SS","ES","LK","SD","SR","SE","CH","SY","TW","TJ","TZ","TH","TG","TO","TT","TN","TR","TM","UG","UA","AE","GB","US","UY","UZ","VU","VA","VE","VN","YE","ZM","ZW","CC","CK","CW","CX","EH","FK","FO","GF","GG","GI","GL","AQ","AX","BQ"]}},"america":{"default":false,"type":"boolean"},"europe":{"default":false,"type":"boolean"},"reuseRadius":{"default":50,"type":"number"},"requirementGroupIds":{}},"required":["allowedCountries","america","europe","reuseRadius"],"additionalProperties":false},"customLeadValues":{},"customCsvMap":{},"customStatuses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"label":{"type":"string"},"textColor":{"type":"string"},"bgColor":{"type":"string"},"icon":{"type":"string"}},"required":["id","label","textColor","bgColor"],"additionalProperties":false}}},"additionalProperties":false},"integrations":{"type":"object","properties":{"emailBison":{"type":"object","properties":{"webhookUrl":{"type":"string"},"webhookSecret":{"type":"string"},"enabled":{"type":"boolean"},"autoEnrichLeads":{"default":true,"type":"boolean"},"bisonUrl":{"type":"string"},"hasApiKey":{"type":"boolean"},"remoteWebhookId":{"type":"string"},"webhookStatus":{"type":"string","enum":["active","pending","error","disabled"]},"webhookError":{"type":"string"},"webhookLastCheckedAt":{"type":"string","format":"date-time"},"webhookLastReceivedAt":{"type":"string","format":"date-time"}},"additionalProperties":false},"instantly":{"type":"object","properties":{"webhookUrl":{"type":"string"},"webhookSecret":{"type":"string"},"enabled":{"type":"boolean"},"autoEnrichLeads":{"default":true,"type":"boolean"},"hasApiKey":{"type":"boolean"},"remoteWebhookId":{"type":"string"},"remoteStatusWebhookId":{"type":"string"},"remoteOpportunityWebhookId":{"type":"string"},"webhookStatus":{"type":"string","enum":["active","pending","error","disabled"]},"webhookError":{"type":"string"},"webhookLastCheckedAt":{"type":"string","format":"date-time"},"webhookLastReceivedAt":{"type":"string","format":"date-time"}},"additionalProperties":false},"leadconnector":{"type":"object","properties":{"webhookUrl":{"type":"string"},"enabled":{"type":"boolean"},"hasApiKey":{"type":"boolean"},"oauthConnectedAt":{"type":"string","format":"date-time"},"oauthConnectedByUserId":{"type":"string"},"oauthUserId":{"type":"string"},"oauthUserEmail":{"type":"string"},"oauthUserName":{"type":"string"},"oauthCompanyId":{"type":"string"},"oauthLocationId":{"type":"string"},"oauthScopes":{"type":"array","items":{"type":"string"}},"oauthAccessTokenExpiresAt":{"type":"string","format":"date-time"},"remoteWebhookId":{"type":"string"},"locationId":{"type":"string"},"webhookStatus":{"type":"string","enum":["active","pending","error","disabled"]},"webhookError":{"type":"string"},"webhookLastCheckedAt":{"type":"string","format":"date-time"},"webhookLastReceivedAt":{"type":"string","format":"date-time"}},"additionalProperties":false},"smartlead":{"type":"object","properties":{"webhookUrl":{"type":"string"},"webhookSecret":{"type":"string"},"enabled":{"type":"boolean"},"autoEnrichLeads":{"default":true,"type":"boolean"},"hasApiKey":{"type":"boolean"},"remoteWebhookId":{"type":"string"},"webhookStatus":{"type":"string","enum":["active","pending","error","disabled"]},"webhookError":{"type":"string"},"webhookLastCheckedAt":{"type":"string","format":"date-time"},"webhookLastReceivedAt":{"type":"string","format":"date-time"}},"additionalProperties":false},"heyreach":{"type":"object","properties":{"webhookUrl":{"type":"string"},"webhookSecret":{"type":"string"},"enabled":{"type":"boolean"},"autoEnrichLeads":{"default":true,"type":"boolean"},"hasApiKey":{"type":"boolean"},"remoteWebhookId":{"type":"string"},"webhookStatus":{"type":"string","enum":["active","pending","error","disabled"]},"webhookError":{"type":"string"},"webhookLastCheckedAt":{"type":"string","format":"date-time"},"webhookLastReceivedAt":{"type":"string","format":"date-time"},"inboundSyncStatuses":{"type":"array","items":{"type":"string"}},"inboundWebhookEvents":{"type":"array","items":{"type":"string"}},"outboundSyncStatuses":{"type":"array","items":{"type":"string"}}},"additionalProperties":false}},"additionalProperties":false},"createdAt":{"default":"2026-06-18T11:19:57.568Z","type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","name","members","createdAt"],"additionalProperties":false}},"required":["message","workspace"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["organizations"]}},"/organizations/billing/usage/{organization}":{"get":{"parameters":[{"schema":{"type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"in":"query","name":"from","required":false},{"schema":{"type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"in":"query","name":"to","required":false},{"schema":{"type":"string"},"in":"path","name":"organization","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"total":{"type":"object","properties":{"timestamp":{"type":"string"},"phoneNumbers":{"default":0,"type":"number"},"calls":{"default":0,"type":"number"},"enrichments":{"default":0,"type":"number"},"transcriptions":{"default":0,"type":"number"},"other":{"default":0,"type":"number"},"totalCost":{"default":0,"type":"number"},"markup":{"type":"number"}},"additionalProperties":false},"usage":{"type":"array","items":{"type":"object","properties":{"timestamp":{"type":"string"},"phoneNumbers":{"default":0,"type":"number"},"calls":{"default":0,"type":"number"},"enrichments":{"default":0,"type":"number"},"transcriptions":{"default":0,"type":"number"},"other":{"default":0,"type":"number"},"totalCost":{"default":0,"type":"number"},"markup":{"type":"number"}},"additionalProperties":false}},"breakdown":{"type":"array","items":{"type":"object","properties":{"value":{"type":"number"},"name":{"type":"string"},"unit":{"type":"string"},"max":{"nullable":true,"type":"number"}},"required":["value","name","unit"],"additionalProperties":false}},"seats":{"type":"number"},"seatsUnlimited":{"type":"boolean"}},"required":["message","total","usage","breakdown"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["organizations"]}},"/organizations/billing/bills/{organization}":{"get":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"bills":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"object":{"type":"string","enum":["invoice"]},"amount_due":{"nullable":true,"type":"number"},"amount_paid":{"nullable":true,"type":"number"},"amount_remaining":{"type":"number"},"status":{"type":"string","enum":["draft","open","paid","uncollectible","void"]},"collection_method":{"type":"string","enum":["charge_automatically","send_invoice"]},"created":{"type":"number"},"currency":{"nullable":true,"type":"string"},"customer":{"nullable":true,"type":"string"},"description":{"nullable":true,"type":"string"},"hosted_invoice_url":{"nullable":true,"type":"string"},"invoice_pdf":{"nullable":true,"type":"string"},"due_date":{"nullable":true,"type":"number"},"paid":{"nullable":true,"type":"boolean"},"livemode":{"nullable":true,"type":"boolean"},"lines":{},"metadata":{"type":"object","additionalProperties":{}},"payment_intent":{"nullable":true,"type":"string"},"subscription":{"nullable":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["object","amount_remaining","status","collection_method","created"],"additionalProperties":false},{"type":"object","properties":{"id":{"type":"string"},"object":{"type":"string","enum":["payment_intent"]},"amount":{"type":"number"},"amount_received":{"type":"number"},"currency":{"type":"string"},"customer":{"nullable":true,"type":"string"},"description":{"nullable":true,"type":"string"},"metadata":{"type":"object","additionalProperties":{}},"status":{"type":"string","enum":["requires_payment_method","requires_confirmation","requires_action","processing","requires_capture","canceled","succeeded"]},"payment_method":{"nullable":true,"type":"string"},"payment_method_types":{"type":"array","items":{"type":"string"}},"invoice":{"nullable":true,"type":"string"},"livemode":{"default":false,"type":"boolean"},"created":{"type":"number"},"receipt_email":{"nullable":true,"type":"string"},"receipt_url":{"nullable":true,"type":"string"},"charges":{},"next_action":{},"client_secret":{"nullable":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","object","amount","currency","status","livemode","created"],"additionalProperties":false}]}}},"required":["message","bills"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["organizations"]}},"/organizations/billing/balance/{organization}":{"post":{"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"amount":{"type":"number","minimum":10},"savePaymentMethod":{"type":"boolean"}},"required":["amount"]}}}},"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"clientSecret":{"type":"string"},"requiresAddress":{"type":"boolean"},"requiresPaymentMethod":{"type":"boolean"},"address":{"nullable":true,"type":"object","properties":{"city":{"nullable":true,"type":"string"},"country":{"nullable":true,"type":"string"},"line1":{"nullable":true,"type":"string"},"line2":{"nullable":true,"type":"string"},"postal_code":{"nullable":true,"type":"string"},"state":{"nullable":true,"type":"string"}},"additionalProperties":false},"name":{"nullable":true,"type":"string"}},"required":["message","clientSecret","requiresAddress","requiresPaymentMethod"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["organizations"]}},"/organizations/billing/settings/{organization}":{"put":{"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"settings":{"type":"object","properties":{"topups":{"type":"object","properties":{"enabled":{"default":false,"type":"boolean"},"treshold":{"default":50,"type":"number"},"amount":{"default":0,"type":"number"},"pausedUntil":{}}},"monthlySpendingLimit":{"default":1000,"type":"number"}},"required":["topups"]},"address":{"nullable":true,"type":"object","properties":{"city":{"nullable":true,"type":"string"},"country":{"nullable":true,"type":"string"},"line1":{"nullable":true,"type":"string"},"line2":{"nullable":true,"type":"string"},"postal_code":{"nullable":true,"type":"string"},"state":{"nullable":true,"type":"string"}}},"name":{"type":"string"}}}}}},"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"settings":{"type":"object","properties":{"topups":{"type":"object","properties":{"enabled":{"default":false,"type":"boolean"},"treshold":{"default":50,"type":"number"},"amount":{"default":0,"type":"number"},"pausedUntil":{"type":"string","format":"date-time"}},"additionalProperties":false},"monthlySpendingLimit":{"default":1000,"type":"number"}},"additionalProperties":false}},"required":["message","settings"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["organizations"]}},"/organizations/billing/subscriptions/clear-schedule/{organization}":{"post":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}},"required":["message"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["organizations"]}},"/organizations/billing/subscriptions/{organization}":{"delete":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}},"required":["message"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["organizations"]},"post":{"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"seats":{"type":"number","minimum":1},"plan":{"type":"string","enum":["enterprise-plan","unlimited-plan"]},"trial":{"nullable":true,"type":"string"},"schedule":{"type":"boolean"},"chargeBalance":{"type":"boolean"}}}}}},"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}},"required":["message"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["organizations"]},"get":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"subscription":{"nullable":true,"type":"object","properties":{"id":{"type":"string"},"object":{"type":"string","enum":["subscription"]},"customer":{"type":"string"},"status":{"type":"string","enum":["active","canceled","incomplete","incomplete_expired","past_due","paused","trialing","unpaid"]},"cancel_at":{"nullable":true,"type":"number"},"cancel_at_period_end":{"type":"boolean"},"canceled_at":{"nullable":true,"type":"number"},"current_period_start":{"nullable":true,"type":"number"},"current_period_end":{"nullable":true,"type":"number"},"start_date":{"type":"number"},"ended_at":{"nullable":true,"type":"number"},"schedule":{"nullable":true,"type":"object","properties":{"id":{"type":"string"},"object":{"type":"string","enum":["subscription_schedule"]},"customer":{"type":"string"},"status":{"nullable":true,"type":"string","enum":["not_started","active","completed","released","canceled","trialing"]},"phases":{"type":"array","items":{"type":"object","properties":{"start_date":{"type":"number"},"end_date":{"nullable":true,"type":"number"},"trial_end":{"nullable":true,"type":"number"},"items":{"type":"array","items":{"type":"object","properties":{"price":{"type":"object","properties":{"id":{"type":"string"},"object":{"type":"string","enum":["price"]},"active":{"default":true,"type":"boolean"},"currency":{"type":"string"},"nickname":{"nullable":true,"type":"string"},"unit_amount":{"nullable":true,"type":"number"},"unit_amount_decimal":{"nullable":true,"type":"string"},"type":{"type":"string","enum":["one_time","recurring"]},"recurring":{"nullable":true,"type":"object","properties":{"interval":{"type":"string","enum":["day","week","month","year"]},"interval_count":{"type":"number"},"usage_type":{"type":"string","enum":["licensed","metered"]}},"additionalProperties":false},"metadata":{"type":"object","additionalProperties":{}},"billing_scheme":{"type":"string"},"tax_behavior":{"nullable":true,"type":"string"},"transform_quantity":{"nullable":true},"product":{"nullable":true,"type":"string"},"livemode":{"type":"boolean"},"created":{"type":"number"},"updated":{"type":"number"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","object","active","currency","type"],"additionalProperties":false},"quantity":{"nullable":true,"type":"number"}},"additionalProperties":false}},"coupon":{"nullable":true,"type":"string"},"default_payment_method":{"nullable":true,"type":"string"},"billing_thresholds":{"nullable":true},"invoice_settings":{"nullable":true},"proration_behavior":{"nullable":true,"type":"string","enum":["create_prorations","none","always_invoice"]}},"required":["start_date","items"],"additionalProperties":false}},"start_date":{"type":"number"},"end_behavior":{"nullable":true,"type":"string","enum":["release","cancel","renew"]},"released_at":{"nullable":true,"type":"number"},"completed_at":{"nullable":true,"type":"number"},"canceled_at":{"nullable":true,"type":"number"},"metadata":{},"createdAt":{"nullable":true,"type":"string","format":"date-time"},"updatedAt":{"nullable":true,"type":"string","format":"date-time"}},"required":["id","object","customer","phases","metadata"],"additionalProperties":false},"trial_start":{"nullable":true,"type":"number"},"trial_end":{"nullable":true,"type":"number"},"items":{"type":"object","properties":{"object":{"type":"string","enum":["list"]},"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"object":{"type":"string","enum":["subscription_item"]},"price":{"type":"object","properties":{"id":{"type":"string"},"object":{"type":"string","enum":["price"]},"active":{"default":true,"type":"boolean"},"currency":{"type":"string"},"nickname":{"nullable":true,"type":"string"},"unit_amount":{"nullable":true,"type":"number"},"unit_amount_decimal":{"nullable":true,"type":"string"},"type":{"type":"string","enum":["one_time","recurring"]},"recurring":{"nullable":true,"type":"object","properties":{"interval":{"type":"string","enum":["day","week","month","year"]},"interval_count":{"type":"number"},"usage_type":{"type":"string","enum":["licensed","metered"]}},"additionalProperties":false},"metadata":{"type":"object","additionalProperties":{}},"billing_scheme":{"type":"string"},"tax_behavior":{"nullable":true,"type":"string"},"transform_quantity":{"nullable":true},"product":{"nullable":true,"type":"string"},"livemode":{"type":"boolean"},"created":{"type":"number"},"updated":{"type":"number"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","object","active","currency","type"],"additionalProperties":false},"quantity":{"nullable":true,"type":"number"},"metadata":{}},"required":["id","object","price","metadata"],"additionalProperties":false}},"has_more":{"type":"boolean"},"total_count":{"type":"number"},"url":{"nullable":true,"type":"string"}},"required":["object","data"],"additionalProperties":false},"metadata":{},"latest_invoice":{"nullable":true,"type":"string"},"default_payment_method":{"nullable":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"plan":{"type":"object","properties":{"id":{"type":"string"},"object":{"type":"string","enum":["product"]},"active":{"default":true,"type":"boolean"},"name":{"type":"string"},"description":{"nullable":true,"type":"string"},"caption":{"nullable":true,"type":"string"},"images":{"default":[],"type":"array","items":{"type":"string","format":"uri"}},"shippable":{"nullable":true,"type":"boolean"},"statement_descriptor":{"nullable":true,"type":"string"},"unit_label":{"nullable":true,"type":"string"},"url":{"nullable":true,"type":"string","format":"uri"},"metadata":{},"created":{"type":"number"},"updated":{"type":"number"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"default_price":{"nullable":true,"type":"object","properties":{"id":{"type":"string"},"object":{"type":"string","enum":["price"]},"active":{"default":true,"type":"boolean"},"currency":{"type":"string"},"nickname":{"nullable":true,"type":"string"},"unit_amount":{"nullable":true,"type":"number"},"unit_amount_decimal":{"nullable":true,"type":"string"},"type":{"type":"string","enum":["one_time","recurring"]},"recurring":{"nullable":true,"type":"object","properties":{"interval":{"type":"string","enum":["day","week","month","year"]},"interval_count":{"type":"number"},"usage_type":{"type":"string","enum":["licensed","metered"]}},"additionalProperties":false},"metadata":{"type":"object","additionalProperties":{}},"billing_scheme":{"type":"string"},"tax_behavior":{"nullable":true,"type":"string"},"transform_quantity":{"nullable":true},"product":{"nullable":true,"type":"string"},"livemode":{"type":"boolean"},"created":{"type":"number"},"updated":{"type":"number"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","object","active","currency","type"],"additionalProperties":false},"price":{"nullable":true,"type":"object","properties":{"id":{"type":"string"},"object":{"type":"string","enum":["price"]},"active":{"default":true,"type":"boolean"},"currency":{"type":"string"},"nickname":{"nullable":true,"type":"string"},"unit_amount":{"nullable":true,"type":"number"},"unit_amount_decimal":{"nullable":true,"type":"string"},"type":{"type":"string","enum":["one_time","recurring"]},"recurring":{"nullable":true,"type":"object","properties":{"interval":{"type":"string","enum":["day","week","month","year"]},"interval_count":{"type":"number"},"usage_type":{"type":"string","enum":["licensed","metered"]}},"additionalProperties":false},"metadata":{"type":"object","additionalProperties":{}},"billing_scheme":{"type":"string"},"tax_behavior":{"nullable":true,"type":"string"},"transform_quantity":{"nullable":true},"product":{"nullable":true,"type":"string"},"livemode":{"type":"boolean"},"created":{"type":"number"},"updated":{"type":"number"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","object","active","currency","type"],"additionalProperties":false},"features":{"nullable":true,"type":"object","additionalProperties":{"type":"object","properties":{"description":{"type":"string"},"value":{"anyOf":[{"type":"number"},{"type":"boolean"}]},"unit":{"type":"string"},"bold":{"type":"boolean"},"italic":{"type":"boolean"},"disabled":{"type":"boolean"}},"additionalProperties":false}}},"required":["id","object","active","name","images","metadata"],"additionalProperties":false},"scheduledChanges":{"type":"boolean"}},"required":["id","object","customer","status","start_date","items","metadata","plan"],"additionalProperties":false}},"required":["message"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["organizations"]}},"/organizations/billing/subscriptions/prepare/{organization}":{"get":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"clientSecret":{"type":"string"},"requiresPaymentMethod":{"type":"boolean"},"requiresAddress":{"type":"boolean"},"address":{"nullable":true,"type":"object","properties":{"city":{"nullable":true,"type":"string"},"country":{"nullable":true,"type":"string"},"line1":{"nullable":true,"type":"string"},"line2":{"nullable":true,"type":"string"},"postal_code":{"nullable":true,"type":"string"},"state":{"nullable":true,"type":"string"}},"additionalProperties":false},"name":{"nullable":true,"type":"string"}},"required":["message","requiresPaymentMethod","requiresAddress"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["organizations"]}},"/phone-verifications/{organization}":{"post":{"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"phones":{"minItems":100,"maxItems":250000,"type":"array","items":{"type":"string"}},"filename":{"type":"string"},"saveLeads":{"default":false,"type":"boolean"},"leadFolder":{"type":"string"},"workspace":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["phones"]}}}},"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"id":{"default":"6352cfdd-0c02-48dc-bb1f-9e9b501e9a05","type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"organization":{"type":"string"},"initiatedBy":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"workspace":{"nullable":true,"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"filename":{"type":"string"},"status":{"default":"pending","type":"string","enum":["pending","processing","completed","failed","cancelled"]},"totalPhones":{"default":0,"type":"number"},"validPhones":{"default":0,"type":"number"},"invalidPhones":{"default":0,"type":"number"},"cost":{"default":0,"type":"number"},"phoneColumn":{"type":"string"},"saveLeads":{"default":false,"type":"boolean"},"leadFolder":{"type":"string"},"leadsImported":{"type":"number"},"processedDownloadUrl":{"type":"string"},"processedFilteredDownloadUrl":{"type":"string"},"errorMessage":{"type":"string"},"createdAt":{"default":"2026-06-18T11:19:57.584Z","type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"completedAt":{"type":"string","format":"date-time"}},"required":["id","organization","status","totalPhones","validPhones","invalidPhones","cost","saveLeads","createdAt"],"additionalProperties":false}},"required":["data"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["phone-verifications"]},"get":{"parameters":[{"schema":{"type":"string"},"in":"query","name":"cursor","required":false},{"schema":{"type":"integer","minimum":1,"maximum":9007199254740991},"in":"query","name":"page","required":false},{"schema":{"default":25,"type":"integer","minimum":1,"maximum":10000},"in":"query","name":"pageSize","required":false},{"schema":{"type":"string"},"in":"query","name":"sort","required":false},{"schema":{"type":"object","additionalProperties":{}},"in":"query","name":"filter","required":false},{"schema":{"type":"string"},"in":"path","name":"organization","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"meta":{"type":"object","properties":{"pageSize":{"type":"number"},"nextCursor":{"type":"string"},"hasNextPage":{"type":"boolean"},"totalResults":{"type":"number"},"totalPages":{"type":"number"}},"required":["pageSize","hasNextPage","totalResults","totalPages"],"additionalProperties":false},"data":{"type":"array","items":{"type":"object","properties":{"id":{"default":"460c852b-e859-4d1c-adfd-45efeaefde5d","type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"organization":{"type":"string"},"initiatedBy":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"workspace":{"nullable":true,"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"filename":{"type":"string"},"status":{"default":"pending","type":"string","enum":["pending","processing","completed","failed","cancelled"]},"totalPhones":{"default":0,"type":"number"},"validPhones":{"default":0,"type":"number"},"invalidPhones":{"default":0,"type":"number"},"cost":{"default":0,"type":"number"},"phoneColumn":{"type":"string"},"saveLeads":{"default":false,"type":"boolean"},"leadFolder":{"type":"string"},"leadsImported":{"type":"number"},"processedDownloadUrl":{"type":"string"},"processedFilteredDownloadUrl":{"type":"string"},"errorMessage":{"type":"string"},"createdAt":{"default":"2026-06-18T11:19:57.586Z","type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"completedAt":{"type":"string","format":"date-time"}},"required":["id","organization","status","totalPhones","validPhones","invalidPhones","cost","saveLeads","createdAt"],"additionalProperties":false}}},"required":["meta","data"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["phone-verifications"]}},"/phone-verifications/csv/{organization}":{"post":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"id":{"default":"a45cf075-ce5d-4184-ab66-2c0225af451a","type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"organization":{"type":"string"},"initiatedBy":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"workspace":{"nullable":true,"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"filename":{"type":"string"},"status":{"default":"pending","type":"string","enum":["pending","processing","completed","failed","cancelled"]},"totalPhones":{"default":0,"type":"number"},"validPhones":{"default":0,"type":"number"},"invalidPhones":{"default":0,"type":"number"},"cost":{"default":0,"type":"number"},"phoneColumn":{"type":"string"},"saveLeads":{"default":false,"type":"boolean"},"leadFolder":{"type":"string"},"leadsImported":{"type":"number"},"processedDownloadUrl":{"type":"string"},"processedFilteredDownloadUrl":{"type":"string"},"errorMessage":{"type":"string"},"createdAt":{"default":"2026-06-18T11:19:57.585Z","type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"completedAt":{"type":"string","format":"date-time"}},"required":["id","organization","status","totalPhones","validPhones","invalidPhones","cost","saveLeads","createdAt"],"additionalProperties":false}},"required":["data"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["phone-verifications"]}},"/phone-verifications/{organization}/{id}":{"get":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"id":{"default":"706e1774-cc1e-4c82-85c8-c995a267c8ef","type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"organization":{"type":"string"},"initiatedBy":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"workspace":{"nullable":true,"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"filename":{"type":"string"},"status":{"default":"pending","type":"string","enum":["pending","processing","completed","failed","cancelled"]},"totalPhones":{"default":0,"type":"number"},"validPhones":{"default":0,"type":"number"},"invalidPhones":{"default":0,"type":"number"},"cost":{"default":0,"type":"number"},"phoneColumn":{"type":"string"},"saveLeads":{"default":false,"type":"boolean"},"leadFolder":{"type":"string"},"leadsImported":{"type":"number"},"processedDownloadUrl":{"type":"string"},"processedFilteredDownloadUrl":{"type":"string"},"errorMessage":{"type":"string"},"createdAt":{"default":"2026-06-18T11:19:57.599Z","type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"completedAt":{"type":"string","format":"date-time"}},"required":["id","organization","status","totalPhones","validPhones","invalidPhones","cost","saveLeads","createdAt"],"additionalProperties":false}},"required":["data"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["phone-verifications"]}},"/phone-verifications/download/{organization}/{id}":{"get":{"parameters":[{"schema":{"default":"processed","type":"string","enum":["processed","processed-filtered"]},"in":"query","name":"type","required":false},{"schema":{"type":"string"},"in":"path","name":"organization","required":true},{"schema":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"download_url":{"type":"string"},"expires_at":{"type":"number"}},"required":["download_url","expires_at"],"additionalProperties":false}},"required":["data"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["phone-verifications"]}},"/stripe/payment-methods/{organization}/{id}":{"delete":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true},{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}},"required":["message"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["stripe"]},"put":{"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"primary":{"type":"boolean"}}}}}},"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true},{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}},"required":["message"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["stripe"]}},"/stripe/payment-methods/{organization}":{"get":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"paymentMethods":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"object":{"type":"string","enum":["payment_method"]},"type":{"type":"string","enum":["card","us_bank_account","sepa_debit","bacs_debit"]},"billing_details":{"type":"object","properties":{"address":{"type":"object","properties":{"city":{"nullable":true,"type":"string"},"country":{"nullable":true,"type":"string"},"line1":{"nullable":true,"type":"string"},"line2":{"nullable":true,"type":"string"},"postal_code":{"nullable":true,"type":"string"},"state":{"nullable":true,"type":"string"}},"required":["city","country","line1","line2","postal_code","state"],"additionalProperties":false},"email":{"nullable":true,"type":"string"},"name":{"nullable":true,"type":"string"},"phone":{"nullable":true,"type":"string"}},"required":["address","email","name","phone"],"additionalProperties":false},"card":{"nullable":true,"type":"object","properties":{"brand":{"nullable":true,"anyOf":[{"type":"string","enum":["visa","mastercard","amex","discover","jcb","diners","unionpay","unknown"]},{"type":"string"}]},"country":{"nullable":true,"type":"string"},"exp_month":{"type":"number"},"exp_year":{"type":"number"},"last4":{"type":"string"},"funding":{"type":"string","enum":["credit","debit","prepaid","unknown"]},"fingerprint":{"nullable":true,"type":"string"},"checks":{"type":"object","properties":{"address_line1_check":{"nullable":true,"type":"string","enum":["pass","fail","unavailable","unchecked"]},"address_postal_code_check":{"nullable":true,"type":"string","enum":["pass","fail","unavailable","unchecked"]},"cvc_check":{"nullable":true,"type":"string","enum":["pass","fail","unavailable","unchecked"]}},"additionalProperties":false}},"required":["country","exp_month","exp_year","last4","funding"],"additionalProperties":false},"customer":{"nullable":true,"type":"string"},"created":{"type":"number"},"livemode":{"type":"boolean"},"metadata":{"type":"object","additionalProperties":{}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"primary":{"type":"boolean"}},"required":["id","object","type","billing_details","created","livemode","primary"],"additionalProperties":false}}},"required":["message","paymentMethods"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["stripe"]}},"/stripe/setup-intents/{organization}":{"post":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"clientSecret":{"type":"string"}},"required":["message","clientSecret"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["stripe"]}},"/telnyx/calls/{organization}":{"get":{"parameters":[{"schema":{"type":"string"},"in":"query","name":"cursor","required":false},{"schema":{"type":"integer","minimum":1,"maximum":9007199254740991},"in":"query","name":"page","required":false},{"schema":{"default":25,"type":"integer","minimum":1,"maximum":10000},"in":"query","name":"pageSize","required":false},{"schema":{"type":"string"},"in":"query","name":"sort","required":false},{"schema":{"type":"object","properties":{"lead":{"anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}]},"agent":{"anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}]},"callOutcome":{"anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}]},"name":{"type":"string"},"primaryPhone":{"type":"string"},"workspace":{"type":"string"}},"additionalProperties":{"anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}]}},"in":"query","name":"filter","required":false},{"schema":{"type":"string"},"in":"path","name":"organization","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"meta":{"type":"object","properties":{"pageSize":{"type":"number"},"nextCursor":{"type":"string"},"hasNextPage":{"type":"boolean"},"totalResults":{"type":"number"},"totalPages":{"type":"number"}},"required":["pageSize","hasNextPage","totalResults","totalPages"],"additionalProperties":false},"data":{"type":"array","items":{"type":"object","properties":{"session":{"type":"string"},"callControlId":{"type":"string"},"phoneNumber":{"type":"string"},"from":{"type":"string"},"to":{"type":"string"},"organization":{"type":"string"},"billingGroupId":{"type":"string"},"type":{"type":"string","enum":["pstn","webrtc"]},"uid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"id":{"type":"string"},"cost":{"type":"number"},"duration":{"default":0,"type":"number"},"startedAt":{"default":"2026-06-18T11:19:57.624Z","type":"string","format":"date-time"},"endedAt":{"default":"2026-06-18T11:19:57.624Z","type":"string","format":"date-time"},"recordingUrl":{"type":"string","format":"uri"},"recordingId":{"type":"string"},"agent":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"answeringMachineDetection":{"default":"not_sure","type":"string","enum":["not_sure","human","human_residence","human_business","machine","silence","fax_detected"]},"note":{"type":"string"},"transcription":{"type":"object","properties":{"id":{"type":"string"},"source":{"type":"string","enum":["automatic","manual","realtime","recording"]},"status":{"default":"pending","type":"string","enum":["pending","processing","completed","failed"]},"text":{"type":"string"},"isFinal":{"type":"boolean"},"track":{"type":"string","enum":["inbound","outbound","both"]},"confidence":{"type":"number"},"cost":{"type":"number"},"chunks":{"default":[],"type":"array","items":{"type":"object","properties":{"text":{"type":"string"},"isFinal":{"default":false,"type":"boolean"},"confidence":{"type":"number"},"track":{"type":"string","enum":["inbound","outbound","both"]},"createdAt":{"default":"2026-06-18T11:19:57.625Z","type":"string","format":"date-time"}},"required":["text","isFinal"],"additionalProperties":false}},"requestedAt":{"type":"string","format":"date-time"},"completedAt":{"type":"string","format":"date-time"},"updatedAt":{"default":"2026-06-18T11:19:57.625Z","type":"string","format":"date-time"},"error":{"type":"string"}},"additionalProperties":false},"lead":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"organization":{"type":"string"},"primaryPhone":{},"name":{"type":"string"},"firstName":{"type":"string"},"lastName":{"type":"string"},"status":{"default":"cold","type":"string"},"email":{"type":"string"},"secondaryPhone":{"nullable":true},"replyPhone":{"nullable":true},"website":{"type":"string"},"company":{"type":"object","properties":{"name":{"type":"string"},"industry":{"type":"string"}},"additionalProperties":false},"note":{"type":"string"},"profilePicture":{"type":"string","format":"uri"},"jobTitle":{"type":"string"},"location":{"type":"string"},"linkedinUrl":{"type":"string"},"domain":{"type":"string"},"industry":{"type":"string"},"revenueRange":{"type":"string"},"companySize":{"type":"string"},"companyDescription":{"type":"string"},"potential":{"type":"string"},"source":{"type":"string","enum":["manual","import","email-bison","instantly","leadconnector","smartlead","heyreach"]},"emailBison":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"campaignName":{"type":"string"},"workspaceName":{"type":"string"},"mobileNumber":{"nullable":true,"type":"string"},"instanceUrl":{"type":"string"},"workspaceId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyUUID":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"campaignEventId":{"anyOf":[{"type":"string"},{"type":"number"}]}},"additionalProperties":false},"instantly":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"emailThread":{"type":"string"},"campaignName":{"type":"string"},"workspaceName":{"type":"string"},"mobileNumber":{"nullable":true,"type":"string"},"instanceUrl":{"type":"string"},"workspaceId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyUUID":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"campaignEventId":{"anyOf":[{"type":"string"},{"type":"number"}]}},"additionalProperties":false},"leadconnector":{"type":"object","properties":{"eventType":{"type":"string"},"triggerType":{"type":"string"},"contactId":{"type":"string"},"opportunityId":{"type":"string"},"locationId":{"type":"string"},"pipelineId":{"type":"string"},"pipelineName":{"type":"string"},"stageId":{"type":"string"},"stageName":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"dnd":{"type":"boolean"},"contactCreatedAt":{"type":"string","format":"date-time"},"contactUpdatedAt":{"type":"string","format":"date-time"},"lastSyncedAt":{"type":"string","format":"date-time"}},"additionalProperties":false},"smartlead":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"campaignName":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"categoryName":{"type":"string"},"categoryId":{"anyOf":[{"type":"string"},{"type":"number"}]}},"additionalProperties":false},"heyreach":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"campaignName":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"connectionRequestId":{"anyOf":[{"type":"string"},{"type":"number"}]},"accountId":{"anyOf":[{"type":"string"},{"type":"number"}]},"listId":{"anyOf":[{"type":"string"},{"type":"number"}]},"listName":{"type":"string"},"chatLink":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"messages":{"type":"array","items":{"type":"object","properties":{"text":{"type":"string"},"receivedAt":{"type":"string","format":"date-time"},"isReply":{"nullable":true,"type":"boolean"},"sender":{"type":"string"}},"required":["text","receivedAt"],"additionalProperties":false}}},"additionalProperties":false},"customFields":{"type":"object","additionalProperties":{}},"calledWith":{},"amountOfCalls":{"default":0,"type":"number"},"lastCall":{"type":"string","format":"date-time"},"lastCallId":{"type":"string"},"leadFolders":{"type":"array","items":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"string","enum":["warm","leadconnector","heyreach"]}]}},"dedupKeys":{"default":[],"type":"array","items":{"type":"string"}},"lineType":{"nullable":true,"type":"string"},"phoneVerified":{"type":"boolean"},"leadheroDialStatus":{"type":"string"},"processingNumber":{"type":"boolean"},"processingNumberTaskID":{"nullable":true,"type":"string"},"numberFound":{"type":"boolean"},"highPrecisionRun":{"type":"boolean"},"workspace":{"nullable":true,"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"createdAt":{"default":"2026-06-18T11:19:57.626Z","type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"additionalProperties":false},"direction":{"type":"string","enum":["incoming","outgoing"]},"status":{"default":"pending","type":"string","enum":["initiated","pending","answered","transferred","completed","missed"]},"workspace":{"nullable":true,"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"createdAt":{"default":"2026-06-18T11:19:57.626Z","type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["answeringMachineDetection","direction","status","createdAt"],"additionalProperties":false}}},"required":["message","meta","data"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["telnyx"]}},"/telnyx/calls/hangup/{organization}/{id}":{"put":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true},{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}},"required":["message"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["telnyx"]}},"/telnyx/calls/dtmf/{organization}/{id}":{"post":{"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"digits":{"type":"string","minLength":1,"pattern":"^[0-9A-D*#wW]+$"}},"required":["digits"]}}}},"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true},{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}},"required":["message"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["telnyx"]}},"/telnyx/calls/{organization}/{id}":{"get":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true},{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"call":{"type":"object","properties":{"id":{"type":"string"},"record_type":{"type":"string","enum":["call"]},"status":{"type":"string","enum":["queued","initiating","ringing","answered","bridged","completed","failed","busy","canceled"]},"direction":{"type":"string","enum":["incoming","outgoing"]},"from":{"type":"string"},"to":{"type":"string"},"connection_id":{"nullable":true,"type":"string"},"call_control_id":{"type":"string"},"call_control_app_id":{"nullable":true,"type":"string"},"duration_secs":{"nullable":true,"type":"number"},"call_duration":{"nullable":true,"type":"number"},"billing_group_id":{"nullable":true,"type":"string"},"hangup_cause":{"nullable":true,"type":"string"},"start_time":{"nullable":true,"type":"string"},"end_time":{"nullable":true,"type":"string"},"created_at":{"type":"string"},"updated_at":{"type":"string"}},"required":["id","record_type","status","direction","from","to","created_at","updated_at"],"additionalProperties":false}},"required":["message","call"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["telnyx"]},"put":{"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"note":{"type":"string"}}}}}},"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true},{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"call":{"type":"object","properties":{"session":{"type":"string"},"callControlId":{"type":"string"},"phoneNumber":{"type":"string"},"from":{"type":"string"},"to":{"type":"string"},"organization":{"type":"string"},"billingGroupId":{"type":"string"},"type":{"type":"string","enum":["pstn","webrtc"]},"uid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"id":{"type":"string"},"cost":{"type":"number"},"duration":{"default":0,"type":"number"},"startedAt":{"default":"2026-06-18T11:19:57.637Z","type":"string","format":"date-time"},"endedAt":{"default":"2026-06-18T11:19:57.637Z","type":"string","format":"date-time"},"recordingUrl":{"type":"string","format":"uri"},"recordingId":{"type":"string"},"agent":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"answeringMachineDetection":{"default":"not_sure","type":"string","enum":["not_sure","human","human_residence","human_business","machine","silence","fax_detected"]},"note":{"type":"string"},"transcription":{"type":"object","properties":{"id":{"type":"string"},"source":{"type":"string","enum":["automatic","manual","realtime","recording"]},"status":{"default":"pending","type":"string","enum":["pending","processing","completed","failed"]},"text":{"type":"string"},"isFinal":{"type":"boolean"},"track":{"type":"string","enum":["inbound","outbound","both"]},"confidence":{"type":"number"},"cost":{"type":"number"},"chunks":{"default":[],"type":"array","items":{"type":"object","properties":{"text":{"type":"string"},"isFinal":{"default":false,"type":"boolean"},"confidence":{"type":"number"},"track":{"type":"string","enum":["inbound","outbound","both"]},"createdAt":{"default":"2026-06-18T11:19:57.637Z","type":"string","format":"date-time"}},"required":["text","isFinal"],"additionalProperties":false}},"requestedAt":{"type":"string","format":"date-time"},"completedAt":{"type":"string","format":"date-time"},"updatedAt":{"default":"2026-06-18T11:19:57.637Z","type":"string","format":"date-time"},"error":{"type":"string"}},"additionalProperties":false},"lead":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"organization":{"type":"string"},"primaryPhone":{},"name":{"type":"string"},"firstName":{"type":"string"},"lastName":{"type":"string"},"status":{"default":"cold","type":"string"},"email":{"type":"string"},"secondaryPhone":{"nullable":true},"replyPhone":{"nullable":true},"website":{"type":"string"},"company":{"type":"object","properties":{"name":{"type":"string"},"industry":{"type":"string"}},"additionalProperties":false},"note":{"type":"string"},"profilePicture":{"type":"string","format":"uri"},"jobTitle":{"type":"string"},"location":{"type":"string"},"linkedinUrl":{"type":"string"},"domain":{"type":"string"},"industry":{"type":"string"},"revenueRange":{"type":"string"},"companySize":{"type":"string"},"companyDescription":{"type":"string"},"potential":{"type":"string"},"source":{"type":"string","enum":["manual","import","email-bison","instantly","leadconnector","smartlead","heyreach"]},"emailBison":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"campaignName":{"type":"string"},"workspaceName":{"type":"string"},"mobileNumber":{"nullable":true,"type":"string"},"instanceUrl":{"type":"string"},"workspaceId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyUUID":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"campaignEventId":{"anyOf":[{"type":"string"},{"type":"number"}]}},"additionalProperties":false},"instantly":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"emailThread":{"type":"string"},"campaignName":{"type":"string"},"workspaceName":{"type":"string"},"mobileNumber":{"nullable":true,"type":"string"},"instanceUrl":{"type":"string"},"workspaceId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyUUID":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"campaignEventId":{"anyOf":[{"type":"string"},{"type":"number"}]}},"additionalProperties":false},"leadconnector":{"type":"object","properties":{"eventType":{"type":"string"},"triggerType":{"type":"string"},"contactId":{"type":"string"},"opportunityId":{"type":"string"},"locationId":{"type":"string"},"pipelineId":{"type":"string"},"pipelineName":{"type":"string"},"stageId":{"type":"string"},"stageName":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"dnd":{"type":"boolean"},"contactCreatedAt":{"type":"string","format":"date-time"},"contactUpdatedAt":{"type":"string","format":"date-time"},"lastSyncedAt":{"type":"string","format":"date-time"}},"additionalProperties":false},"smartlead":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"campaignName":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"categoryName":{"type":"string"},"categoryId":{"anyOf":[{"type":"string"},{"type":"number"}]}},"additionalProperties":false},"heyreach":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"campaignName":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"connectionRequestId":{"anyOf":[{"type":"string"},{"type":"number"}]},"accountId":{"anyOf":[{"type":"string"},{"type":"number"}]},"listId":{"anyOf":[{"type":"string"},{"type":"number"}]},"listName":{"type":"string"},"chatLink":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"messages":{"type":"array","items":{"type":"object","properties":{"text":{"type":"string"},"receivedAt":{"type":"string","format":"date-time"},"isReply":{"nullable":true,"type":"boolean"},"sender":{"type":"string"}},"required":["text","receivedAt"],"additionalProperties":false}}},"additionalProperties":false},"customFields":{"type":"object","additionalProperties":{}},"calledWith":{},"amountOfCalls":{"default":0,"type":"number"},"lastCall":{"type":"string","format":"date-time"},"lastCallId":{"type":"string"},"leadFolders":{"type":"array","items":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"string","enum":["warm","leadconnector","heyreach"]}]}},"dedupKeys":{"default":[],"type":"array","items":{"type":"string"}},"lineType":{"nullable":true,"type":"string"},"phoneVerified":{"type":"boolean"},"leadheroDialStatus":{"type":"string"},"processingNumber":{"type":"boolean"},"processingNumberTaskID":{"nullable":true,"type":"string"},"numberFound":{"type":"boolean"},"highPrecisionRun":{"type":"boolean"},"workspace":{"nullable":true,"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"createdAt":{"default":"2026-06-18T11:19:57.639Z","type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"additionalProperties":false},"direction":{"type":"string","enum":["incoming","outgoing"]},"status":{"default":"pending","type":"string","enum":["initiated","pending","answered","transferred","completed","missed"]},"workspace":{"nullable":true,"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"createdAt":{"default":"2026-06-18T11:19:57.639Z","type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["answeringMachineDetection","direction","status","createdAt"],"additionalProperties":false}},"required":["message","call"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["telnyx"]},"delete":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true},{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"deleted":{"type":"boolean"}},"required":["message","deleted"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["telnyx"]}},"/telnyx/calls/lead/{organization}/{id}":{"get":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true},{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"lead":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"organization":{"type":"string"},"primaryPhone":{},"name":{"type":"string"},"firstName":{"type":"string"},"lastName":{"type":"string"},"status":{"default":"cold","type":"string"},"email":{"type":"string"},"secondaryPhone":{"nullable":true},"replyPhone":{"nullable":true},"website":{"type":"string"},"company":{"type":"object","properties":{"name":{"type":"string"},"industry":{"type":"string"}},"additionalProperties":false},"note":{"type":"string"},"profilePicture":{"type":"string","format":"uri"},"jobTitle":{"type":"string"},"location":{"type":"string"},"linkedinUrl":{"type":"string"},"domain":{"type":"string"},"industry":{"type":"string"},"revenueRange":{"type":"string"},"companySize":{"type":"string"},"companyDescription":{"type":"string"},"potential":{"type":"string"},"source":{"type":"string","enum":["manual","import","email-bison","instantly","leadconnector","smartlead","heyreach"]},"emailBison":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"campaignName":{"type":"string"},"workspaceName":{"type":"string"},"mobileNumber":{"nullable":true,"type":"string"},"instanceUrl":{"type":"string"},"workspaceId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyUUID":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"campaignEventId":{"anyOf":[{"type":"string"},{"type":"number"}]}},"additionalProperties":false},"instantly":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"emailThread":{"type":"string"},"campaignName":{"type":"string"},"workspaceName":{"type":"string"},"mobileNumber":{"nullable":true,"type":"string"},"instanceUrl":{"type":"string"},"workspaceId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyId":{"anyOf":[{"type":"string"},{"type":"number"}]},"replyUUID":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"campaignEventId":{"anyOf":[{"type":"string"},{"type":"number"}]}},"additionalProperties":false},"leadconnector":{"type":"object","properties":{"eventType":{"type":"string"},"triggerType":{"type":"string"},"contactId":{"type":"string"},"opportunityId":{"type":"string"},"locationId":{"type":"string"},"pipelineId":{"type":"string"},"pipelineName":{"type":"string"},"stageId":{"type":"string"},"stageName":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"dnd":{"type":"boolean"},"contactCreatedAt":{"type":"string","format":"date-time"},"contactUpdatedAt":{"type":"string","format":"date-time"},"lastSyncedAt":{"type":"string","format":"date-time"}},"additionalProperties":false},"smartlead":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"campaignName":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"categoryName":{"type":"string"},"categoryId":{"anyOf":[{"type":"string"},{"type":"number"}]}},"additionalProperties":false},"heyreach":{"type":"object","properties":{"repliedPositively":{"type":"boolean"},"exactReply":{"type":"string"},"campaignName":{"type":"string"},"campaignId":{"anyOf":[{"type":"string"},{"type":"number"}]},"leadId":{"anyOf":[{"type":"string"},{"type":"number"}]},"connectionRequestId":{"anyOf":[{"type":"string"},{"type":"number"}]},"accountId":{"anyOf":[{"type":"string"},{"type":"number"}]},"listId":{"anyOf":[{"type":"string"},{"type":"number"}]},"listName":{"type":"string"},"chatLink":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"messages":{"type":"array","items":{"type":"object","properties":{"text":{"type":"string"},"receivedAt":{"type":"string","format":"date-time"},"isReply":{"nullable":true,"type":"boolean"},"sender":{"type":"string"}},"required":["text","receivedAt"],"additionalProperties":false}}},"additionalProperties":false},"customFields":{"type":"object","additionalProperties":{}},"calledWith":{},"amountOfCalls":{"default":0,"type":"number"},"lastCall":{"type":"string","format":"date-time"},"lastCallId":{"type":"string"},"leadFolders":{"type":"array","items":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"string","enum":["warm","leadconnector","heyreach"]}]}},"dedupKeys":{"default":[],"type":"array","items":{"type":"string"}},"lineType":{"nullable":true,"type":"string"},"phoneVerified":{"type":"boolean"},"leadheroDialStatus":{"type":"string"},"processingNumber":{"type":"boolean"},"processingNumberTaskID":{"nullable":true,"type":"string"},"numberFound":{"type":"boolean"},"highPrecisionRun":{"type":"boolean"},"workspace":{"nullable":true,"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"createdAt":{"default":"2026-06-18T11:19:57.633Z","type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","organization","status","createdAt"],"additionalProperties":false}},"required":["message"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["telnyx"]}},"/telnyx/calls/transcriptions/{organization}":{"get":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"transcriptions":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"callControlId":{"type":"string"},"transcription":{"type":"object","properties":{"id":{"type":"string"},"source":{"type":"string","enum":["automatic","manual","realtime","recording"]},"status":{"default":"pending","type":"string","enum":["pending","processing","completed","failed"]},"text":{"type":"string"},"isFinal":{"type":"boolean"},"track":{"type":"string","enum":["inbound","outbound","both"]},"confidence":{"type":"number"},"cost":{"type":"number"},"chunks":{"default":[],"type":"array","items":{"type":"object","properties":{"text":{"type":"string"},"isFinal":{"default":false,"type":"boolean"},"confidence":{"type":"number"},"track":{"type":"string","enum":["inbound","outbound","both"]},"createdAt":{"default":"2026-06-18T11:19:57.665Z","type":"string","format":"date-time"}},"required":["text","isFinal"],"additionalProperties":false}},"requestedAt":{"type":"string","format":"date-time"},"completedAt":{"type":"string","format":"date-time"},"updatedAt":{"default":"2026-06-18T11:19:57.665Z","type":"string","format":"date-time"},"error":{"type":"string"}},"additionalProperties":false}},"required":["id","transcription"],"additionalProperties":false}}},"required":["message","transcriptions"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["telnyx"]}},"/telnyx/calls/transcriptions/{organization}/{id}":{"get":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true},{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"transcription":{"type":"object","properties":{"id":{"type":"string"},"source":{"type":"string","enum":["automatic","manual","realtime","recording"]},"status":{"default":"pending","type":"string","enum":["pending","processing","completed","failed"]},"text":{"type":"string"},"isFinal":{"type":"boolean"},"track":{"type":"string","enum":["inbound","outbound","both"]},"confidence":{"type":"number"},"cost":{"type":"number"},"chunks":{"default":[],"type":"array","items":{"type":"object","properties":{"text":{"type":"string"},"isFinal":{"default":false,"type":"boolean"},"confidence":{"type":"number"},"track":{"type":"string","enum":["inbound","outbound","both"]},"createdAt":{"default":"2026-06-18T11:19:57.666Z","type":"string","format":"date-time"}},"required":["text","isFinal"],"additionalProperties":false}},"requestedAt":{"type":"string","format":"date-time"},"completedAt":{"type":"string","format":"date-time"},"updatedAt":{"default":"2026-06-18T11:19:57.666Z","type":"string","format":"date-time"},"error":{"type":"string"}},"additionalProperties":false}},"required":["message","transcription"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["telnyx"]},"post":{"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"transcription":{"type":"object","properties":{"id":{"type":"string"},"source":{"type":"string","enum":["automatic","manual","realtime","recording"]},"status":{"default":"pending","type":"string","enum":["pending","processing","completed","failed"]},"text":{"type":"string"},"isFinal":{"type":"boolean"},"track":{"type":"string","enum":["inbound","outbound","both"]},"confidence":{"type":"number"},"cost":{"type":"number"},"chunks":{"default":[],"type":"array","items":{"type":"object","properties":{"text":{"type":"string"},"isFinal":{"default":false,"type":"boolean"},"confidence":{"type":"number"},"track":{"type":"string","enum":["inbound","outbound","both"]},"createdAt":{"default":"2026-06-18T11:19:57.667Z"}},"required":["text"]}},"requestedAt":{},"completedAt":{},"updatedAt":{"default":"2026-06-18T11:19:57.667Z"},"error":{"type":"string"}}}},"required":["transcription"]}}}},"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true},{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"transcription":{"type":"object","properties":{"id":{"type":"string"},"source":{"type":"string","enum":["automatic","manual","realtime","recording"]},"status":{"default":"pending","type":"string","enum":["pending","processing","completed","failed"]},"text":{"type":"string"},"isFinal":{"type":"boolean"},"track":{"type":"string","enum":["inbound","outbound","both"]},"confidence":{"type":"number"},"cost":{"type":"number"},"chunks":{"default":[],"type":"array","items":{"type":"object","properties":{"text":{"type":"string"},"isFinal":{"default":false,"type":"boolean"},"confidence":{"type":"number"},"track":{"type":"string","enum":["inbound","outbound","both"]},"createdAt":{"default":"2026-06-18T11:19:57.667Z","type":"string","format":"date-time"}},"required":["text","isFinal"],"additionalProperties":false}},"requestedAt":{"type":"string","format":"date-time"},"completedAt":{"type":"string","format":"date-time"},"updatedAt":{"default":"2026-06-18T11:19:57.667Z","type":"string","format":"date-time"},"error":{"type":"string"}},"additionalProperties":false}},"required":["message","transcription"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["telnyx"]},"put":{"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"transcription":{"type":"object","properties":{"id":{"type":"string"},"source":{"type":"string","enum":["automatic","manual","realtime","recording"]},"status":{"default":"pending","type":"string","enum":["pending","processing","completed","failed"]},"text":{"type":"string"},"isFinal":{"type":"boolean"},"track":{"type":"string","enum":["inbound","outbound","both"]},"confidence":{"type":"number"},"cost":{"type":"number"},"chunks":{"default":[],"type":"array","items":{"type":"object","properties":{"text":{"type":"string"},"isFinal":{"default":false,"type":"boolean"},"confidence":{"type":"number"},"track":{"type":"string","enum":["inbound","outbound","both"]},"createdAt":{"default":"2026-06-18T11:19:57.668Z"}},"required":["text"]}},"requestedAt":{},"completedAt":{},"updatedAt":{"default":"2026-06-18T11:19:57.668Z"},"error":{"type":"string"}}}},"required":["transcription"]}}}},"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true},{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"transcription":{"type":"object","properties":{"id":{"type":"string"},"source":{"type":"string","enum":["automatic","manual","realtime","recording"]},"status":{"default":"pending","type":"string","enum":["pending","processing","completed","failed"]},"text":{"type":"string"},"isFinal":{"type":"boolean"},"track":{"type":"string","enum":["inbound","outbound","both"]},"confidence":{"type":"number"},"cost":{"type":"number"},"chunks":{"default":[],"type":"array","items":{"type":"object","properties":{"text":{"type":"string"},"isFinal":{"default":false,"type":"boolean"},"confidence":{"type":"number"},"track":{"type":"string","enum":["inbound","outbound","both"]},"createdAt":{"default":"2026-06-18T11:19:57.669Z","type":"string","format":"date-time"}},"required":["text","isFinal"],"additionalProperties":false}},"requestedAt":{"type":"string","format":"date-time"},"completedAt":{"type":"string","format":"date-time"},"updatedAt":{"default":"2026-06-18T11:19:57.669Z","type":"string","format":"date-time"},"error":{"type":"string"}},"additionalProperties":false}},"required":["message","transcription"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["telnyx"]},"delete":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true},{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"deleted":{"type":"boolean"}},"required":["message","deleted"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["telnyx"]}},"/telnyx/phone-numbers/{organization}":{"get":{"parameters":[{"schema":{"type":"object","properties":{"size":{"type":"number"},"number":{"type":"number"}}},"in":"query","name":"page","required":false},{"schema":{"type":"string"},"in":"query","name":"sort","required":false},{"schema":{"type":"object","additionalProperties":{}},"in":"query","name":"filter","required":false},{"schema":{"type":"string"},"in":"path","name":"organization","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"record_type":{"type":"string","enum":["phone_number"]},"phone_number":{"type":"string"},"dailyCallMax":{"type":"number"},"country_iso_alpha2":{"type":"string"},"status":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"external_pin":{"nullable":true,"type":"string"},"connection_id":{"nullable":true,"type":"string"},"connection_name":{"nullable":true,"type":"string"},"customer_reference":{"nullable":true,"type":"string"},"messaging_profile_id":{"nullable":true,"type":"string"},"costMonthly":{"type":"number"},"messaging_profile_name":{"nullable":true,"type":"string"},"billing_group_id":{"nullable":true,"type":"string"},"emergency_enabled":{"type":"boolean"},"emergency_address_id":{"nullable":true,"type":"string"},"emergency_status":{"type":"string"},"call_forwarding_enabled":{"type":"boolean"},"cnam_listing_enabled":{"type":"boolean"},"caller_id_name_enabled":{"type":"boolean"},"call_recording_enabled":{"type":"boolean"},"t38_fax_gateway_enabled":{"type":"boolean"},"phone_number_type":{"type":"string"},"inbound_call_screening":{"type":"string","enum":["disabled","reject_calls","flag_calls"]},"source_type":{"nullable":true,"type":"string"},"deletion_lock_enabled":{"type":"boolean"},"purchased_at":{"nullable":true,"type":"string"},"created_at":{"type":"string"},"updated_at":{"type":"string"},"workspaces":{"type":"array","items":{"type":"string"}},"inboundSmsEnabled":{"type":"boolean"},"health":{"type":"object","properties":{"pickups":{"default":0,"type":"number"},"calls":{"default":0,"type":"number"},"duration":{"default":0,"type":"number"},"cooldown":{"type":"string","format":"date-time"},"cooldownReason":{"type":"string"}},"required":["pickups","calls","duration"],"additionalProperties":false}},"required":["id","record_type","phone_number","country_iso_alpha2","status","phone_number_type","created_at","updated_at"],"additionalProperties":false}},"meta":{"type":"object","properties":{"total_results":{"type":"number"},"page_number":{"type":"number"},"page_size":{"type":"number"},"total_pages":{"type":"number"},"best_effort_results":{"type":"number"}},"required":["total_results"],"additionalProperties":false}},"required":["message","data"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["telnyx"]},"delete":{"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"ids":{"type":"array","items":{"type":"string"}}},"required":["ids"]}}}},"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"deleted":{"type":"boolean"}},"required":["message","deleted"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["telnyx"]}},"/telnyx/phone-numbers/{organization}/{id}":{"get":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true},{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"data":{"type":"object","properties":{"id":{"type":"string"},"record_type":{"type":"string","enum":["phone_number"]},"phone_number":{"type":"string"},"dailyCallMax":{"type":"number"},"country_iso_alpha2":{"type":"string"},"status":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"external_pin":{"nullable":true,"type":"string"},"connection_id":{"nullable":true,"type":"string"},"connection_name":{"nullable":true,"type":"string"},"customer_reference":{"nullable":true,"type":"string"},"messaging_profile_id":{"nullable":true,"type":"string"},"costMonthly":{"type":"number"},"messaging_profile_name":{"nullable":true,"type":"string"},"billing_group_id":{"nullable":true,"type":"string"},"emergency_enabled":{"type":"boolean"},"emergency_address_id":{"nullable":true,"type":"string"},"emergency_status":{"type":"string"},"call_forwarding_enabled":{"type":"boolean"},"cnam_listing_enabled":{"type":"boolean"},"caller_id_name_enabled":{"type":"boolean"},"call_recording_enabled":{"type":"boolean"},"t38_fax_gateway_enabled":{"type":"boolean"},"phone_number_type":{"type":"string"},"inbound_call_screening":{"type":"string","enum":["disabled","reject_calls","flag_calls"]},"source_type":{"nullable":true,"type":"string"},"deletion_lock_enabled":{"type":"boolean"},"purchased_at":{"nullable":true,"type":"string"},"created_at":{"type":"string"},"updated_at":{"type":"string"}},"required":["id","record_type","phone_number","country_iso_alpha2","status","phone_number_type","created_at","updated_at"],"additionalProperties":false}},"required":["message","data"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["telnyx"]},"put":{"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"record_type":{"type":"string","enum":["phone_number"]},"phone_number":{"type":"string"},"dailyCallMax":{"type":"number"},"country_iso_alpha2":{"type":"string"},"status":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"external_pin":{"nullable":true,"type":"string"},"connection_id":{"nullable":true,"type":"string"},"connection_name":{"nullable":true,"type":"string"},"customer_reference":{"nullable":true,"type":"string"},"messaging_profile_id":{"nullable":true,"type":"string"},"costMonthly":{"type":"number"},"messaging_profile_name":{"nullable":true,"type":"string"},"billing_group_id":{"nullable":true,"type":"string"},"emergency_enabled":{"type":"boolean"},"emergency_address_id":{"nullable":true,"type":"string"},"emergency_status":{"type":"string"},"call_forwarding_enabled":{"type":"boolean"},"cnam_listing_enabled":{"type":"boolean"},"caller_id_name_enabled":{"type":"boolean"},"call_recording_enabled":{"type":"boolean"},"t38_fax_gateway_enabled":{"type":"boolean"},"phone_number_type":{"type":"string"},"inbound_call_screening":{"type":"string","enum":["disabled","reject_calls","flag_calls"]},"source_type":{"nullable":true,"type":"string"},"deletion_lock_enabled":{"type":"boolean"},"purchased_at":{"nullable":true,"type":"string"}}}}}},"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true},{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"data":{"type":"object","properties":{"id":{"type":"string"},"record_type":{"type":"string","enum":["phone_number"]},"phone_number":{"type":"string"},"dailyCallMax":{"type":"number"},"country_iso_alpha2":{"type":"string"},"status":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"external_pin":{"nullable":true,"type":"string"},"connection_id":{"nullable":true,"type":"string"},"connection_name":{"nullable":true,"type":"string"},"customer_reference":{"nullable":true,"type":"string"},"messaging_profile_id":{"nullable":true,"type":"string"},"costMonthly":{"type":"number"},"messaging_profile_name":{"nullable":true,"type":"string"},"billing_group_id":{"nullable":true,"type":"string"},"emergency_enabled":{"type":"boolean"},"emergency_address_id":{"nullable":true,"type":"string"},"emergency_status":{"type":"string"},"call_forwarding_enabled":{"type":"boolean"},"cnam_listing_enabled":{"type":"boolean"},"caller_id_name_enabled":{"type":"boolean"},"call_recording_enabled":{"type":"boolean"},"t38_fax_gateway_enabled":{"type":"boolean"},"phone_number_type":{"type":"string"},"inbound_call_screening":{"type":"string","enum":["disabled","reject_calls","flag_calls"]},"source_type":{"nullable":true,"type":"string"},"deletion_lock_enabled":{"type":"boolean"},"purchased_at":{"nullable":true,"type":"string"},"created_at":{"type":"string"},"updated_at":{"type":"string"}},"required":["id","record_type","phone_number","country_iso_alpha2","status","phone_number_type","created_at","updated_at"],"additionalProperties":false}},"required":["message","data"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["telnyx"]},"delete":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true},{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"deleted":{"type":"boolean"}},"required":["message","deleted"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["telnyx"]}},"/telnyx/phone-numbers/{organization}/{id}/workspace":{"patch":{"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"workspaces":{"type":"array","items":{"type":"string"}}},"required":["workspaces"]}}}},"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true},{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}},"required":["message"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["telnyx"]}},"/telnyx/phone-numbers/{organization}/{id}/inbound-sms":{"patch":{"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"enabled":{"type":"boolean"}},"required":["enabled"]}}}},"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true},{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"inboundSmsEnabled":{"type":"boolean"}},"required":["message","inboundSmsEnabled"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["telnyx"]}},"/telnyx/phone-numbers/{organization}/sms":{"patch":{"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"enabled":{"type":"boolean"}},"required":["enabled"]}}}},"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"updated":{"type":"number"}},"required":["message","updated"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["telnyx"]}},"/telnyx/available-phone-numbers/{organization}":{"get":{"parameters":[{"schema":{"type":"object","properties":{"size":{"type":"number"},"number":{"type":"number"}}},"in":"query","name":"page","required":false},{"schema":{"type":"string"},"in":"query","name":"sort","required":false},{"schema":{"type":"object","properties":{"phone_number":{"type":"string"},"locality":{"type":"string"},"administrative_area":{"type":"string"},"country_code":{"type":"string"},"national_destination_code":{"type":"string"},"rate_center":{"type":"string"},"phone_number_type":{"type":"string"},"requirement_group_id":{"type":"string"},"features":{"type":"string"},"limit":{"type":"number"},"best_effort":{"type":"boolean"},"quickship":{"type":"boolean"},"reservable":{"type":"boolean"},"exclude_held_numbers":{"type":"boolean"}}},"in":"query","name":"filter","required":false},{"schema":{"type":"string"},"in":"path","name":"organization","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"data":{"type":"array","items":{"type":"object","properties":{"record_type":{"type":"string"},"phone_number":{"type":"string"},"vanity_format":{"nullable":true,"type":"string"},"best_effort":{"type":"boolean"},"quickship":{"type":"boolean"},"reservable":{"type":"boolean"},"region_information":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"region_type":{"type":"string","enum":["country_code","rate_center","state","location"]},"region_name":{"type":"string"}},"required":["region_type","region_name"],"additionalProperties":false}}]},"cost_information":{"type":"object","properties":{"upfront_cost":{"type":"string"},"monthly_cost":{"type":"string"},"currency":{"type":"string"}},"required":["upfront_cost","monthly_cost","currency"],"additionalProperties":false},"features":{"type":"array","items":{"type":"object","properties":{"name":{"anyOf":[{"type":"string"},{"type":"string","enum":["sms","voice","fax","emergency","mms","international_sms","hd_voice"]}]}},"required":["name"],"additionalProperties":false}}},"required":["record_type","phone_number","best_effort","cost_information"],"additionalProperties":false}},"meta":{"type":"object","properties":{"total_results":{"type":"number"},"page_number":{"type":"number"},"page_size":{"type":"number"},"total_pages":{"type":"number"},"best_effort_results":{"type":"number"}},"required":["total_results"],"additionalProperties":false}},"required":["message","data"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["telnyx"]}},"/telnyx/number-orders/{organization}":{"get":{"parameters":[{"schema":{"type":"object","properties":{"size":{"type":"number"},"number":{"type":"number"}}},"in":"query","name":"page","required":false},{"schema":{"type":"string"},"in":"query","name":"sort","required":false},{"schema":{"type":"object","additionalProperties":{}},"in":"query","name":"filter","required":false},{"schema":{"type":"string"},"in":"path","name":"organization","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"record_type":{"type":"string","enum":["number_order"]},"messaging_profile_id":{"nullable":true,"type":"string"},"billing_group_id":{"nullable":true,"type":"string"},"requirement_group_id":{"nullable":true,"type":"string"},"connection_id":{"nullable":true,"type":"string"},"phone_numbers_count":{"type":"number"},"phone_numbers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"record_type":{"type":"string","enum":["number_order_phone_number"]},"phone_number":{"type":"string"},"connection_id":{"nullable":true,"type":"string"},"messaging_profile_id":{"nullable":true,"type":"string"},"billing_group_id":{"nullable":true,"type":"string"},"status":{"type":"string","enum":["pending","success","failure","deleted"]},"requirements_met":{"type":"boolean"},"created_at":{"type":"string"},"updated_at":{"type":"string"}},"required":["id","record_type","phone_number","status"],"additionalProperties":false}},"sub_number_orders_ids":{"type":"array","items":{"type":"string"}},"status":{"type":"string","enum":["pending","success","failure","deleted"]},"customer_reference":{"nullable":true,"type":"string"},"created_at":{"type":"string"},"updated_at":{"type":"string"},"requirements_met":{"type":"boolean"}},"required":["id","record_type","phone_numbers","status","created_at","updated_at","requirements_met"],"additionalProperties":false}}},"required":["message","data"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["telnyx"]},"post":{"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"areaCode":{"type":"number"},"countryCode":{"type":"string"},"phoneNumber":{"type":"string"},"confirm":{"type":"boolean"},"workspaces":{"type":"array","items":{"type":"string"}}}}}}},"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"number":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"record_type":{"type":"string","enum":["number_order"]},"messaging_profile_id":{"nullable":true,"type":"string"},"billing_group_id":{"nullable":true,"type":"string"},"requirement_group_id":{"nullable":true,"type":"string"},"connection_id":{"nullable":true,"type":"string"},"phone_numbers_count":{"type":"number"},"phone_numbers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"record_type":{"type":"string","enum":["number_order_phone_number"]},"phone_number":{"type":"string"},"connection_id":{"nullable":true,"type":"string"},"messaging_profile_id":{"nullable":true,"type":"string"},"billing_group_id":{"nullable":true,"type":"string"},"status":{"type":"string","enum":["pending","success","failure","deleted"]},"requirements_met":{"type":"boolean"},"created_at":{"type":"string"},"updated_at":{"type":"string"}},"required":["id","record_type","phone_number","status"],"additionalProperties":false}},"sub_number_orders_ids":{"type":"array","items":{"type":"string"}},"status":{"type":"string","enum":["pending","success","failure","deleted"]},"customer_reference":{"nullable":true,"type":"string"},"created_at":{"type":"string"},"updated_at":{"type":"string"},"requirements_met":{"type":"boolean"}},"required":["id","record_type","phone_numbers","status","created_at","updated_at","requirements_met"],"additionalProperties":false},"message":{"type":"string"},"selection":{"type":"object","properties":{"areaCode":{"type":"number"},"countryCode":{"type":"string"},"phoneNumber":{"type":"string"},"costInformation":{"type":"object","properties":{"upfront_cost":{"type":"string"},"monthly_cost":{"type":"string"},"currency":{"type":"string"}},"required":["upfront_cost","monthly_cost","currency"],"additionalProperties":false},"suggested":{"type":"boolean"}},"required":["countryCode","phoneNumber","costInformation","suggested"],"additionalProperties":false},"suggestion":{"type":"object","properties":{"areaCode":{"type":"number"},"countryCode":{"type":"string"},"phoneNumber":{"type":"string"}},"required":["countryCode","phoneNumber"],"additionalProperties":false}},"required":["message"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["telnyx"]}},"/telnyx/number-orders/{organization}/{id}":{"get":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true},{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"number":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"record_type":{"type":"string","enum":["number_order"]},"messaging_profile_id":{"nullable":true,"type":"string"},"billing_group_id":{"nullable":true,"type":"string"},"requirement_group_id":{"nullable":true,"type":"string"},"connection_id":{"nullable":true,"type":"string"},"phone_numbers_count":{"type":"number"},"phone_numbers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"record_type":{"type":"string","enum":["number_order_phone_number"]},"phone_number":{"type":"string"},"connection_id":{"nullable":true,"type":"string"},"messaging_profile_id":{"nullable":true,"type":"string"},"billing_group_id":{"nullable":true,"type":"string"},"status":{"type":"string","enum":["pending","success","failure","deleted"]},"requirements_met":{"type":"boolean"},"created_at":{"type":"string"},"updated_at":{"type":"string"}},"required":["id","record_type","phone_number","status"],"additionalProperties":false}},"sub_number_orders_ids":{"type":"array","items":{"type":"string"}},"status":{"type":"string","enum":["pending","success","failure","deleted"]},"customer_reference":{"nullable":true,"type":"string"},"created_at":{"type":"string"},"updated_at":{"type":"string"},"requirements_met":{"type":"boolean"}},"required":["id","record_type","phone_numbers","status","created_at","updated_at","requirements_met"],"additionalProperties":false},"message":{"type":"string"}},"required":["number","message"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["telnyx"]},"put":{"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"connection_id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"messaging_profile_id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"customer_reference":{"type":"string"}}}}}},"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true},{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"number":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"record_type":{"type":"string","enum":["number_order"]},"messaging_profile_id":{"nullable":true,"type":"string"},"billing_group_id":{"nullable":true,"type":"string"},"requirement_group_id":{"nullable":true,"type":"string"},"connection_id":{"nullable":true,"type":"string"},"phone_numbers_count":{"type":"number"},"phone_numbers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"record_type":{"type":"string","enum":["number_order_phone_number"]},"phone_number":{"type":"string"},"connection_id":{"nullable":true,"type":"string"},"messaging_profile_id":{"nullable":true,"type":"string"},"billing_group_id":{"nullable":true,"type":"string"},"status":{"type":"string","enum":["pending","success","failure","deleted"]},"requirements_met":{"type":"boolean"},"created_at":{"type":"string"},"updated_at":{"type":"string"}},"required":["id","record_type","phone_number","status"],"additionalProperties":false}},"sub_number_orders_ids":{"type":"array","items":{"type":"string"}},"status":{"type":"string","enum":["pending","success","failure","deleted"]},"customer_reference":{"nullable":true,"type":"string"},"created_at":{"type":"string"},"updated_at":{"type":"string"},"requirements_met":{"type":"boolean"}},"required":["id","record_type","phone_numbers","status","created_at","updated_at","requirements_met"],"additionalProperties":false},"message":{"type":"string"}},"required":["number","message"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["telnyx"]},"delete":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true},{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"deleted":{"type":"boolean"},"message":{"type":"string"}},"required":["deleted","message"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["telnyx"]}},"/telnyx/number-orders/local-presence/{organization}":{"post":{"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"areaCode":{"type":"number"},"countryCode":{"type":"string"}}}}}},"parameters":[{"schema":{"type":"string"},"in":"path","name":"organization","required":true}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}},"required":["message"],"additionalProperties":false}}}}},"security":[{"organizationApiKeyBearer":[]},{"organizationApiKeyHeader":[]}],"tags":["telnyx"]}}},"servers":[{"url":"https://api.leadhero.io","description":"API"}],"tags":[{"name":"analytics"},{"name":"integrations"},{"name":"integrations"},{"name":"integrations"},{"name":"lead-enrichments"},{"name":"lead-folders"},{"name":"leads"},{"name":"leads"},{"name":"organizations"},{"name":"organizations"},{"name":"organizations"},{"name":"organizations"},{"name":"stripe"},{"name":"stripe"},{"name":"telnyx"},{"name":"telnyx"},{"name":"telnyx"},{"name":"telnyx"},{"name":"telnyx"},{"name":"phone-verifications"}]}