{"openapi":"3.1.0","info":{"title":"Samva API","version":"1.0.0","description":"Multi-channel CPaaS platform"},"paths":{"/v1/messages":{"get":{"tags":["Messages"],"operationId":"messages.list","parameters":[{"name":"page","in":"query","schema":{"type":"string"},"required":false},{"name":"limit","in":"query","schema":{"type":"string"},"required":false},{"name":"channel","in":"query","schema":{"anyOf":[{"type":"string","enum":["sms"]},{"type":"string","enum":["whatsapp"]},{"type":"string","enum":["email"]},{"type":"string","enum":["voice"]}]},"required":false},{"name":"status","in":"query","schema":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["scheduled"]},{"type":"string","enum":["queued"]},{"type":"string","enum":["processing"]},{"type":"string","enum":["sent"]},{"type":"string","enum":["delivered"]},{"type":"string","enum":["read"]},{"type":"string","enum":["failed"]},{"type":"string","enum":["bounced"]},{"type":"string","enum":["complained"]}]},"required":false},{"name":"conversationId","in":"query","schema":{"type":"string"},"required":false},{"name":"participantId","in":"query","schema":{"type":"string"},"required":false},{"name":"startDate","in":"query","schema":{"type":"string"},"required":false},{"name":"endDate","in":"query","schema":{"type":"string"},"required":false}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"organizationId":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"conversationId":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]},"threadId":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]},"parentMessageId":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]},"fromParticipantId":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"toParticipantIds":{"type":"array","items":{"type":"string"}},"participantMetadata":{"anyOf":[{},{"type":"null"}]},"channel":{"anyOf":[{"type":"string","enum":["sms"]},{"type":"string","enum":["whatsapp"]},{"type":"string","enum":["email"]},{"type":"string","enum":["voice"]}]},"direction":{"anyOf":[{"type":"string","enum":["outbound"]},{"type":"string","enum":["inbound"]}]},"content":{},"status":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["scheduled"]},{"type":"string","enum":["queued"]},{"type":"string","enum":["processing"]},{"type":"string","enum":["sent"]},{"type":"string","enum":["delivered"]},{"type":"string","enum":["read"]},{"type":"string","enum":["failed"]},{"type":"string","enum":["bounced"]},{"type":"string","enum":["complained"]}]},"statusHistory":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"status":{"type":"string"},"timestamp":{"type":"string"},"reason":{"type":"string"},"metadata":{"anyOf":[{"type":"object","additionalProperties":{"anyOf":[{"type":"string"},{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},{"type":"boolean"},{"type":"null"}]}},{"type":"null"}]}},"required":["status","timestamp"],"additionalProperties":false}},{"type":"null"}]},"provider":{"anyOf":[{"type":"string"},{"type":"null"}]},"providerMessageId":{"anyOf":[{"type":"string"},{"type":"null"}]},"providerStatus":{"anyOf":[{"type":"string"},{"type":"null"}]},"providerResponse":{"anyOf":[{},{"type":"null"}]},"providerCost":{"anyOf":[{},{"type":"null"}]},"scheduledAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"sentAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"deliveredAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"readAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"failedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"cost":{"type":"string"},"currency":{"type":"string"},"retryCount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"maxRetries":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"lastError":{"anyOf":[{"type":"string"},{"type":"null"}]},"errorDetails":{"anyOf":[{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"details":{"anyOf":[{"type":"object","additionalProperties":{"anyOf":[{"type":"string"},{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},{"type":"boolean"},{"type":"null"}]}},{"type":"null"}]},"retryable":{"type":"boolean"},"nextRetryAt":{"type":"string"}},"additionalProperties":false},{"type":"null"}]},"workflowRunId":{"anyOf":[{"type":"string"},{"type":"null"}]},"queueMessageId":{"anyOf":[{"type":"string"},{"type":"null"}]},"deliveryAttempts":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"lastAttemptAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"tags":{"type":"array","items":{"type":"string"}},"categories":{"type":"array","items":{"type":"string"}},"isTest":{"type":"boolean"},"isInternal":{"type":"boolean"},"isAutomated":{"type":"boolean"},"externalId":{"anyOf":[{"type":"string"},{"type":"null"}]},"referenceId":{"anyOf":[{"type":"string"},{"type":"null"}]},"apiKeyId":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]},"httpMethod":{"anyOf":[{"type":"string"},{"type":"null"}]},"apiRequestMetadata":{"anyOf":[{"type":"object","properties":{"method":{"type":"string"},"endpoint":{"type":"string"},"headers":{"type":"object","additionalProperties":{"type":"string"}},"query":{"type":"object","additionalProperties":{"type":"string"}},"ipAddress":{"type":"string"},"userAgent":{"type":"string"}},"additionalProperties":false},{"type":"null"}]},"apiResponseMetadata":{"anyOf":[{"type":"object","properties":{"statusCode":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"headers":{"type":"object","additionalProperties":{"type":"string"}},"body":{},"latency":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"additionalProperties":false},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":"string"},"createdBy":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]},"fromParticipant":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"displayName":{"anyOf":[{"type":"string"},{"type":"null"}]},"type":{"type":"string"},"channelIdentities":{}},"required":["id","name","displayName","type"],"additionalProperties":false},{"type":"null"}]},"toParticipants":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"displayName":{"anyOf":[{"type":"string"},{"type":"null"}]},"type":{"type":"string"},"channelIdentities":{}},"required":["id","name","displayName","type"],"additionalProperties":false}},"emailMetadata":{"anyOf":[{},{"type":"null"}]},"whatsappMetadata":{"anyOf":[{},{"type":"null"}]}},"required":["id","organizationId","conversationId","threadId","parentMessageId","fromParticipantId","toParticipantIds","participantMetadata","channel","direction","content","status","statusHistory","provider","providerMessageId","providerStatus","providerResponse","providerCost","scheduledAt","sentAt","deliveredAt","readAt","failedAt","cost","currency","retryCount","maxRetries","lastError","errorDetails","workflowRunId","queueMessageId","deliveryAttempts","lastAttemptAt","tags","categories","isTest","isInternal","isAutomated","externalId","referenceId","apiKeyId","httpMethod","apiRequestMetadata","apiResponseMetadata","createdAt","updatedAt","createdBy","fromParticipant"],"additionalProperties":false}},"pagination":{"type":"object","properties":{"page":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"limit":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"total":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"totalPages":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["page","limit","total","totalPages"],"additionalProperties":false}},"required":["items","pagination"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}},"post":{"tags":["Messages"],"operationId":"messages.send","parameters":[],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"201":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"organizationId":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"conversationId":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]},"threadId":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]},"parentMessageId":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]},"fromParticipantId":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"toParticipantIds":{"type":"array","items":{"type":"string"}},"participantMetadata":{"anyOf":[{},{"type":"null"}]},"channel":{"anyOf":[{"type":"string","enum":["sms"]},{"type":"string","enum":["whatsapp"]},{"type":"string","enum":["email"]},{"type":"string","enum":["voice"]}]},"direction":{"anyOf":[{"type":"string","enum":["outbound"]},{"type":"string","enum":["inbound"]}]},"content":{},"status":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["scheduled"]},{"type":"string","enum":["queued"]},{"type":"string","enum":["processing"]},{"type":"string","enum":["sent"]},{"type":"string","enum":["delivered"]},{"type":"string","enum":["read"]},{"type":"string","enum":["failed"]},{"type":"string","enum":["bounced"]},{"type":"string","enum":["complained"]}]},"statusHistory":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"status":{"type":"string"},"timestamp":{"type":"string"},"reason":{"type":"string"},"metadata":{"anyOf":[{"type":"object","additionalProperties":{"anyOf":[{"type":"string"},{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},{"type":"boolean"},{"type":"null"}]}},{"type":"null"}]}},"required":["status","timestamp"],"additionalProperties":false}},{"type":"null"}]},"provider":{"anyOf":[{"type":"string"},{"type":"null"}]},"providerMessageId":{"anyOf":[{"type":"string"},{"type":"null"}]},"providerStatus":{"anyOf":[{"type":"string"},{"type":"null"}]},"providerResponse":{"anyOf":[{},{"type":"null"}]},"providerCost":{"anyOf":[{},{"type":"null"}]},"scheduledAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"sentAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"deliveredAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"readAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"failedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"cost":{"type":"string"},"currency":{"type":"string"},"retryCount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"maxRetries":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"lastError":{"anyOf":[{"type":"string"},{"type":"null"}]},"errorDetails":{"anyOf":[{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"details":{"anyOf":[{"type":"object","additionalProperties":{"anyOf":[{"type":"string"},{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},{"type":"boolean"},{"type":"null"}]}},{"type":"null"}]},"retryable":{"type":"boolean"},"nextRetryAt":{"type":"string"}},"additionalProperties":false},{"type":"null"}]},"workflowRunId":{"anyOf":[{"type":"string"},{"type":"null"}]},"queueMessageId":{"anyOf":[{"type":"string"},{"type":"null"}]},"deliveryAttempts":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"lastAttemptAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"tags":{"type":"array","items":{"type":"string"}},"categories":{"type":"array","items":{"type":"string"}},"isTest":{"type":"boolean"},"isInternal":{"type":"boolean"},"isAutomated":{"type":"boolean"},"externalId":{"anyOf":[{"type":"string"},{"type":"null"}]},"referenceId":{"anyOf":[{"type":"string"},{"type":"null"}]},"apiKeyId":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]},"httpMethod":{"anyOf":[{"type":"string"},{"type":"null"}]},"apiRequestMetadata":{"anyOf":[{"type":"object","properties":{"method":{"type":"string"},"endpoint":{"type":"string"},"headers":{"type":"object","additionalProperties":{"type":"string"}},"query":{"type":"object","additionalProperties":{"type":"string"}},"ipAddress":{"type":"string"},"userAgent":{"type":"string"}},"additionalProperties":false},{"type":"null"}]},"apiResponseMetadata":{"anyOf":[{"type":"object","properties":{"statusCode":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"headers":{"type":"object","additionalProperties":{"type":"string"}},"body":{},"latency":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"additionalProperties":false},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":"string"},"createdBy":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]},"fromParticipant":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"displayName":{"anyOf":[{"type":"string"},{"type":"null"}]},"type":{"type":"string"},"channelIdentities":{}},"required":["id","name","displayName","type"],"additionalProperties":false},{"type":"null"}]},"toParticipants":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"displayName":{"anyOf":[{"type":"string"},{"type":"null"}]},"type":{"type":"string"},"channelIdentities":{}},"required":["id","name","displayName","type"],"additionalProperties":false}},"emailMetadata":{"anyOf":[{},{"type":"null"}]},"whatsappMetadata":{"anyOf":[{},{"type":"null"}]}},"required":["id","organizationId","conversationId","threadId","parentMessageId","fromParticipantId","toParticipantIds","participantMetadata","channel","direction","content","status","statusHistory","provider","providerMessageId","providerStatus","providerResponse","providerCost","scheduledAt","sentAt","deliveredAt","readAt","failedAt","cost","currency","retryCount","maxRetries","lastError","errorDetails","workflowRunId","queueMessageId","deliveryAttempts","lastAttemptAt","tags","categories","isTest","isInternal","isAutomated","externalId","referenceId","apiKeyId","httpMethod","apiRequestMetadata","apiResponseMetadata","createdAt","updatedAt","createdBy","fromParticipant"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"402":{"description":"PaymentRequiredError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequiredError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"409":{"description":"ConflictError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictError"}}}},"429":{"description":"RateLimitedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RateLimitedError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"toParticipantIds":{"type":"array","items":{"type":"string"},"allOf":[{"minItems":1}]},"fromParticipantId":{"type":"string"},"channel":{"anyOf":[{"type":"string","enum":["sms"]},{"type":"string","enum":["whatsapp"]},{"type":"string","enum":["email"]},{"type":"string","enum":["voice"]}]},"content":{"type":"object"},"conversationId":{"anyOf":[{"type":"string"},{"type":"null"}]},"tags":{"type":"array","items":{"type":"string"}},"scheduledAt":{"type":"string"},"metadata":{"type":"object"}},"required":["toParticipantIds","fromParticipantId","channel","content"],"additionalProperties":false}}},"required":true}}},"/v1/messages/{id}":{"get":{"tags":["Messages"],"operationId":"messages.get","parameters":[{"name":"id","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"organizationId":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"conversationId":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]},"threadId":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]},"parentMessageId":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]},"fromParticipantId":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"toParticipantIds":{"type":"array","items":{"type":"string"}},"participantMetadata":{"anyOf":[{},{"type":"null"}]},"channel":{"anyOf":[{"type":"string","enum":["sms"]},{"type":"string","enum":["whatsapp"]},{"type":"string","enum":["email"]},{"type":"string","enum":["voice"]}]},"direction":{"anyOf":[{"type":"string","enum":["outbound"]},{"type":"string","enum":["inbound"]}]},"content":{},"status":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["scheduled"]},{"type":"string","enum":["queued"]},{"type":"string","enum":["processing"]},{"type":"string","enum":["sent"]},{"type":"string","enum":["delivered"]},{"type":"string","enum":["read"]},{"type":"string","enum":["failed"]},{"type":"string","enum":["bounced"]},{"type":"string","enum":["complained"]}]},"statusHistory":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"status":{"type":"string"},"timestamp":{"type":"string"},"reason":{"type":"string"},"metadata":{"anyOf":[{"type":"object","additionalProperties":{"anyOf":[{"type":"string"},{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},{"type":"boolean"},{"type":"null"}]}},{"type":"null"}]}},"required":["status","timestamp"],"additionalProperties":false}},{"type":"null"}]},"provider":{"anyOf":[{"type":"string"},{"type":"null"}]},"providerMessageId":{"anyOf":[{"type":"string"},{"type":"null"}]},"providerStatus":{"anyOf":[{"type":"string"},{"type":"null"}]},"providerResponse":{"anyOf":[{},{"type":"null"}]},"providerCost":{"anyOf":[{},{"type":"null"}]},"scheduledAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"sentAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"deliveredAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"readAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"failedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"cost":{"type":"string"},"currency":{"type":"string"},"retryCount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"maxRetries":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"lastError":{"anyOf":[{"type":"string"},{"type":"null"}]},"errorDetails":{"anyOf":[{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"details":{"anyOf":[{"type":"object","additionalProperties":{"anyOf":[{"type":"string"},{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},{"type":"boolean"},{"type":"null"}]}},{"type":"null"}]},"retryable":{"type":"boolean"},"nextRetryAt":{"type":"string"}},"additionalProperties":false},{"type":"null"}]},"workflowRunId":{"anyOf":[{"type":"string"},{"type":"null"}]},"queueMessageId":{"anyOf":[{"type":"string"},{"type":"null"}]},"deliveryAttempts":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"lastAttemptAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"tags":{"type":"array","items":{"type":"string"}},"categories":{"type":"array","items":{"type":"string"}},"isTest":{"type":"boolean"},"isInternal":{"type":"boolean"},"isAutomated":{"type":"boolean"},"externalId":{"anyOf":[{"type":"string"},{"type":"null"}]},"referenceId":{"anyOf":[{"type":"string"},{"type":"null"}]},"apiKeyId":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]},"httpMethod":{"anyOf":[{"type":"string"},{"type":"null"}]},"apiRequestMetadata":{"anyOf":[{"type":"object","properties":{"method":{"type":"string"},"endpoint":{"type":"string"},"headers":{"type":"object","additionalProperties":{"type":"string"}},"query":{"type":"object","additionalProperties":{"type":"string"}},"ipAddress":{"type":"string"},"userAgent":{"type":"string"}},"additionalProperties":false},{"type":"null"}]},"apiResponseMetadata":{"anyOf":[{"type":"object","properties":{"statusCode":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"headers":{"type":"object","additionalProperties":{"type":"string"}},"body":{},"latency":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"additionalProperties":false},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":"string"},"createdBy":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]},"fromParticipant":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"displayName":{"anyOf":[{"type":"string"},{"type":"null"}]},"type":{"type":"string"},"channelIdentities":{}},"required":["id","name","displayName","type"],"additionalProperties":false},{"type":"null"}]},"toParticipants":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"displayName":{"anyOf":[{"type":"string"},{"type":"null"}]},"type":{"type":"string"},"channelIdentities":{}},"required":["id","name","displayName","type"],"additionalProperties":false}},"emailMetadata":{"anyOf":[{},{"type":"null"}]},"whatsappMetadata":{"anyOf":[{},{"type":"null"}]}},"required":["id","organizationId","conversationId","threadId","parentMessageId","fromParticipantId","toParticipantIds","participantMetadata","channel","direction","content","status","statusHistory","provider","providerMessageId","providerStatus","providerResponse","providerCost","scheduledAt","sentAt","deliveredAt","readAt","failedAt","cost","currency","retryCount","maxRetries","lastError","errorDetails","workflowRunId","queueMessageId","deliveryAttempts","lastAttemptAt","tags","categories","isTest","isInternal","isAutomated","externalId","referenceId","apiKeyId","httpMethod","apiRequestMetadata","apiResponseMetadata","createdAt","updatedAt","createdBy","fromParticipant"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}},"delete":{"tags":["Messages"],"operationId":"messages.remove","parameters":[{"name":"id","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean"},"message":{"type":"string"}},"required":["success","message"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/messages/{id}/status":{"get":{"tags":["Messages"],"operationId":"messages.getStatus","parameters":[{"name":"id","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"status":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["scheduled"]},{"type":"string","enum":["queued"]},{"type":"string","enum":["processing"]},{"type":"string","enum":["sent"]},{"type":"string","enum":["delivered"]},{"type":"string","enum":["read"]},{"type":"string","enum":["failed"]},{"type":"string","enum":["bounced"]},{"type":"string","enum":["complained"]}]},"updatedAt":{"type":"string"}},"required":["id","status","updatedAt"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/messages/{id}/events":{"get":{"tags":["Messages"],"operationId":"messages.getEvents","parameters":[{"name":"id","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"messageId":{"type":"string"},"eventType":{"type":"string"},"status":{"type":"string"},"timestamp":{"type":"string"},"metadata":{"type":"object"}},"required":["id","messageId","eventType","status","timestamp"],"additionalProperties":false}}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/email/send":{"post":{"tags":["Email"],"operationId":"email.send","parameters":[],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"201":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"status":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["scheduled"]},{"type":"string","enum":["queued"]},{"type":"string","enum":["processing"]},{"type":"string","enum":["sent"]},{"type":"string","enum":["delivered"]},{"type":"string","enum":["read"]},{"type":"string","enum":["failed"]},{"type":"string","enum":["bounced"]},{"type":"string","enum":["complained"]}]}},"required":["id","status"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"409":{"description":"ConflictError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictError"}}}},"422":{"description":"ValidationError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"to":{"anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}]},"subject":{"type":"string"},"html":{"type":"string"},"text":{"type":"string"},"attachments":{"type":"array","items":{"type":"object","properties":{"filename":{"type":"string"},"content":{"type":"string"},"url":{"type":"string"},"contentType":{"type":"string"},"size":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["filename","contentType","size"],"additionalProperties":false}},"templateId":{"type":"string"},"templateData":{"type":"object"},"inReplyToMessageId":{"type":"string"},"unsubscribeGroupId":{"type":"string"}},"required":["to"],"additionalProperties":false}}},"required":true}}},"/v1/email/{id}":{"get":{"tags":["Email"],"operationId":"email.get","parameters":[{"name":"id","in":"path","schema":{"type":"string"},"required":true},{"name":"includeS3Urls","in":"query","schema":{"type":"string"},"required":false},{"name":"urlExpiresIn","in":"query","schema":{"type":"string"},"required":false}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"organizationId":{"type":"string"},"conversationId":{"anyOf":[{"type":"string"},{"type":"null"}]},"status":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["scheduled"]},{"type":"string","enum":["queued"]},{"type":"string","enum":["processing"]},{"type":"string","enum":["sent"]},{"type":"string","enum":["delivered"]},{"type":"string","enum":["read"]},{"type":"string","enum":["failed"]},{"type":"string","enum":["bounced"]},{"type":"string","enum":["complained"]}]},"channel":{"anyOf":[{"type":"string","enum":["sms"]},{"type":"string","enum":["whatsapp"]},{"type":"string","enum":["email"]},{"type":"string","enum":["voice"]}]},"direction":{"anyOf":[{"type":"string","enum":["outbound"]},{"type":"string","enum":["inbound"]}]},"subject":{"anyOf":[{"type":"string"},{"type":"null"}]},"fromEmail":{"type":"string"},"fromName":{"anyOf":[{"type":"string"},{"type":"null"}]},"toEmails":{"type":"array","items":{"type":"object","properties":{"email":{"type":"string"},"name":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["email","name"],"additionalProperties":false}},"ccEmails":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"email":{"type":"string"},"name":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["email","name"],"additionalProperties":false}},{"type":"null"}]},"bccEmails":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"email":{"type":"string"},"name":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["email","name"],"additionalProperties":false}},{"type":"null"}]},"replyToEmail":{"anyOf":[{"type":"string"},{"type":"null"}]},"messageIdHeader":{"type":"string"},"inReplyTo":{"anyOf":[{"type":"string"},{"type":"null"}]},"references":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}]},"threadPosition":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},{"type":"null"}]},"newContent":{"anyOf":[{"type":"string"},{"type":"null"}]},"quotedContent":{"anyOf":[{"type":"string"},{"type":"null"}]},"hasQuotedContent":{"type":"boolean"},"dkimVerdict":{"anyOf":[{"anyOf":[{"type":"string","enum":["pass"]},{"type":"string","enum":["fail"]},{"type":"string","enum":["none"]}]},{"type":"null"}]},"spfVerdict":{"anyOf":[{"anyOf":[{"type":"string","enum":["pass"]},{"type":"string","enum":["fail"]},{"type":"string","enum":["none"]}]},{"type":"null"}]},"dmarcVerdict":{"anyOf":[{"anyOf":[{"type":"string","enum":["pass"]},{"type":"string","enum":["fail"]},{"type":"string","enum":["none"]}]},{"type":"null"}]},"isAutoReply":{"type":"boolean"},"autoReplyReason":{"anyOf":[{"anyOf":[{"type":"string","enum":["out-of-office"]},{"type":"string","enum":["auto-response"]},{"type":"string","enum":["delivery-status"]},{"type":"string","enum":["read-receipt"]}]},{"type":"null"}]},"listUnsubscribeUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"listUnsubscribeEmail":{"anyOf":[{"type":"string"},{"type":"null"}]},"priority":{"anyOf":[{"anyOf":[{"type":"string","enum":["high"]},{"type":"string","enum":["normal"]},{"type":"string","enum":["low"]}]},{"type":"null"}]},"parsingErrors":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}]},"parsingDuration":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},{"type":"null"}]},"hasAttachments":{"type":"boolean"},"attachmentCount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"attachments":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"filename":{"type":"string"},"contentType":{"type":"string"},"size":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"isInline":{"type":"boolean"},"contentId":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["id","filename","contentType","size","isInline","contentId"],"additionalProperties":false}},"s3ContentUrls":{"anyOf":[{"type":"object","properties":{"rawMime":{"type":"string"},"html":{"anyOf":[{"type":"string"},{"type":"null"}]},"text":{"anyOf":[{"type":"string"},{"type":"null"}]},"expiresAt":{"type":"string"}},"required":["rawMime","html","text","expiresAt"],"additionalProperties":false},{"type":"null"}]},"providerMessageId":{"anyOf":[{"type":"string"},{"type":"null"}]},"createdAt":{"type":"string"},"receivedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"processedAt":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["id","organizationId","conversationId","status","channel","direction","subject","fromEmail","fromName","toEmails","ccEmails","bccEmails","replyToEmail","messageIdHeader","inReplyTo","references","threadPosition","newContent","quotedContent","hasQuotedContent","dkimVerdict","spfVerdict","dmarcVerdict","isAutoReply","autoReplyReason","listUnsubscribeUrl","listUnsubscribeEmail","priority","parsingErrors","parsingDuration","hasAttachments","attachmentCount","attachments","s3ContentUrls","providerMessageId","createdAt","receivedAt","processedAt"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/email/domains":{"post":{"tags":["Email"],"operationId":"email.addDomain","parameters":[],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"201":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"domain":{"type":"string"},"status":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["verified"]},{"type":"string","enum":["failed"]}]},"verificationToken":{"type":"string"},"dkimTokens":{"type":"array","items":{"type":"string"}},"dnsRecords":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"name":{"type":"string"},"value":{"type":"string"},"ttl":{"type":"string"},"description":{"type":"string"},"priority":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["type","name","value"],"additionalProperties":false}},"verifiedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","domain","status","dnsRecords","verifiedAt","createdAt","updatedAt"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"409":{"description":"ConflictError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}},"502":{"description":"ExternalServiceError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExternalServiceError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"domain":{"type":"string"}},"required":["domain"],"additionalProperties":false}}},"required":true}},"get":{"tags":["Email"],"operationId":"email.listDomains","parameters":[{"name":"page","in":"query","schema":{"type":"string"},"required":false},{"name":"limit","in":"query","schema":{"type":"string"},"required":false}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"domain":{"type":"string"},"status":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["verified"]},{"type":"string","enum":["failed"]}]},"verificationToken":{"type":"string"},"dkimTokens":{"type":"array","items":{"type":"string"}},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","domain","status","createdAt","updatedAt"],"additionalProperties":false}},"pagination":{"type":"object","properties":{"page":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"limit":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"total":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"totalPages":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["page","limit","total","totalPages"],"additionalProperties":false}},"required":["items","pagination"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/email/domains/{id}/verify":{"post":{"tags":["Email"],"operationId":"email.verifyDomain","parameters":[{"name":"id","in":"path","schema":{"type":"string"},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean","enum":[true]}},"required":["success"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}},"502":{"description":"ExternalServiceError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExternalServiceError"}}}}}}},"/v1/email/domains/{id}/verification":{"get":{"tags":["Email"],"operationId":"email.checkDomainVerification","parameters":[{"name":"id","in":"path","schema":{"type":"string"},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"domain":{"type":"string"},"isVerified":{"type":"boolean"},"sesStatus":{"type":"string"},"mailFromStatus":{"type":"string"}},"required":["domain","isVerified","sesStatus"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"502":{"description":"ExternalServiceError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExternalServiceError"}}}}}}},"/v1/email/domains/{id}":{"get":{"tags":["Email"],"operationId":"email.getDomainById","parameters":[{"name":"id","in":"path","schema":{"type":"string"},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"domain":{"type":"string"},"status":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["verified"]},{"type":"string","enum":["failed"]}]},"verificationToken":{"type":"string"},"dkimTokens":{"type":"array","items":{"type":"string"}},"dnsRecords":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"name":{"type":"string"},"value":{"type":"string"},"ttl":{"type":"string"},"description":{"type":"string"},"priority":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["type","name","value"],"additionalProperties":false}},"verifiedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","domain","status","dnsRecords","verifiedAt","createdAt","updatedAt"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}}}},"delete":{"tags":["Email"],"operationId":"email.removeDomain","parameters":[{"name":"id","in":"path","schema":{"type":"string"},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean"},"message":{"type":"string"}},"required":["success","message"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}},"502":{"description":"ExternalServiceError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExternalServiceError"}}}}}}},"/v1/email/domains/{id}/registrar":{"post":{"tags":["Email"],"operationId":"email.detectRegistrar","parameters":[{"name":"id","in":"path","schema":{"type":"string"},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"provider":{"type":"string"},"name":{"type":"string"},"nameservers":{"type":"array","items":{"type":"string"}},"docsUrl":{"type":"string"}},"required":["provider","name","nameservers","docsUrl"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"domain":{"type":"string"}},"required":["domain"],"additionalProperties":false}}},"required":true}}},"/v1/email/domains/{id}/receiving":{"post":{"tags":["Email"],"operationId":"email.enableReceiving","parameters":[{"name":"id","in":"path","schema":{"type":"string"},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean","enum":[true]},"ruleName":{"type":"string"},"recipients":{"type":"array","items":{"type":"string"}}},"required":["success","ruleName","recipients"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"422":{"description":"ValidationError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"domain":{"type":"string"},"catchAll":{"type":"boolean"},"addresses":{"type":"array","items":{"type":"string"}}},"required":["domain"],"additionalProperties":false}}},"required":true}}},"/v1/email/domains/{id}/status":{"get":{"tags":["Email"],"operationId":"email.getDomainStatus","parameters":[{"name":"id","in":"path","schema":{"type":"string"},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"domain":{"type":"string"},"status":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["verified"]},{"type":"string","enum":["failed"]}]},"verificationToken":{"type":"string"}},"required":["domain","status"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}}}}},"/v1/email/senders":{"post":{"tags":["Email"],"operationId":"email.addSender","parameters":[],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"201":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"email":{"type":"string"},"status":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["verified"]},{"type":"string","enum":["failed"]}]},"createdAt":{"type":"string"}},"required":["id","email","status","createdAt"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"409":{"description":"ConflictError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}},"502":{"description":"ExternalServiceError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExternalServiceError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"email":{"type":"string"},"name":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["email"],"additionalProperties":false}}},"required":true}},"get":{"tags":["Email"],"operationId":"email.listSenders","parameters":[{"name":"page","in":"query","schema":{"type":"string"},"required":false},{"name":"limit","in":"query","schema":{"type":"string"},"required":false},{"name":"verificationStatus","in":"query","schema":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["verified"]},{"type":"string","enum":["failed"]}]},"required":false},{"name":"isActive","in":"query","schema":{"type":"string"},"required":false},{"name":"isDefault","in":"query","schema":{"type":"string"},"required":false}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"organizationId":{"type":"string"},"email":{"type":"string"},"name":{"anyOf":[{"type":"string"},{"type":"null"}]},"domainId":{"anyOf":[{"type":"string"},{"type":"null"}]},"verificationStatus":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["verified"]},{"type":"string","enum":["failed"]}]},"verifiedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"verificationToken":{"anyOf":[{"type":"string"},{"type":"null"}]},"isDefault":{"type":"boolean"},"replyTo":{"anyOf":[{"type":"string"},{"type":"null"}]},"reputation":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"isActive":{"type":"boolean"},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","organizationId","email","name","domainId","verificationStatus","verifiedAt","verificationToken","isDefault","replyTo","reputation","isActive","createdAt","updatedAt"],"additionalProperties":false}},"pagination":{"type":"object","properties":{"page":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"limit":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"total":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"totalPages":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["page","limit","total","totalPages"],"additionalProperties":false}},"required":["items","pagination"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/email/senders/{id}/verification":{"get":{"tags":["Email"],"operationId":"email.checkSenderVerification","parameters":[{"name":"id","in":"path","schema":{"type":"string"},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"email":{"type":"string"},"status":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["verified"]},{"type":"string","enum":["failed"]}]},"verifiedAt":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["id","email","status","verifiedAt"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"502":{"description":"ExternalServiceError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExternalServiceError"}}}}}}},"/v1/email/senders/{id}":{"delete":{"tags":["Email"],"operationId":"email.removeSender","parameters":[{"name":"id","in":"path","schema":{"type":"string"},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean"},"message":{"type":"string"}},"required":["success","message"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"422":{"description":"ValidationError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/email/templates":{"get":{"tags":["Email"],"operationId":"email.listTemplates","parameters":[{"name":"page","in":"query","schema":{"type":"string"},"required":false},{"name":"limit","in":"query","schema":{"type":"string"},"required":false},{"name":"isActive","in":"query","schema":{"type":"string"},"required":false}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string"},"description":{"anyOf":[{"type":"string"},{"type":"null"}]},"category":{"anyOf":[{"anyOf":[{"type":"string","enum":["transactional"]},{"type":"string","enum":["marketing"]},{"type":"string","enum":["notification"]},{"type":"string","enum":["system"]}]},{"type":"null"}]},"supportedChannels":{"type":"array","items":{"type":"string"}},"content":{"anyOf":[{"type":"object","properties":{"email":{"type":"object","properties":{"subject":{"type":"string"},"variables":{"type":"array","items":{"type":"string"}},"headers":{"type":"object","additionalProperties":{"type":"string"}},"spec":{"type":"object","properties":{"root":{"type":"string"},"elements":{"type":"object"},"state":{"type":"object"}},"required":["root","elements"],"additionalProperties":false}},"required":["subject","spec"],"additionalProperties":false}},"additionalProperties":false},{"type":"null"}]},"variableSchema":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"type":{"type":"string"},"required":{"type":"boolean"},"defaultValue":{},"description":{"type":"string"}},"required":["name"],"additionalProperties":false}},{"type":"null"}]},"compliance":{"anyOf":[{},{"type":"null"}]},"usageCount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"lastUsedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"isActive":{"type":"boolean"},"isDefault":{"type":"boolean"},"version":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","name","slug","description","category","supportedChannels","content","variableSchema","compliance","usageCount","lastUsedAt","isActive","isDefault","version","createdAt","updatedAt"],"additionalProperties":false}},"pagination":{"type":"object","properties":{"page":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"limit":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"total":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"totalPages":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["page","limit","total","totalPages"],"additionalProperties":false}},"required":["items","pagination"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}},"post":{"tags":["Email"],"operationId":"email.createTemplate","parameters":[],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"201":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string"},"description":{"anyOf":[{"type":"string"},{"type":"null"}]},"category":{"anyOf":[{"anyOf":[{"type":"string","enum":["transactional"]},{"type":"string","enum":["marketing"]},{"type":"string","enum":["notification"]},{"type":"string","enum":["system"]}]},{"type":"null"}]},"supportedChannels":{"type":"array","items":{"type":"string"}},"content":{"anyOf":[{"type":"object","properties":{"email":{"type":"object","properties":{"subject":{"type":"string"},"variables":{"type":"array","items":{"type":"string"}},"headers":{"type":"object","additionalProperties":{"type":"string"}},"spec":{"type":"object","properties":{"root":{"type":"string"},"elements":{"type":"object"},"state":{"type":"object"}},"required":["root","elements"],"additionalProperties":false}},"required":["subject","spec"],"additionalProperties":false}},"additionalProperties":false},{"type":"null"}]},"variableSchema":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"type":{"type":"string"},"required":{"type":"boolean"},"defaultValue":{},"description":{"type":"string"}},"required":["name"],"additionalProperties":false}},{"type":"null"}]},"compliance":{"anyOf":[{},{"type":"null"}]},"usageCount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"lastUsedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"isActive":{"type":"boolean"},"isDefault":{"type":"boolean"},"version":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","name","slug","description","category","supportedChannels","content","variableSchema","compliance","usageCount","lastUsedAt","isActive","isDefault","version","createdAt","updatedAt"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"422":{"description":"ValidationError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string"},"subject":{"type":"string"},"spec":{"type":"object","properties":{"root":{"type":"string"},"elements":{"type":"object"},"state":{"type":"object"}},"required":["root","elements"],"additionalProperties":false},"variableSchema":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"type":{"type":"string"},"required":{"type":"boolean"},"defaultValue":{},"description":{"type":"string"}},"required":["name"],"additionalProperties":false}}},"required":["name","subject","spec"],"additionalProperties":false}}},"required":true}}},"/v1/email/stats":{"get":{"tags":["Email"],"operationId":"email.getStats","parameters":[{"name":"startDate","in":"query","schema":{"type":"string"},"required":false},{"name":"endDate","in":"query","schema":{"type":"string"},"required":false}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"totalSent":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"totalDelivered":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"totalBounced":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"totalComplained":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"deliveryRate":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"bounceRate":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"complaintRate":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["totalSent","totalDelivered","totalBounced","totalComplained","deliveryRate","bounceRate","complaintRate"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/email/threads/{id}":{"get":{"tags":["Email"],"operationId":"email.getThread","parameters":[{"name":"id","in":"path","schema":{"type":"string"},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"conversationId":{"type":"string"},"messages":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"subject":{"anyOf":[{"type":"string"},{"type":"null"}]},"fromEmail":{"type":"string"},"fromName":{"anyOf":[{"type":"string"},{"type":"null"}]},"toEmails":{"type":"array","items":{"type":"object","properties":{"email":{"type":"string"},"name":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["email","name"],"additionalProperties":false}},"text":{"anyOf":[{"type":"string"},{"type":"null"}]},"html":{"anyOf":[{"type":"string"},{"type":"null"}]},"messageIdHeader":{"type":"string"},"inReplyTo":{"anyOf":[{"type":"string"},{"type":"null"}]},"references":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}]},"createdAt":{"type":"string"},"status":{"type":"string"}},"required":["id","subject","fromEmail","fromName","toEmails","text","html","messageIdHeader","inReplyTo","references","createdAt","status"],"additionalProperties":false}}},"required":["conversationId","messages"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/email/threads/{id}/metadata":{"get":{"tags":["Email"],"operationId":"email.getThreadMetadata","parameters":[{"name":"id","in":"path","schema":{"type":"string"},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"messageId":{"type":"string"},"conversationId":{"anyOf":[{"type":"string"},{"type":"null"}]},"messageIdHeader":{"type":"string"},"inReplyTo":{"anyOf":[{"type":"string"},{"type":"null"}]},"references":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}]},"subject":{"anyOf":[{"type":"string"},{"type":"null"}]},"threadPosition":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"threadSize":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["messageId","conversationId","messageIdHeader","inReplyTo","references","subject","threadPosition","threadSize"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/email/threads":{"get":{"tags":["Email"],"operationId":"email.listThreads","parameters":[{"name":"status","in":"query","schema":{"anyOf":[{"type":"string","enum":["active"]},{"type":"string","enum":["resolved"]},{"type":"string","enum":["archived"]}]},"required":false},{"name":"limit","in":"query","schema":{"type":"string"},"required":false},{"name":"offset","in":"query","schema":{"type":"string"},"required":false}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"threads":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"anyOf":[{"type":"string"},{"type":"null"}]},"status":{"type":"string"},"messageCount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"participantCount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"lastActivityAt":{"type":"string"},"startedAt":{"type":"string"},"participants":{"type":"array","items":{"type":"object","properties":{"participantId":{"type":"string"},"participantType":{"type":"string"},"role":{"type":"string"}},"required":["participantId","participantType","role"],"additionalProperties":false}}},"required":["id","title","status","messageCount","participantCount","lastActivityAt","startedAt","participants"],"additionalProperties":false}},"total":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["threads","total"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/email/threads/by-id/{id}":{"get":{"tags":["Email"],"operationId":"email.getThreadById","parameters":[{"name":"id","in":"path","schema":{"type":"string"},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"title":{"anyOf":[{"type":"string"},{"type":"null"}]},"description":{"anyOf":[{"type":"string"},{"type":"null"}]},"status":{"type":"string"},"priority":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"urgency":{"type":"string"},"complexity":{"type":"string"},"messageCount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"participantCount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"emailCount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"lastActivityAt":{"type":"string"},"lastHumanActivityAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"startedAt":{"type":"string"},"resolvedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"participants":{"type":"array","items":{"type":"object","properties":{"participantId":{"type":"string"},"participantType":{"type":"string"},"role":{"type":"string"},"joinedAt":{"type":"string"},"leftAt":{"type":"string"}},"required":["participantId","participantType","role","joinedAt"],"additionalProperties":false}},"metadata":{"type":"object"}},"required":["id","title","description","status","priority","urgency","complexity","messageCount","participantCount","emailCount","lastActivityAt","lastHumanActivityAt","startedAt","resolvedAt","participants","metadata"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/email/threads/{id}/messages":{"get":{"tags":["Email"],"operationId":"email.getThreadMessages","parameters":[{"name":"id","in":"path","schema":{"type":"string"},"required":true},{"name":"limit","in":"query","schema":{"type":"string"},"required":false},{"name":"offset","in":"query","schema":{"type":"string"},"required":false}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"threadId":{"type":"string"},"messages":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"conversationId":{"type":"string"},"threadPosition":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},{"type":"null"}]},"channel":{"type":"string"},"direction":{"type":"string"},"status":{"type":"string"},"subject":{"anyOf":[{"type":"string"},{"type":"null"}]},"fromEmail":{"anyOf":[{"type":"string"},{"type":"null"}]},"toEmails":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"email":{"type":"string"},"name":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["email","name"],"additionalProperties":false}},{"type":"null"}]},"newContent":{"anyOf":[{"type":"string"},{"type":"null"}]},"hasQuotedContent":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"hasAttachments":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},{"type":"null"}]},"createdAt":{"type":"string"},"sentAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"deliveredAt":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["id","conversationId","threadPosition","channel","direction","status","subject","fromEmail","toEmails","newContent","hasQuotedContent","hasAttachments","createdAt","sentAt","deliveredAt"],"additionalProperties":false}},"total":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["threadId","messages","total"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/email/threads/counts":{"get":{"tags":["Email"],"operationId":"email.getThreadCounts","parameters":[],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"totalThreads":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"activeThreads":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"resolvedThreads":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"archivedThreads":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"threadsLast7Days":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"threadsLast30Days":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["totalThreads","activeThreads","resolvedThreads","archivedThreads","threadsLast7Days","threadsLast30Days"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/email/catch-all/enable":{"post":{"tags":["Email"],"operationId":"email.enableCatchAll","parameters":[],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"201":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean","enum":[true]},"receiptRuleName":{"type":"string"}},"required":["success","receiptRuleName"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}},"502":{"description":"ExternalServiceError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExternalServiceError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"domainId":{"type":"string"},"endpointId":{"type":"string"},"conversationId":{"type":"string"}},"required":["domainId","endpointId"],"additionalProperties":false}}},"required":true}}},"/v1/email/catch-all/disable":{"post":{"tags":["Email"],"operationId":"email.disableCatchAll","parameters":[],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean","enum":[true]}},"required":["success"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"422":{"description":"ValidationError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}},"502":{"description":"ExternalServiceError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExternalServiceError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"domainId":{"type":"string"}},"required":["domainId"],"additionalProperties":false}}},"required":true}}},"/v1/email/catch-all/config":{"patch":{"tags":["Email"],"operationId":"email.updateCatchAllConfig","parameters":[],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean","enum":[true]}},"required":["success"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"422":{"description":"ValidationError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"domainId":{"type":"string"},"endpointId":{"type":"string"},"conversationId":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["domainId"],"additionalProperties":false}}},"required":true}},"get":{"tags":["Email"],"operationId":"email.getCatchAllConfig","parameters":[{"name":"domainId","in":"query","schema":{"type":"string"},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"enabled":{"type":"boolean"},"endpointId":{"anyOf":[{"type":"string"},{"type":"null"}]},"conversationId":{"anyOf":[{"type":"string"},{"type":"null"}]},"receiptRuleName":{"anyOf":[{"type":"string"},{"type":"null"}]},"emailCount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"lastEmailAt":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["enabled","endpointId","conversationId","receiptRuleName","emailCount","lastEmailAt"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/email/catch-all/stats":{"get":{"tags":["Email"],"operationId":"email.getCatchAllStats","parameters":[{"name":"domainId","in":"query","schema":{"type":"string"},"required":true},{"name":"startDate","in":"query","schema":{"type":"string"},"required":false},{"name":"endDate","in":"query","schema":{"type":"string"},"required":false}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"domain":{"type":"string"},"isCatchAllEnabled":{"type":"boolean"},"catchAllEmailCount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"catchAllLastEmailAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"timeRange":{"type":"object","properties":{"emailsReceived":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"firstEmail":{"anyOf":[{"type":"string"},{"type":"null"}]},"lastEmail":{"anyOf":[{"type":"string"},{"type":"null"}]},"avgPerDay":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["emailsReceived","firstEmail","lastEmail","avgPerDay"],"additionalProperties":false}},"required":["domain","isCatchAllEnabled","catchAllEmailCount","catchAllLastEmailAt"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/email/blocks":{"post":{"tags":["Email"],"operationId":"email.addBlock","parameters":[],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"201":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"blockType":{"anyOf":[{"type":"string","enum":["email"]},{"type":"string","enum":["domain"]}]},"blockValue":{"type":"string"},"reason":{"type":"string"},"notes":{"anyOf":[{"type":"string"},{"type":"null"}]},"isActive":{"type":"boolean"},"expiresAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"createdAt":{"type":"string"}},"required":["id","blockType","blockValue","reason","notes","isActive","expiresAt","createdAt"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"409":{"description":"ConflictError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictError"}}}},"422":{"description":"ValidationError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"blockType":{"anyOf":[{"type":"string","enum":["email"]},{"type":"string","enum":["domain"]}]},"blockValue":{"type":"string"},"reason":{"type":"string"},"notes":{"type":"string"},"expiresAt":{"type":"string"}},"required":["blockType","blockValue","reason"],"additionalProperties":false}}},"required":true}},"get":{"tags":["Email"],"operationId":"email.listBlocks","parameters":[{"name":"blockType","in":"query","schema":{"anyOf":[{"type":"string","enum":["email"]},{"type":"string","enum":["domain"]}]},"required":false},{"name":"isActive","in":"query","schema":{"type":"string","contentSchema":{"type":"boolean"},"contentMediaType":"application/json"},"required":false},{"name":"limit","in":"query","schema":{"type":"string"},"required":false},{"name":"offset","in":"query","schema":{"type":"string"},"required":false}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"blocks":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"blockType":{"anyOf":[{"type":"string","enum":["email"]},{"type":"string","enum":["domain"]}]},"blockValue":{"type":"string"},"reason":{"type":"string"},"notes":{"anyOf":[{"type":"string"},{"type":"null"}]},"isActive":{"type":"boolean"},"blockCount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"lastBlockedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"expiresAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"createdAt":{"type":"string"}},"required":["id","blockType","blockValue","reason","notes","isActive","blockCount","lastBlockedAt","expiresAt","createdAt"],"additionalProperties":false}},"total":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["blocks","total"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/email/blocks/{id}":{"delete":{"tags":["Email"],"operationId":"email.removeBlock","parameters":[{"name":"id","in":"path","schema":{"type":"string"},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean"},"message":{"type":"string"}},"required":["success","message"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}},"patch":{"tags":["Email"],"operationId":"email.updateBlock","parameters":[{"name":"id","in":"path","schema":{"type":"string"},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"blockType":{"anyOf":[{"type":"string","enum":["email"]},{"type":"string","enum":["domain"]}]},"blockValue":{"type":"string"},"reason":{"type":"string"},"notes":{"anyOf":[{"type":"string"},{"type":"null"}]},"isActive":{"type":"boolean"},"expiresAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"updatedAt":{"type":"string"}},"required":["id","blockType","blockValue","reason","notes","isActive","expiresAt","updatedAt"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"reason":{"type":"string"},"notes":{"type":"string"},"isActive":{"type":"boolean"},"expiresAt":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false}}},"required":true}}},"/v1/email/blocks/logs":{"get":{"tags":["Email"],"operationId":"email.getBlockLogs","parameters":[{"name":"blockedEmailId","in":"query","schema":{"type":"string"},"required":false},{"name":"fromAddress","in":"query","schema":{"type":"string"},"required":false},{"name":"startDate","in":"query","schema":{"type":"string"},"required":false},{"name":"endDate","in":"query","schema":{"type":"string"},"required":false},{"name":"limit","in":"query","schema":{"type":"string"},"required":false},{"name":"offset","in":"query","schema":{"type":"string"},"required":false}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"logs":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"fromAddress":{"type":"string"},"toAddress":{"type":"string"},"subject":{"anyOf":[{"type":"string"},{"type":"null"}]},"blockType":{"anyOf":[{"type":"string","enum":["email"]},{"type":"string","enum":["domain"]}]},"blockValue":{"type":"string"},"blockReason":{"type":"string"},"spfResult":{"anyOf":[{"type":"string"},{"type":"null"}]},"dkimResult":{"anyOf":[{"type":"string"},{"type":"null"}]},"dmarcResult":{"anyOf":[{"type":"string"},{"type":"null"}]},"spamScore":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},{"type":"null"}]},"blockedAt":{"type":"string"}},"required":["id","fromAddress","toAddress","subject","blockType","blockValue","blockReason","spfResult","dkimResult","dmarcResult","spamScore","blockedAt"],"additionalProperties":false}},"total":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["logs","total"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/email/blocks/check":{"post":{"tags":["Email"],"operationId":"email.checkBlocked","parameters":[],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"isBlocked":{"type":"boolean"},"blockingRule":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"blockType":{"anyOf":[{"type":"string","enum":["email"]},{"type":"string","enum":["domain"]}]},"blockValue":{"type":"string"},"reason":{"type":"string"},"expiresAt":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["id","blockType","blockValue","reason","expiresAt"],"additionalProperties":false},{"type":"null"}]},"reason":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["isBlocked","blockingRule","reason"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"emailAddress":{"type":"string"}},"required":["emailAddress"],"additionalProperties":false}}},"required":true}}},"/v1/email/forwarding":{"post":{"tags":["Email"],"operationId":"email.createForwardingRule","parameters":[],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"201":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"forwardTo":{"type":"array","items":{"type":"string"}},"priority":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"isActive":{"type":"boolean"},"createdAt":{"type":"string"}},"required":["id","name","forwardTo","priority","isActive","createdAt"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"422":{"description":"ValidationError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string"},"description":{"type":"string"},"domainId":{"type":"string"},"sourcePattern":{"type":"string"},"forwardTo":{"type":"array","items":{"type":"string"}},"preserveHeaders":{"type":"boolean"},"appendNote":{"type":"string"},"conditions":{"type":"object","properties":{"subjectContains":{"type":"array","items":{"type":"string"}},"fromContains":{"type":"array","items":{"type":"string"}},"hasAttachments":{"type":"boolean"}},"additionalProperties":false},"priority":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"isActive":{"type":"boolean"},"metadata":{"anyOf":[{"type":"object"},{"type":"null"}]}},"required":["name","forwardTo"],"additionalProperties":false}}},"required":true}},"get":{"tags":["Email"],"operationId":"email.listForwardingRules","parameters":[{"name":"domainId","in":"query","schema":{"type":"string"},"required":false},{"name":"isActive","in":"query","schema":{"type":"string","contentSchema":{"type":"boolean"},"contentMediaType":"application/json"},"required":false},{"name":"limit","in":"query","schema":{"type":"string"},"required":false},{"name":"offset","in":"query","schema":{"type":"string"},"required":false}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"rules":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"anyOf":[{"type":"string"},{"type":"null"}]},"sourcePattern":{"anyOf":[{"type":"string"},{"type":"null"}]},"forwardTo":{"type":"array","items":{"type":"string"}},"preserveHeaders":{"type":"boolean"},"priority":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"isActive":{"type":"boolean"},"forwardCount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"failureCount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"lastForwardedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"createdAt":{"type":"string"}},"required":["id","name","description","sourcePattern","forwardTo","preserveHeaders","priority","isActive","forwardCount","failureCount","lastForwardedAt","createdAt"],"additionalProperties":false}},"total":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["rules","total"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/email/forwarding/{id}":{"patch":{"tags":["Email"],"operationId":"email.updateForwardingRule","parameters":[{"name":"id","in":"path","schema":{"type":"string"},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"forwardTo":{"type":"array","items":{"type":"string"}},"priority":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"isActive":{"type":"boolean"},"updatedAt":{"type":"string"}},"required":["id","name","forwardTo","priority","isActive","updatedAt"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string"},"description":{"type":"string"},"domainId":{"type":"string"},"sourcePattern":{"type":"string"},"forwardTo":{"type":"array","items":{"type":"string"}},"preserveHeaders":{"type":"boolean"},"appendNote":{"type":"string"},"conditions":{"anyOf":[{"type":"object","properties":{"subjectContains":{"type":"array","items":{"type":"string"}},"fromContains":{"type":"array","items":{"type":"string"}},"hasAttachments":{"type":"boolean"}},"additionalProperties":false},{"type":"null"}]},"priority":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"isActive":{"type":"boolean"},"metadata":{"anyOf":[{"type":"object"},{"type":"null"}]}},"additionalProperties":false}}},"required":true}},"delete":{"tags":["Email"],"operationId":"email.deleteForwardingRule","parameters":[{"name":"id","in":"path","schema":{"type":"string"},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean"},"message":{"type":"string"}},"required":["success","message"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/email/forwarding/logs":{"get":{"tags":["Email"],"operationId":"email.getForwardingLog","parameters":[{"name":"forwardingRuleId","in":"query","schema":{"type":"string"},"required":false},{"name":"status","in":"query","schema":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["forwarded"]},{"type":"string","enum":["failed"]}]},"required":false},{"name":"startDate","in":"query","schema":{"type":"string"},"required":false},{"name":"endDate","in":"query","schema":{"type":"string"},"required":false},{"name":"limit","in":"query","schema":{"type":"string"},"required":false},{"name":"offset","in":"query","schema":{"type":"string"},"required":false}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"logs":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"forwardingRuleId":{"anyOf":[{"type":"string"},{"type":"null"}]},"originalFromAddress":{"type":"string"},"originalToAddress":{"type":"string"},"originalSubject":{"anyOf":[{"type":"string"},{"type":"null"}]},"forwardedTo":{"type":"array","items":{"type":"string"}},"status":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["forwarded"]},{"type":"string","enum":["failed"]}]},"errorMessage":{"anyOf":[{"type":"string"},{"type":"null"}]},"forwardedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"createdAt":{"type":"string"}},"required":["id","forwardingRuleId","originalFromAddress","originalToAddress","originalSubject","forwardedTo","status","errorMessage","forwardedAt","createdAt"],"additionalProperties":false}},"total":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"hasMore":{"type":"boolean"},"stats":{"type":"object","properties":{"totalForwarded":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"successRate":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"failureRate":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["totalForwarded","successRate","failureRate"],"additionalProperties":false}},"required":["logs","total","hasMore"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/email/onboarding":{"get":{"tags":["Email"],"operationId":"email.getOnboardingState","parameters":[],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"state":{"anyOf":[{"type":"object","properties":{"step":{"type":"string","enum":["domain"]}},"required":["step"],"additionalProperties":false},{"type":"object","properties":{"step":{"type":"string","enum":["verification"]},"domainId":{"type":"string"}},"required":["step","domainId"],"additionalProperties":false},{"type":"object","properties":{"step":{"type":"string","enum":["send"]},"domainId":{"type":"string"},"apiKeyId":{"type":"string"}},"required":["step","domainId","apiKeyId"],"additionalProperties":false},{"type":"object","properties":{"step":{"type":"string","enum":["completed"]},"domainId":{"type":"string"},"apiKeyId":{"type":"string"},"testEmailSentAt":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"completedAt":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["step","domainId","apiKeyId","testEmailSentAt","completedAt"],"additionalProperties":false}]},"domain":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"domain":{"type":"string"},"status":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["verified"]},{"type":"string","enum":["failed"]},{"type":"string","enum":["expired"]}]}},"required":["id","domain","status"],"additionalProperties":false},{"type":"null"}]},"apiKey":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"prefix":{"type":"string"}},"required":["id","name","prefix"],"additionalProperties":false},{"type":"null"}]},"userEmail":{"type":"string"}},"required":["state","domain","apiKey","userEmail"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/email/onboarding/api-key":{"post":{"tags":["Email"],"operationId":"email.generateOnboardingApiKey","parameters":[],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"201":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"key":{"type":"string"},"name":{"type":"string"}},"required":["id","key","name"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"409":{"description":"ConflictError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/email/onboarding/complete":{"post":{"tags":["Email"],"operationId":"email.completeEmailOnboarding","parameters":[],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean"},"completedAt":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["success","completedAt"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"422":{"description":"ValidationError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/sms/send":{"post":{"tags":["SMS"],"operationId":"sms.send","parameters":[],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"201":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"status":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["queued"]},{"type":"string","enum":["processing"]},{"type":"string","enum":["sent"]},{"type":"string","enum":["delivered"]},{"type":"string","enum":["failed"]},{"type":"string","enum":["bounced"]},{"type":"string","enum":["rejected"]}]}},"required":["id","status"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"422":{"description":"ValidationError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}},"502":{"description":"ExternalServiceError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExternalServiceError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"to":{"type":"string","allOf":[{"pattern":"^\\+\\d{10,15}$"}]},"message":{"type":"string","allOf":[{"minLength":1},{"maxLength":1600}]},"templateId":{"type":"string"},"templateData":{"type":"object"}},"required":["to"],"additionalProperties":false}}},"required":true}}},"/v1/sms/status":{"get":{"tags":["SMS"],"operationId":"sms.getStatus","parameters":[],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"enabled":{"type":"boolean"},"phoneNumberCount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"defaultNumber":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["enabled","phoneNumberCount","defaultNumber"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/sms/enable":{"post":{"tags":["SMS"],"operationId":"sms.enable","parameters":[],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean"}},"required":["success"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"409":{"description":"ConflictError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}},"502":{"description":"ExternalServiceError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExternalServiceError"}}}}}}},"/v1/sms/disable":{"post":{"tags":["SMS"],"operationId":"sms.disable","parameters":[],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean"},"releasedNumbers":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["success","releasedNumbers"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"422":{"description":"ValidationError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}},"502":{"description":"ExternalServiceError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExternalServiceError"}}}}}}},"/v1/sms/stats":{"get":{"tags":["SMS"],"operationId":"sms.getStats","parameters":[],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"totalSent":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"totalFailed":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["totalSent","totalFailed"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/sms/available-numbers":{"get":{"tags":["SMS"],"operationId":"sms.searchAvailableNumbers","parameters":[{"name":"country","in":"query","schema":{"type":"string","allOf":[{"minLength":2},{"maxLength":2}]},"required":true},{"name":"type","in":"query","schema":{"anyOf":[{"type":"string","enum":["local"]},{"type":"string","enum":["tollfree"]},{"type":"string","enum":["shortcode"]},{"type":"string","enum":["mobile"]}]},"required":true},{"name":"areaCode","in":"query","schema":{"anyOf":[{"type":"string"},{"type":"null"}]},"required":false},{"name":"locality","in":"query","schema":{"anyOf":[{"type":"string"},{"type":"null"}]},"required":false},{"name":"limit","in":"query","schema":{"anyOf":[{"type":"string"},{"type":"null"}]},"required":false}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"phoneNumber":{"type":"string"},"friendlyName":{"type":"string"},"capabilities":{"type":"object","properties":{"sms":{"type":"boolean"},"mms":{"type":"boolean"},"voice":{"type":"boolean"}},"required":["sms","mms","voice"],"additionalProperties":false},"region":{"type":"string"},"locality":{"type":"string"},"monthlyPrice":{"type":"object","properties":{"amount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"currency":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false}},"required":["phoneNumber","friendlyName","capabilities"],"additionalProperties":false}}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"422":{"description":"ValidationError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}},"502":{"description":"ExternalServiceError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExternalServiceError"}}}}}}},"/v1/sms/phone-numbers":{"post":{"tags":["SMS"],"operationId":"sms.purchaseNumber","parameters":[],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"201":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"phoneNumber":{"type":"string"},"friendlyName":{"anyOf":[{"type":"string"},{"type":"null"}]},"capabilities":{"type":"object","properties":{"sms":{"type":"boolean"},"mms":{"type":"boolean"},"voice":{"type":"boolean"}},"required":["sms","mms","voice"],"additionalProperties":false},"numberType":{"anyOf":[{"type":"string","enum":["local"]},{"type":"string","enum":["tollfree"]},{"type":"string","enum":["shortcode"]},{"type":"string","enum":["mobile"]}]},"country":{"type":"string"},"isDefault":{"type":"boolean"},"status":{"type":"string"}},"required":["id","phoneNumber","friendlyName","capabilities","numberType","country","isDefault","status"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"409":{"description":"ConflictError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictError"}}}},"422":{"description":"ValidationError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}},"502":{"description":"ExternalServiceError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExternalServiceError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"phoneNumber":{"type":"string","allOf":[{"pattern":"^\\+\\d{10,15}$"}]},"friendlyName":{"type":"string"},"routingTags":{"type":"array","items":{"type":"string"}},"isDefault":{"type":"boolean"}},"required":["phoneNumber"],"additionalProperties":false}}},"required":true}},"get":{"tags":["SMS"],"operationId":"sms.listPhoneNumbers","parameters":[],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"phoneNumber":{"type":"string"},"friendlyName":{"anyOf":[{"type":"string"},{"type":"null"}]},"capabilities":{"type":"object","properties":{"sms":{"type":"boolean"},"mms":{"type":"boolean"},"voice":{"type":"boolean"}},"required":["sms","mms","voice"],"additionalProperties":false},"numberType":{"anyOf":[{"type":"string","enum":["local"]},{"type":"string","enum":["tollfree"]},{"type":"string","enum":["shortcode"]},{"type":"string","enum":["mobile"]}]},"country":{"type":"string"},"isDefault":{"type":"boolean"},"routingTags":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}]},"status":{"type":"string"},"createdAt":{"type":"string"}},"required":["id","phoneNumber","friendlyName","capabilities","numberType","country","isDefault","routingTags","status","createdAt"],"additionalProperties":false}}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/sms/phone-numbers/{id}":{"patch":{"tags":["SMS"],"operationId":"sms.updatePhoneNumber","parameters":[{"name":"id","in":"path","schema":{"type":"string"},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"phoneNumber":{"type":"string"},"friendlyName":{"anyOf":[{"type":"string"},{"type":"null"}]},"isDefault":{"type":"boolean"},"routingTags":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}]}},"required":["id","phoneNumber","friendlyName","isDefault","routingTags"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"friendlyName":{"type":"string"},"routingTags":{"type":"array","items":{"type":"string"}},"isDefault":{"type":"boolean"}},"additionalProperties":false}}},"required":true}},"delete":{"tags":["SMS"],"operationId":"sms.releasePhoneNumber","parameters":[{"name":"id","in":"path","schema":{"type":"string"},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean"}},"required":["success"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}},"502":{"description":"ExternalServiceError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExternalServiceError"}}}}}}},"/v1/whatsapp/send":{"post":{"tags":["WhatsApp"],"operationId":"whatsapp.send","parameters":[],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"201":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"status":{"type":"string"}},"required":["id","status"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"422":{"description":"ValidationError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}},"502":{"description":"ExternalServiceError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExternalServiceError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"to":{"type":"string","allOf":[{"pattern":"^\\+\\d{10,15}$"}]},"text":{"type":"string"},"mediaUrl":{"type":"string"},"mediaType":{"anyOf":[{"type":"string","enum":["image"]},{"type":"string","enum":["video"]},{"type":"string","enum":["audio"]},{"type":"string","enum":["document"]},{"type":"string","enum":["sticker"]}]},"templateId":{"type":"string","allOf":[{"pattern":"^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$"}]},"templateCategory":{"anyOf":[{"type":"string","enum":["marketing"]},{"type":"string","enum":["utility"]},{"type":"string","enum":["authentication"]},{"type":"string","enum":["service"]}]},"templateData":{"type":"object"}},"required":["to"],"additionalProperties":false}}},"required":true}}},"/v1/whatsapp/templates/send":{"post":{"tags":["WhatsApp"],"operationId":"whatsapp.sendTemplate","parameters":[],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"201":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"status":{"type":"string"}},"required":["id","status"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"422":{"description":"ValidationError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"toParticipantIds":{"type":"array","items":{"type":"string","allOf":[{"pattern":"^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$"}]},"allOf":[{"minItems":1}]},"templateId":{"type":"string","allOf":[{"pattern":"^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$"}]},"templateData":{"type":"object"},"conversationId":{"type":"string","allOf":[{"pattern":"^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$"}]}},"required":["toParticipantIds","templateId"],"additionalProperties":false}}},"required":true}}},"/v1/whatsapp/templates":{"get":{"tags":["WhatsApp"],"operationId":"whatsapp.listTemplates","parameters":[{"name":"page","in":"query","schema":{"type":"string"},"required":false},{"name":"limit","in":"query","schema":{"type":"string"},"required":false},{"name":"isActive","in":"query","schema":{"type":"string","contentSchema":{"type":"boolean"},"contentMediaType":"application/json"},"required":false}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string"},"description":{"anyOf":[{"type":"string"},{"type":"null"}]},"category":{"anyOf":[{"type":"string"},{"type":"null"}]},"supportedChannels":{"type":"array","items":{"type":"string"}},"content":{"anyOf":[{},{"type":"null"}]},"variableSchema":{"anyOf":[{},{"type":"null"}]},"compliance":{"anyOf":[{},{"type":"null"}]},"usageCount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"lastUsedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"isActive":{"type":"boolean"},"isDefault":{"type":"boolean"},"version":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","name","slug","description","category","supportedChannels","content","variableSchema","compliance","usageCount","lastUsedAt","isActive","isDefault","version","createdAt","updatedAt"],"additionalProperties":false}},"pagination":{"type":"object","properties":{"page":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"limit":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"total":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"totalPages":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["page","limit","total","totalPages"],"additionalProperties":false}},"required":["items","pagination"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}},"post":{"tags":["WhatsApp"],"operationId":"whatsapp.createTemplate","parameters":[],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"201":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string"},"description":{"anyOf":[{"type":"string"},{"type":"null"}]},"category":{"anyOf":[{"type":"string"},{"type":"null"}]},"supportedChannels":{"type":"array","items":{"type":"string"}},"content":{"anyOf":[{},{"type":"null"}]},"variableSchema":{"anyOf":[{},{"type":"null"}]},"compliance":{"anyOf":[{},{"type":"null"}]},"usageCount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"lastUsedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"isActive":{"type":"boolean"},"isDefault":{"type":"boolean"},"version":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","name","slug","description","category","supportedChannels","content","variableSchema","compliance","usageCount","lastUsedAt","isActive","isDefault","version","createdAt","updatedAt"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"422":{"description":"ValidationError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}},"502":{"description":"ExternalServiceError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExternalServiceError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string","allOf":[{"minLength":1}]},"slug":{"type":"string","allOf":[{"minLength":1}]},"description":{"anyOf":[{"type":"string"},{"type":"null"}]},"category":{"anyOf":[{"anyOf":[{"type":"string","enum":["marketing"]},{"type":"string","enum":["utility"]},{"type":"string","enum":["authentication"]}]},{"type":"null"}]},"supportedChannels":{"type":"array","items":{"anyOf":[{"type":"string","enum":["sms"]},{"type":"string","enum":["email"]},{"type":"string","enum":["whatsapp"]}]},"allOf":[{"minItems":1}]},"content":{"anyOf":[{"type":"object","properties":{"sms":{"type":"object","properties":{"text":{"type":"string"},"variables":{"type":"array","items":{"type":"string"}}},"required":["text"],"additionalProperties":false},"whatsapp":{"type":"object","properties":{"name":{"type":"string"},"language":{"type":"string"},"category":{"anyOf":[{"type":"string","enum":["marketing"]},{"type":"string","enum":["utility"]},{"type":"string","enum":["authentication"]}]},"components":{"type":"array","items":{"type":"object","properties":{"type":{"anyOf":[{"type":"string","enum":["header"]},{"type":"string","enum":["body"]},{"type":"string","enum":["footer"]},{"type":"string","enum":["button"]}]},"format":{"anyOf":[{"type":"string","enum":["TEXT"]},{"type":"string","enum":["IMAGE"]},{"type":"string","enum":["VIDEO"]},{"type":"string","enum":["DOCUMENT"]}]},"text":{"type":"string"},"example":{"type":"object","properties":{"header_text":{"type":"array","items":{"type":"string"}},"body_text":{"type":"array","items":{"type":"array","items":{"type":"string"}}}},"additionalProperties":false},"buttons":{"type":"array","items":{"type":"object","properties":{"type":{"anyOf":[{"type":"string","enum":["QUICK_REPLY"]},{"type":"string","enum":["URL"]},{"type":"string","enum":["PHONE_NUMBER"]}]},"text":{"type":"string"},"url":{"type":"string"},"phone_number":{"type":"string"}},"required":["type","text"],"additionalProperties":false}},"parameters":{"type":"array","items":{"type":"object","properties":{"type":{"anyOf":[{"type":"string","enum":["text"]},{"type":"string","enum":["currency"]},{"type":"string","enum":["date_time"]},{"type":"string","enum":["image"]},{"type":"string","enum":["document"]},{"type":"string","enum":["video"]}]},"text":{"type":"string"},"currency":{"type":"object","properties":{"fallback_value":{"type":"string"},"code":{"type":"string"},"amount_1000":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["fallback_value","code","amount_1000"],"additionalProperties":false},"date_time":{"type":"object","properties":{"fallback_value":{"type":"string"}},"required":["fallback_value"],"additionalProperties":false},"image":{"type":"object","properties":{"link":{"type":"string"}},"required":["link"],"additionalProperties":false},"document":{"type":"object","properties":{"link":{"type":"string"},"filename":{"type":"string"}},"required":["link"],"additionalProperties":false},"video":{"type":"object","properties":{"link":{"type":"string"}},"required":["link"],"additionalProperties":false}},"required":["type"],"additionalProperties":false}}},"required":["type"],"additionalProperties":false}},"variables":{"type":"array","items":{"type":"string"}}},"required":["name","language"],"additionalProperties":false},"email":{"type":"object","properties":{"subject":{"type":"string"},"variables":{"type":"array","items":{"type":"string"}},"headers":{"type":"object","additionalProperties":{"type":"string"}},"spec":{"type":"object","properties":{"root":{"type":"string"},"elements":{"type":"object","additionalProperties":{"type":"object","properties":{"type":{"type":"string"},"props":{"type":"object"},"children":{"type":"array","items":{"type":"string"}},"visible":{},"on":{"type":"object"},"repeat":{"type":"object","properties":{"statePath":{"type":"string"},"key":{"type":"string"}},"required":["statePath"],"additionalProperties":false},"watch":{"type":"object"}},"required":["type","props"],"additionalProperties":false}},"state":{"type":"object"}},"required":["root","elements"],"additionalProperties":false}},"required":["subject","spec"],"additionalProperties":false}},"additionalProperties":false},{"type":"null"}]},"variableSchema":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"type":{"anyOf":[{"type":"string","enum":["string"]},{"type":"string","enum":["number"]},{"type":"string","enum":["boolean"]},{"type":"string","enum":["date"]},{"type":"string","enum":["array"]},{"type":"string","enum":["object"]}]},"required":{"type":"boolean"},"default":{},"description":{"type":"string"},"validation":{"type":"object","properties":{"pattern":{"type":"string"},"min":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"max":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"minLength":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"maxLength":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"enum":{"type":"array","items":{"type":"string"}},"format":{"anyOf":[{"type":"string","enum":["email"]},{"type":"string","enum":["url"]},{"type":"string","enum":["date"]},{"type":"string","enum":["date-time"]},{"type":"string","enum":["uuid"]}]}},"additionalProperties":false}},"required":["name","type","required"],"additionalProperties":false}},{"type":"null"}]},"compliance":{"anyOf":[{"type":"object","properties":{"dltTemplateId":{"type":"string"},"dltStatus":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["approved"]},{"type":"string","enum":["rejected"]},{"type":"string","enum":["expired"]}]},"dltApprovedAt":{"type":"string"},"whatsappTemplateId":{"type":"string"},"whatsappStatus":{"anyOf":[{"type":"string","enum":["draft"]},{"type":"string","enum":["pending"]},{"type":"string","enum":["approved"]},{"type":"string","enum":["published"]},{"type":"string","enum":["rejected"]},{"type":"string","enum":["archived"]}]},"whatsappApprovedAt":{"type":"string"},"metaStatus":{"type":"string"},"submittedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"qualityScore":{"type":"string"},"rejectedReason":{"type":"string"},"lastSyncedAt":{"type":"string"},"approvalStatus":{"anyOf":[{"type":"string","enum":["draft"]},{"type":"string","enum":["pending"]},{"type":"string","enum":["approved"]},{"type":"string","enum":["published"]},{"type":"string","enum":["rejected"]},{"type":"string","enum":["archived"]}]},"approvedBy":{"type":"string"},"approvedAt":{"type":"string"},"approvalNotes":{"type":"string"},"regulatoryRequirements":{"type":"array","items":{"type":"object","properties":{"region":{"type":"string"},"requirement":{"type":"string"},"status":{"anyOf":[{"type":"string","enum":["compliant"]},{"type":"string","enum":["non_compliant"]},{"type":"string","enum":["pending"]}]},"notes":{"type":"string"}},"required":["region","requirement","status"],"additionalProperties":false}}},"additionalProperties":false},{"type":"null"}]},"performance":{"anyOf":[{"type":"object","properties":{"deliveryRate":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"openRate":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"clickRate":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"responseRate":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"conversionRate":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"averageSatisfaction":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"totalSent":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"totalDelivered":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"totalOpened":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"totalClicked":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"totalResponses":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"totalConversions":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"lastUsedAt":{"type":"string"},"usageCount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"additionalProperties":false},{"type":"null"}]},"isActive":{"type":"boolean"},"isDefault":{"type":"boolean"},"version":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["name","slug","supportedChannels"],"additionalProperties":false}}},"required":true}}},"/v1/whatsapp/templates/{templateId}/status":{"get":{"tags":["WhatsApp"],"operationId":"whatsapp.getTemplateStatus","parameters":[{"name":"templateId","in":"path","schema":{"type":"string","allOf":[{"pattern":"^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"status":{"anyOf":[{"type":"string","enum":["active"]},{"type":"string","enum":["inactive"]},{"type":"string","enum":["pending"]}]},"externalTemplateId":{"type":"string"}},"required":["id","name","status"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/whatsapp/templates/{templateId}/sync":{"post":{"tags":["WhatsApp"],"operationId":"whatsapp.syncTemplateStatus","parameters":[{"name":"templateId","in":"path","schema":{"type":"string","allOf":[{"pattern":"^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"status":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["approved"]},{"type":"string","enum":["rejected"]},{"type":"string","enum":["paused"]},{"type":"string","enum":["disabled"]}]},"qualityScore":{"anyOf":[{"type":"string","enum":["green"]},{"type":"string","enum":["yellow"]},{"type":"string","enum":["red"]},{"type":"string","enum":["unknown"]}]},"rejectedReason":{"type":"string"},"syncedAt":{"type":"string"}},"required":["id","status","syncedAt"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"422":{"description":"ValidationError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}},"502":{"description":"ExternalServiceError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExternalServiceError"}}}}}}},"/v1/whatsapp/stats":{"get":{"tags":["WhatsApp"],"operationId":"whatsapp.getStats","parameters":[{"name":"startDate","in":"query","schema":{"type":"string"},"required":false},{"name":"endDate","in":"query","schema":{"type":"string"},"required":false}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"totalSent":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"totalDelivered":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"totalRead":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"totalFailed":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"deliveryRate":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"readRate":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"failureRate":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["totalSent","totalDelivered","totalRead","totalFailed","deliveryRate","readRate","failureRate"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/whatsapp/service-window/status":{"get":{"tags":["WhatsApp"],"operationId":"whatsapp.getServiceWindowStatus","parameters":[{"name":"customerPhone","in":"query","schema":{"type":"string","allOf":[{"pattern":"^\\+\\d{10,15}$"}]},"required":true},{"name":"businessPhone","in":"query","schema":{"type":"string","allOf":[{"pattern":"^\\+\\d{10,15}$"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"serviceWindowId":{"type":"string"},"isServiceWindowActive":{"type":"boolean"},"isFreeEntryPointActive":{"type":"boolean"},"serviceWindowExpiresAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"freeEntryPointExpiresAt":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["serviceWindowId","isServiceWindowActive","isFreeEntryPointActive","serviceWindowExpiresAt","freeEntryPointExpiresAt"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"422":{"description":"ValidationError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/whatsapp/service-window/activate-fep":{"post":{"tags":["WhatsApp"],"operationId":"whatsapp.activateFreeEntryPoint","parameters":[],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"serviceWindowId":{"type":"string"},"isServiceWindowActive":{"type":"boolean"},"isFreeEntryPointActive":{"type":"boolean"},"serviceWindowExpiresAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"freeEntryPointExpiresAt":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["serviceWindowId","isServiceWindowActive","isFreeEntryPointActive","serviceWindowExpiresAt","freeEntryPointExpiresAt"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"422":{"description":"ValidationError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"serviceWindowId":{"type":"string","allOf":[{"pattern":"^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$"}]},"source":{"anyOf":[{"type":"string","enum":["ads"]},{"type":"string","enum":["facebook"]},{"type":"string","enum":["instagram"]}]}},"required":["serviceWindowId","source"],"additionalProperties":false}}},"required":true}}},"/v1/whatsapp/service-window/billing":{"get":{"tags":["WhatsApp"],"operationId":"whatsapp.getServiceWindowBilling","parameters":[{"name":"serviceWindowId","in":"query","schema":{"type":"string","allOf":[{"pattern":"^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"totalMessages":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"totalFreeMessages":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"totalPaidMessages":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"totalCost":{"type":"string"},"currency":{"type":"string"}},"required":["totalMessages","totalFreeMessages","totalPaidMessages","totalCost","currency"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/whatsapp/business-accounts":{"get":{"tags":["WhatsApp"],"operationId":"whatsapp.listBusinessAccounts","parameters":[{"name":"page","in":"query","schema":{"type":"string"},"required":false},{"name":"limit","in":"query","schema":{"type":"string"},"required":false},{"name":"isActive","in":"query","schema":{"type":"string","contentSchema":{"type":"boolean"},"contentMediaType":"application/json"},"required":false},{"name":"verificationStatus","in":"query","schema":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["verified"]},{"type":"string","enum":["failed"]},{"type":"string","enum":["suspended"]}]},"required":false}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"organizationId":{"type":"string"},"phoneNumber":{"type":"string"},"phoneNumberId":{"type":"string"},"displayName":{"type":"string"},"whatsappBusinessAccountId":{"type":"string"},"verificationStatus":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["verified"]},{"type":"string","enum":["failed"]},{"type":"string","enum":["suspended"]}]},"isDefault":{"type":"boolean"},"webhookUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"qualityRating":{"anyOf":[{"type":"string","enum":["green"]},{"type":"string","enum":["yellow"]},{"type":"string","enum":["red"]},{"type":"string","enum":["unknown"]}]},"messagingLimit":{"anyOf":[{"type":"string"},{"type":"null"}]},"currentLimit":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"isActive":{"type":"boolean"},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","organizationId","phoneNumber","phoneNumberId","displayName","whatsappBusinessAccountId","verificationStatus","isDefault","webhookUrl","qualityRating","messagingLimit","currentLimit","isActive","createdAt","updatedAt"],"additionalProperties":false}},"pagination":{"type":"object","properties":{"page":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"limit":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"total":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"totalPages":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["page","limit","total","totalPages"],"additionalProperties":false}},"required":["items","pagination"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}},"post":{"tags":["WhatsApp"],"operationId":"whatsapp.connectBusinessAccount","parameters":[],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"201":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"organizationId":{"type":"string"},"phoneNumber":{"type":"string"},"phoneNumberId":{"type":"string"},"displayName":{"type":"string"},"whatsappBusinessAccountId":{"type":"string"},"verificationStatus":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["verified"]},{"type":"string","enum":["failed"]},{"type":"string","enum":["suspended"]}]},"isDefault":{"type":"boolean"},"webhookUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"qualityRating":{"anyOf":[{"type":"string","enum":["green"]},{"type":"string","enum":["yellow"]},{"type":"string","enum":["red"]},{"type":"string","enum":["unknown"]}]},"messagingLimit":{"anyOf":[{"type":"string"},{"type":"null"}]},"currentLimit":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"isActive":{"type":"boolean"},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","organizationId","phoneNumber","phoneNumberId","displayName","whatsappBusinessAccountId","verificationStatus","isDefault","webhookUrl","qualityRating","messagingLimit","currentLimit","isActive","createdAt","updatedAt"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"409":{"description":"ConflictError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictError"}}}},"422":{"description":"ValidationError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"phoneNumber":{"type":"string","allOf":[{"pattern":"^\\+\\d{10,15}$"}]},"phoneNumberId":{"type":"string","allOf":[{"minLength":1}]},"displayName":{"type":"string","allOf":[{"minLength":1}]},"whatsappBusinessAccountId":{"type":"string","allOf":[{"minLength":1}]},"accessToken":{"type":"string","allOf":[{"minLength":1}]},"metaUserId":{"type":"string"},"webhookUrl":{"type":"string"},"webhookVerifyToken":{"type":"string"}},"required":["phoneNumber","phoneNumberId","displayName","whatsappBusinessAccountId","accessToken"],"additionalProperties":false}}},"required":true}}},"/v1/whatsapp/business-accounts/{accountId}":{"get":{"tags":["WhatsApp"],"operationId":"whatsapp.getBusinessAccount","parameters":[{"name":"accountId","in":"path","schema":{"type":"string","allOf":[{"pattern":"^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"organizationId":{"type":"string"},"phoneNumber":{"type":"string"},"phoneNumberId":{"type":"string"},"displayName":{"type":"string"},"whatsappBusinessAccountId":{"type":"string"},"verificationStatus":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["verified"]},{"type":"string","enum":["failed"]},{"type":"string","enum":["suspended"]}]},"isDefault":{"type":"boolean"},"webhookUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"qualityRating":{"anyOf":[{"type":"string","enum":["green"]},{"type":"string","enum":["yellow"]},{"type":"string","enum":["red"]},{"type":"string","enum":["unknown"]}]},"messagingLimit":{"anyOf":[{"type":"string"},{"type":"null"}]},"currentLimit":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"isActive":{"type":"boolean"},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","organizationId","phoneNumber","phoneNumberId","displayName","whatsappBusinessAccountId","verificationStatus","isDefault","webhookUrl","qualityRating","messagingLimit","currentLimit","isActive","createdAt","updatedAt"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}},"patch":{"tags":["WhatsApp"],"operationId":"whatsapp.updateBusinessAccount","parameters":[{"name":"accountId","in":"path","schema":{"type":"string","allOf":[{"pattern":"^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"organizationId":{"type":"string"},"phoneNumber":{"type":"string"},"phoneNumberId":{"type":"string"},"displayName":{"type":"string"},"whatsappBusinessAccountId":{"type":"string"},"verificationStatus":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["verified"]},{"type":"string","enum":["failed"]},{"type":"string","enum":["suspended"]}]},"isDefault":{"type":"boolean"},"webhookUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"qualityRating":{"anyOf":[{"type":"string","enum":["green"]},{"type":"string","enum":["yellow"]},{"type":"string","enum":["red"]},{"type":"string","enum":["unknown"]}]},"messagingLimit":{"anyOf":[{"type":"string"},{"type":"null"}]},"currentLimit":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"isActive":{"type":"boolean"},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","organizationId","phoneNumber","phoneNumberId","displayName","whatsappBusinessAccountId","verificationStatus","isDefault","webhookUrl","qualityRating","messagingLimit","currentLimit","isActive","createdAt","updatedAt"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"422":{"description":"ValidationError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"displayName":{"type":"string","allOf":[{"minLength":1}]},"webhookUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"webhookVerifyToken":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false}}},"required":true}},"delete":{"tags":["WhatsApp"],"operationId":"whatsapp.disconnectBusinessAccount","parameters":[{"name":"accountId","in":"path","schema":{"type":"string","allOf":[{"pattern":"^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean","enum":[true]}},"required":["success"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/whatsapp/business-accounts/{accountId}/set-default":{"post":{"tags":["WhatsApp"],"operationId":"whatsapp.setDefaultBusinessAccount","parameters":[{"name":"accountId","in":"path","schema":{"type":"string","allOf":[{"pattern":"^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"organizationId":{"type":"string"},"phoneNumber":{"type":"string"},"phoneNumberId":{"type":"string"},"displayName":{"type":"string"},"whatsappBusinessAccountId":{"type":"string"},"verificationStatus":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["verified"]},{"type":"string","enum":["failed"]},{"type":"string","enum":["suspended"]}]},"isDefault":{"type":"boolean"},"webhookUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"qualityRating":{"anyOf":[{"type":"string","enum":["green"]},{"type":"string","enum":["yellow"]},{"type":"string","enum":["red"]},{"type":"string","enum":["unknown"]}]},"messagingLimit":{"anyOf":[{"type":"string"},{"type":"null"}]},"currentLimit":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"isActive":{"type":"boolean"},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","organizationId","phoneNumber","phoneNumberId","displayName","whatsappBusinessAccountId","verificationStatus","isDefault","webhookUrl","qualityRating","messagingLimit","currentLimit","isActive","createdAt","updatedAt"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/whatsapp/business-accounts/{accountId}/sync":{"post":{"tags":["WhatsApp"],"operationId":"whatsapp.syncAccountStatus","parameters":[{"name":"accountId","in":"path","schema":{"type":"string","allOf":[{"pattern":"^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"qualityRating":{"anyOf":[{"type":"string","enum":["green"]},{"type":"string","enum":["yellow"]},{"type":"string","enum":["red"]},{"type":"string","enum":["unknown"]}]},"messagingLimit":{"anyOf":[{"type":"string"},{"type":"null"}]},"currentLimit":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"verificationStatus":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["verified"]},{"type":"string","enum":["failed"]},{"type":"string","enum":["suspended"]}]},"syncedAt":{"type":"string"}},"required":["id","qualityRating","messagingLimit","currentLimit","verificationStatus","syncedAt"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}},"502":{"description":"ExternalServiceError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExternalServiceError"}}}}}}},"/v1/conversations":{"get":{"tags":["Conversations"],"operationId":"conversations.list","parameters":[{"name":"page","in":"query","schema":{"type":"string"},"required":false},{"name":"limit","in":"query","schema":{"type":"string"},"required":false},{"name":"status","in":"query","schema":{"anyOf":[{"type":"string","enum":["active"]},{"type":"string","enum":["waiting"]},{"type":"string","enum":["resolved"]},{"type":"string","enum":["escalated"]},{"type":"string","enum":["archived"]}]},"required":false},{"name":"channel","in":"query","schema":{"anyOf":[{"type":"string","enum":["email"]},{"type":"string","enum":["sms"]},{"type":"string","enum":["whatsapp"]},{"type":"string","enum":["voice"]}]},"required":false},{"name":"participantId","in":"query","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":false},{"name":"startDate","in":"query","schema":{"type":"string"},"required":false},{"name":"endDate","in":"query","schema":{"type":"string"},"required":false}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"organizationId":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"title":{"anyOf":[{"type":"string"},{"type":"null"}]},"description":{"anyOf":[{"type":"string"},{"type":"null"}]},"externalId":{"anyOf":[{"type":"string"},{"type":"null"}]},"parentConversationId":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]},"channels":{"type":"array","items":{"anyOf":[{"type":"string","enum":["email"]},{"type":"string","enum":["sms"]},{"type":"string","enum":["whatsapp"]},{"type":"string","enum":["voice"]}]}},"primaryChannel":{"anyOf":[{"type":"string","enum":["email"]},{"type":"string","enum":["sms"]},{"type":"string","enum":["whatsapp"]},{"type":"string","enum":["voice"]}]},"status":{"anyOf":[{"type":"string","enum":["active"]},{"type":"string","enum":["waiting"]},{"type":"string","enum":["resolved"]},{"type":"string","enum":["escalated"]},{"type":"string","enum":["archived"]}]},"statusReason":{"anyOf":[{"type":"string"},{"type":"null"}]},"priority":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"urgency":{"anyOf":[{"type":"string","enum":["low"]},{"type":"string","enum":["medium"]},{"type":"string","enum":["high"]},{"type":"string","enum":["critical"]}]},"complexity":{"anyOf":[{"type":"string","enum":["simple"]},{"type":"string","enum":["moderate"]},{"type":"string","enum":["complex"]}]},"metadata":{"anyOf":[{"type":"object","properties":{"source":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"customFields":{"type":"object"}},"additionalProperties":false},{"type":"null"}]},"participantTracking":{"type":"object","properties":{"allParticipantIds":{"type":"array","items":{"type":"string"}},"activeParticipantIds":{"type":"array","items":{"type":"string"}},"participantHistory":{"type":"array","items":{"type":"object","properties":{"participantId":{"type":"string"},"participantType":{"anyOf":[{"type":"string","enum":["human"]},{"type":"string","enum":["system"]}]},"joinedAt":{"type":"string"},"leftAt":{"type":"string"},"role":{"anyOf":[{"type":"string","enum":["initiator"]},{"type":"string","enum":["responder"]},{"type":"string","enum":["observer"]}]},"addedBy":{"type":"string"},"removedBy":{"type":"string"},"reason":{"type":"string"}},"required":["participantId","participantType","joinedAt","role"],"additionalProperties":false}},"primaryParticipantIds":{"type":"array","items":{"type":"string"}}},"required":["allParticipantIds","activeParticipantIds","participantHistory","primaryParticipantIds"],"additionalProperties":false},"metrics":{"type":"object","properties":{"messageCount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"messagesFromHuman":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"totalParticipants":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"humanParticipants":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"channelSwitches":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"channelDistribution":{"type":"object","additionalProperties":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"totalDuration":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"activeTime":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"firstResponseTime":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"averageResponseTime":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"longestWaitTime":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"resolutionTime":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"resolutionAttempts":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"reopenCount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"customerSatisfaction":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"escalationCount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["messageCount","messagesFromHuman","totalParticipants","humanParticipants","channelSwitches","channelDistribution"],"additionalProperties":false},"context":{"anyOf":[{"type":"object","properties":{"customerData":{"type":"object"},"previousConversations":{"type":"array","items":{"type":"string"}},"sessionVariables":{"type":"object"},"workflowState":{"type":"object","properties":{"currentStep":{"type":"string"},"completedSteps":{"type":"array","items":{"type":"string"}},"pendingSteps":{"type":"array","items":{"type":"string"}},"workflowData":{"type":"object"}},"additionalProperties":false}},"additionalProperties":false},{"type":"null"}]},"tags":{"type":"array","items":{"type":"string"}},"categories":{"type":"array","items":{"type":"string"}},"isTest":{"type":"boolean"},"isInternal":{"type":"boolean"},"isPrivate":{"type":"boolean"},"startedAt":{"type":"string"},"lastActivityAt":{"type":"string"},"lastHumanActivityAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"resolvedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"archivedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"resolvedBy":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]},"resolutionType":{"anyOf":[{"anyOf":[{"type":"string","enum":["automated"]},{"type":"string","enum":["human_assisted"]},{"type":"string","enum":["escalated"]},{"type":"string","enum":["abandoned"]},{"type":"string","enum":["timeout"]}]},{"type":"null"}]},"resolutionNotes":{"anyOf":[{"type":"string"},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":"string"},"createdBy":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]}},"required":["id","organizationId","title","description","externalId","parentConversationId","channels","primaryChannel","status","statusReason","priority","urgency","complexity","metadata","participantTracking","metrics","context","tags","categories","isTest","isInternal","isPrivate","startedAt","lastActivityAt","lastHumanActivityAt","resolvedAt","archivedAt","resolvedBy","resolutionType","resolutionNotes","createdAt","updatedAt","createdBy"],"additionalProperties":false}},"pagination":{"type":"object","properties":{"page":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"limit":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"total":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"totalPages":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["page","limit","total","totalPages"],"additionalProperties":false}},"required":["items","pagination"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}},"post":{"tags":["Conversations"],"operationId":"conversations.create","parameters":[],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"201":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"organizationId":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"title":{"anyOf":[{"type":"string"},{"type":"null"}]},"description":{"anyOf":[{"type":"string"},{"type":"null"}]},"externalId":{"anyOf":[{"type":"string"},{"type":"null"}]},"parentConversationId":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]},"channels":{"type":"array","items":{"anyOf":[{"type":"string","enum":["email"]},{"type":"string","enum":["sms"]},{"type":"string","enum":["whatsapp"]},{"type":"string","enum":["voice"]}]}},"primaryChannel":{"anyOf":[{"type":"string","enum":["email"]},{"type":"string","enum":["sms"]},{"type":"string","enum":["whatsapp"]},{"type":"string","enum":["voice"]}]},"status":{"anyOf":[{"type":"string","enum":["active"]},{"type":"string","enum":["waiting"]},{"type":"string","enum":["resolved"]},{"type":"string","enum":["escalated"]},{"type":"string","enum":["archived"]}]},"statusReason":{"anyOf":[{"type":"string"},{"type":"null"}]},"priority":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"urgency":{"anyOf":[{"type":"string","enum":["low"]},{"type":"string","enum":["medium"]},{"type":"string","enum":["high"]},{"type":"string","enum":["critical"]}]},"complexity":{"anyOf":[{"type":"string","enum":["simple"]},{"type":"string","enum":["moderate"]},{"type":"string","enum":["complex"]}]},"metadata":{"anyOf":[{"type":"object","properties":{"source":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"customFields":{"type":"object"}},"additionalProperties":false},{"type":"null"}]},"participantTracking":{"type":"object","properties":{"allParticipantIds":{"type":"array","items":{"type":"string"}},"activeParticipantIds":{"type":"array","items":{"type":"string"}},"participantHistory":{"type":"array","items":{"type":"object","properties":{"participantId":{"type":"string"},"participantType":{"anyOf":[{"type":"string","enum":["human"]},{"type":"string","enum":["system"]}]},"joinedAt":{"type":"string"},"leftAt":{"type":"string"},"role":{"anyOf":[{"type":"string","enum":["initiator"]},{"type":"string","enum":["responder"]},{"type":"string","enum":["observer"]}]},"addedBy":{"type":"string"},"removedBy":{"type":"string"},"reason":{"type":"string"}},"required":["participantId","participantType","joinedAt","role"],"additionalProperties":false}},"primaryParticipantIds":{"type":"array","items":{"type":"string"}}},"required":["allParticipantIds","activeParticipantIds","participantHistory","primaryParticipantIds"],"additionalProperties":false},"metrics":{"type":"object","properties":{"messageCount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"messagesFromHuman":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"totalParticipants":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"humanParticipants":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"channelSwitches":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"channelDistribution":{"type":"object","additionalProperties":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"totalDuration":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"activeTime":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"firstResponseTime":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"averageResponseTime":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"longestWaitTime":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"resolutionTime":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"resolutionAttempts":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"reopenCount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"customerSatisfaction":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"escalationCount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["messageCount","messagesFromHuman","totalParticipants","humanParticipants","channelSwitches","channelDistribution"],"additionalProperties":false},"context":{"anyOf":[{"type":"object","properties":{"customerData":{"type":"object"},"previousConversations":{"type":"array","items":{"type":"string"}},"sessionVariables":{"type":"object"},"workflowState":{"type":"object","properties":{"currentStep":{"type":"string"},"completedSteps":{"type":"array","items":{"type":"string"}},"pendingSteps":{"type":"array","items":{"type":"string"}},"workflowData":{"type":"object"}},"additionalProperties":false}},"additionalProperties":false},{"type":"null"}]},"tags":{"type":"array","items":{"type":"string"}},"categories":{"type":"array","items":{"type":"string"}},"isTest":{"type":"boolean"},"isInternal":{"type":"boolean"},"isPrivate":{"type":"boolean"},"startedAt":{"type":"string"},"lastActivityAt":{"type":"string"},"lastHumanActivityAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"resolvedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"archivedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"resolvedBy":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]},"resolutionType":{"anyOf":[{"anyOf":[{"type":"string","enum":["automated"]},{"type":"string","enum":["human_assisted"]},{"type":"string","enum":["escalated"]},{"type":"string","enum":["abandoned"]},{"type":"string","enum":["timeout"]}]},{"type":"null"}]},"resolutionNotes":{"anyOf":[{"type":"string"},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":"string"},"createdBy":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]}},"required":["id","organizationId","title","description","externalId","parentConversationId","channels","primaryChannel","status","statusReason","priority","urgency","complexity","metadata","participantTracking","metrics","context","tags","categories","isTest","isInternal","isPrivate","startedAt","lastActivityAt","lastHumanActivityAt","resolvedAt","archivedAt","resolvedBy","resolutionType","resolutionNotes","createdAt","updatedAt","createdBy"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"402":{"description":"PaymentRequiredError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequiredError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"422":{"description":"ValidationError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"title":{"type":"string"},"description":{"type":"string"},"externalId":{"type":"string"},"parentConversationId":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"channels":{"type":"array","items":{"anyOf":[{"type":"string","enum":["email"]},{"type":"string","enum":["sms"]},{"type":"string","enum":["whatsapp"]},{"type":"string","enum":["voice"]}]}},"primaryChannel":{"anyOf":[{"type":"string","enum":["email"]},{"type":"string","enum":["sms"]},{"type":"string","enum":["whatsapp"]},{"type":"string","enum":["voice"]}]},"status":{"anyOf":[{"type":"string","enum":["active"]},{"type":"string","enum":["waiting"]},{"type":"string","enum":["resolved"]},{"type":"string","enum":["escalated"]},{"type":"string","enum":["archived"]}]},"statusReason":{"type":"string"},"priority":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"urgency":{"anyOf":[{"type":"string","enum":["low"]},{"type":"string","enum":["medium"]},{"type":"string","enum":["high"]},{"type":"string","enum":["critical"]}]},"complexity":{"anyOf":[{"type":"string","enum":["simple"]},{"type":"string","enum":["moderate"]},{"type":"string","enum":["complex"]}]},"metadata":{"anyOf":[{"type":"object","properties":{"source":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"customFields":{"type":"object"}},"additionalProperties":false},{"type":"null"}]},"participantTracking":{"type":"object","properties":{"allParticipantIds":{"type":"array","items":{"type":"string"}},"activeParticipantIds":{"type":"array","items":{"type":"string"}},"participantHistory":{"type":"array","items":{"type":"object","properties":{"participantId":{"type":"string"},"participantType":{"anyOf":[{"type":"string","enum":["human"]},{"type":"string","enum":["system"]}]},"joinedAt":{"type":"string"},"leftAt":{"type":"string"},"role":{"anyOf":[{"type":"string","enum":["initiator"]},{"type":"string","enum":["responder"]},{"type":"string","enum":["observer"]}]},"addedBy":{"type":"string"},"removedBy":{"type":"string"},"reason":{"type":"string"}},"required":["participantId","participantType","joinedAt","role"],"additionalProperties":false}},"primaryParticipantIds":{"type":"array","items":{"type":"string"}}},"required":["allParticipantIds","activeParticipantIds","participantHistory","primaryParticipantIds"],"additionalProperties":false},"metrics":{"type":"object","properties":{"messageCount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"messagesFromHuman":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"totalParticipants":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"humanParticipants":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"channelSwitches":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"channelDistribution":{"type":"object","additionalProperties":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"totalDuration":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"activeTime":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"firstResponseTime":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"averageResponseTime":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"longestWaitTime":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"resolutionTime":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"resolutionAttempts":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"reopenCount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"customerSatisfaction":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"escalationCount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["messageCount","messagesFromHuman","totalParticipants","humanParticipants","channelSwitches","channelDistribution"],"additionalProperties":false},"context":{"anyOf":[{"type":"object","properties":{"customerData":{"type":"object"},"previousConversations":{"type":"array","items":{"type":"string"}},"sessionVariables":{"type":"object"},"workflowState":{"type":"object","properties":{"currentStep":{"type":"string"},"completedSteps":{"type":"array","items":{"type":"string"}},"pendingSteps":{"type":"array","items":{"type":"string"}},"workflowData":{"type":"object"}},"additionalProperties":false}},"additionalProperties":false},{"type":"null"}]},"tags":{"type":"array","items":{"type":"string"}},"categories":{"type":"array","items":{"type":"string"}},"isTest":{"type":"boolean"},"isInternal":{"type":"boolean"},"isPrivate":{"type":"boolean"},"participantIds":{"type":"array","prefixItems":[{"type":"string","allOf":[{"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)$","format":"uuid"}]}],"minItems":1,"items":{"type":"string","allOf":[{"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)$","format":"uuid"}]}}},"required":["channels","primaryChannel","participantIds"],"additionalProperties":false}}},"required":true}}},"/v1/conversations/{id}":{"get":{"tags":["Conversations"],"operationId":"conversations.getById","parameters":[{"name":"id","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"organizationId":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"title":{"anyOf":[{"type":"string"},{"type":"null"}]},"description":{"anyOf":[{"type":"string"},{"type":"null"}]},"externalId":{"anyOf":[{"type":"string"},{"type":"null"}]},"parentConversationId":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]},"channels":{"type":"array","items":{"anyOf":[{"type":"string","enum":["email"]},{"type":"string","enum":["sms"]},{"type":"string","enum":["whatsapp"]},{"type":"string","enum":["voice"]}]}},"primaryChannel":{"anyOf":[{"type":"string","enum":["email"]},{"type":"string","enum":["sms"]},{"type":"string","enum":["whatsapp"]},{"type":"string","enum":["voice"]}]},"status":{"anyOf":[{"type":"string","enum":["active"]},{"type":"string","enum":["waiting"]},{"type":"string","enum":["resolved"]},{"type":"string","enum":["escalated"]},{"type":"string","enum":["archived"]}]},"statusReason":{"anyOf":[{"type":"string"},{"type":"null"}]},"priority":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"urgency":{"anyOf":[{"type":"string","enum":["low"]},{"type":"string","enum":["medium"]},{"type":"string","enum":["high"]},{"type":"string","enum":["critical"]}]},"complexity":{"anyOf":[{"type":"string","enum":["simple"]},{"type":"string","enum":["moderate"]},{"type":"string","enum":["complex"]}]},"metadata":{"anyOf":[{"type":"object","properties":{"source":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"customFields":{"type":"object"}},"additionalProperties":false},{"type":"null"}]},"participantTracking":{"type":"object","properties":{"allParticipantIds":{"type":"array","items":{"type":"string"}},"activeParticipantIds":{"type":"array","items":{"type":"string"}},"participantHistory":{"type":"array","items":{"type":"object","properties":{"participantId":{"type":"string"},"participantType":{"anyOf":[{"type":"string","enum":["human"]},{"type":"string","enum":["system"]}]},"joinedAt":{"type":"string"},"leftAt":{"type":"string"},"role":{"anyOf":[{"type":"string","enum":["initiator"]},{"type":"string","enum":["responder"]},{"type":"string","enum":["observer"]}]},"addedBy":{"type":"string"},"removedBy":{"type":"string"},"reason":{"type":"string"}},"required":["participantId","participantType","joinedAt","role"],"additionalProperties":false}},"primaryParticipantIds":{"type":"array","items":{"type":"string"}}},"required":["allParticipantIds","activeParticipantIds","participantHistory","primaryParticipantIds"],"additionalProperties":false},"metrics":{"type":"object","properties":{"messageCount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"messagesFromHuman":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"totalParticipants":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"humanParticipants":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"channelSwitches":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"channelDistribution":{"type":"object","additionalProperties":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"totalDuration":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"activeTime":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"firstResponseTime":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"averageResponseTime":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"longestWaitTime":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"resolutionTime":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"resolutionAttempts":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"reopenCount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"customerSatisfaction":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"escalationCount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["messageCount","messagesFromHuman","totalParticipants","humanParticipants","channelSwitches","channelDistribution"],"additionalProperties":false},"context":{"anyOf":[{"type":"object","properties":{"customerData":{"type":"object"},"previousConversations":{"type":"array","items":{"type":"string"}},"sessionVariables":{"type":"object"},"workflowState":{"type":"object","properties":{"currentStep":{"type":"string"},"completedSteps":{"type":"array","items":{"type":"string"}},"pendingSteps":{"type":"array","items":{"type":"string"}},"workflowData":{"type":"object"}},"additionalProperties":false}},"additionalProperties":false},{"type":"null"}]},"tags":{"type":"array","items":{"type":"string"}},"categories":{"type":"array","items":{"type":"string"}},"isTest":{"type":"boolean"},"isInternal":{"type":"boolean"},"isPrivate":{"type":"boolean"},"startedAt":{"type":"string"},"lastActivityAt":{"type":"string"},"lastHumanActivityAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"resolvedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"archivedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"resolvedBy":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]},"resolutionType":{"anyOf":[{"anyOf":[{"type":"string","enum":["automated"]},{"type":"string","enum":["human_assisted"]},{"type":"string","enum":["escalated"]},{"type":"string","enum":["abandoned"]},{"type":"string","enum":["timeout"]}]},{"type":"null"}]},"resolutionNotes":{"anyOf":[{"type":"string"},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":"string"},"createdBy":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]}},"required":["id","organizationId","title","description","externalId","parentConversationId","channels","primaryChannel","status","statusReason","priority","urgency","complexity","metadata","participantTracking","metrics","context","tags","categories","isTest","isInternal","isPrivate","startedAt","lastActivityAt","lastHumanActivityAt","resolvedAt","archivedAt","resolvedBy","resolutionType","resolutionNotes","createdAt","updatedAt","createdBy"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}},"patch":{"tags":["Conversations"],"operationId":"conversations.update","parameters":[{"name":"id","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"organizationId":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"title":{"anyOf":[{"type":"string"},{"type":"null"}]},"description":{"anyOf":[{"type":"string"},{"type":"null"}]},"externalId":{"anyOf":[{"type":"string"},{"type":"null"}]},"parentConversationId":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]},"channels":{"type":"array","items":{"anyOf":[{"type":"string","enum":["email"]},{"type":"string","enum":["sms"]},{"type":"string","enum":["whatsapp"]},{"type":"string","enum":["voice"]}]}},"primaryChannel":{"anyOf":[{"type":"string","enum":["email"]},{"type":"string","enum":["sms"]},{"type":"string","enum":["whatsapp"]},{"type":"string","enum":["voice"]}]},"status":{"anyOf":[{"type":"string","enum":["active"]},{"type":"string","enum":["waiting"]},{"type":"string","enum":["resolved"]},{"type":"string","enum":["escalated"]},{"type":"string","enum":["archived"]}]},"statusReason":{"anyOf":[{"type":"string"},{"type":"null"}]},"priority":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"urgency":{"anyOf":[{"type":"string","enum":["low"]},{"type":"string","enum":["medium"]},{"type":"string","enum":["high"]},{"type":"string","enum":["critical"]}]},"complexity":{"anyOf":[{"type":"string","enum":["simple"]},{"type":"string","enum":["moderate"]},{"type":"string","enum":["complex"]}]},"metadata":{"anyOf":[{"type":"object","properties":{"source":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"customFields":{"type":"object"}},"additionalProperties":false},{"type":"null"}]},"participantTracking":{"type":"object","properties":{"allParticipantIds":{"type":"array","items":{"type":"string"}},"activeParticipantIds":{"type":"array","items":{"type":"string"}},"participantHistory":{"type":"array","items":{"type":"object","properties":{"participantId":{"type":"string"},"participantType":{"anyOf":[{"type":"string","enum":["human"]},{"type":"string","enum":["system"]}]},"joinedAt":{"type":"string"},"leftAt":{"type":"string"},"role":{"anyOf":[{"type":"string","enum":["initiator"]},{"type":"string","enum":["responder"]},{"type":"string","enum":["observer"]}]},"addedBy":{"type":"string"},"removedBy":{"type":"string"},"reason":{"type":"string"}},"required":["participantId","participantType","joinedAt","role"],"additionalProperties":false}},"primaryParticipantIds":{"type":"array","items":{"type":"string"}}},"required":["allParticipantIds","activeParticipantIds","participantHistory","primaryParticipantIds"],"additionalProperties":false},"metrics":{"type":"object","properties":{"messageCount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"messagesFromHuman":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"totalParticipants":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"humanParticipants":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"channelSwitches":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"channelDistribution":{"type":"object","additionalProperties":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"totalDuration":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"activeTime":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"firstResponseTime":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"averageResponseTime":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"longestWaitTime":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"resolutionTime":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"resolutionAttempts":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"reopenCount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"customerSatisfaction":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"escalationCount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["messageCount","messagesFromHuman","totalParticipants","humanParticipants","channelSwitches","channelDistribution"],"additionalProperties":false},"context":{"anyOf":[{"type":"object","properties":{"customerData":{"type":"object"},"previousConversations":{"type":"array","items":{"type":"string"}},"sessionVariables":{"type":"object"},"workflowState":{"type":"object","properties":{"currentStep":{"type":"string"},"completedSteps":{"type":"array","items":{"type":"string"}},"pendingSteps":{"type":"array","items":{"type":"string"}},"workflowData":{"type":"object"}},"additionalProperties":false}},"additionalProperties":false},{"type":"null"}]},"tags":{"type":"array","items":{"type":"string"}},"categories":{"type":"array","items":{"type":"string"}},"isTest":{"type":"boolean"},"isInternal":{"type":"boolean"},"isPrivate":{"type":"boolean"},"startedAt":{"type":"string"},"lastActivityAt":{"type":"string"},"lastHumanActivityAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"resolvedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"archivedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"resolvedBy":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]},"resolutionType":{"anyOf":[{"anyOf":[{"type":"string","enum":["automated"]},{"type":"string","enum":["human_assisted"]},{"type":"string","enum":["escalated"]},{"type":"string","enum":["abandoned"]},{"type":"string","enum":["timeout"]}]},{"type":"null"}]},"resolutionNotes":{"anyOf":[{"type":"string"},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":"string"},"createdBy":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]}},"required":["id","organizationId","title","description","externalId","parentConversationId","channels","primaryChannel","status","statusReason","priority","urgency","complexity","metadata","participantTracking","metrics","context","tags","categories","isTest","isInternal","isPrivate","startedAt","lastActivityAt","lastHumanActivityAt","resolvedAt","archivedAt","resolvedBy","resolutionType","resolutionNotes","createdAt","updatedAt","createdBy"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"422":{"description":"ValidationError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"title":{"type":"string"},"description":{"anyOf":[{"type":"string"},{"type":"null"}]},"externalId":{"anyOf":[{"type":"string"},{"type":"null"}]},"parentConversationId":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]},"primaryChannel":{"anyOf":[{"type":"string","enum":["email"]},{"type":"string","enum":["sms"]},{"type":"string","enum":["whatsapp"]},{"type":"string","enum":["voice"]}]},"status":{"anyOf":[{"type":"string","enum":["active"]},{"type":"string","enum":["waiting"]},{"type":"string","enum":["resolved"]},{"type":"string","enum":["escalated"]},{"type":"string","enum":["archived"]}]},"statusReason":{"anyOf":[{"type":"string"},{"type":"null"}]},"priority":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"urgency":{"anyOf":[{"type":"string","enum":["low"]},{"type":"string","enum":["medium"]},{"type":"string","enum":["high"]},{"type":"string","enum":["critical"]}]},"complexity":{"anyOf":[{"type":"string","enum":["simple"]},{"type":"string","enum":["moderate"]},{"type":"string","enum":["complex"]}]},"context":{"anyOf":[{"type":"object","properties":{"customerData":{"type":"object"},"previousConversations":{"type":"array","items":{"type":"string"}},"sessionVariables":{"type":"object"},"workflowState":{"type":"object","properties":{"currentStep":{"type":"string"},"completedSteps":{"type":"array","items":{"type":"string"}},"pendingSteps":{"type":"array","items":{"type":"string"}},"workflowData":{"type":"object"}},"additionalProperties":false}},"additionalProperties":false},{"type":"null"}]},"metadata":{"anyOf":[{"type":"object","properties":{"source":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"customFields":{"type":"object"}},"additionalProperties":false},{"type":"null"}]},"metrics":{"type":"object","properties":{"messageCount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"messagesFromHuman":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"totalParticipants":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"humanParticipants":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"channelSwitches":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"channelDistribution":{"type":"object","additionalProperties":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"totalDuration":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"activeTime":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"firstResponseTime":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"averageResponseTime":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"longestWaitTime":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"resolutionTime":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"resolutionAttempts":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"reopenCount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"customerSatisfaction":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"escalationCount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["messageCount","messagesFromHuman","totalParticipants","humanParticipants","channelSwitches","channelDistribution"],"additionalProperties":false},"participantTracking":{"type":"object","properties":{"allParticipantIds":{"type":"array","items":{"type":"string"}},"activeParticipantIds":{"type":"array","items":{"type":"string"}},"participantHistory":{"type":"array","items":{"type":"object","properties":{"participantId":{"type":"string"},"participantType":{"anyOf":[{"type":"string","enum":["human"]},{"type":"string","enum":["system"]}]},"joinedAt":{"type":"string"},"leftAt":{"type":"string"},"role":{"anyOf":[{"type":"string","enum":["initiator"]},{"type":"string","enum":["responder"]},{"type":"string","enum":["observer"]}]},"addedBy":{"type":"string"},"removedBy":{"type":"string"},"reason":{"type":"string"}},"required":["participantId","participantType","joinedAt","role"],"additionalProperties":false}},"primaryParticipantIds":{"type":"array","items":{"type":"string"}}},"required":["allParticipantIds","activeParticipantIds","participantHistory","primaryParticipantIds"],"additionalProperties":false},"channels":{"type":"array","items":{"anyOf":[{"type":"string","enum":["email"]},{"type":"string","enum":["sms"]},{"type":"string","enum":["whatsapp"]},{"type":"string","enum":["voice"]}]}},"tags":{"type":"array","items":{"type":"string"}},"categories":{"type":"array","items":{"type":"string"}},"isTest":{"type":"boolean"},"isInternal":{"type":"boolean"},"isPrivate":{"type":"boolean"}},"additionalProperties":false}}},"required":true}}},"/v1/conversations/{id}/participants":{"post":{"tags":["Conversations"],"operationId":"conversations.addParticipants","parameters":[{"name":"id","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"organizationId":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"title":{"anyOf":[{"type":"string"},{"type":"null"}]},"description":{"anyOf":[{"type":"string"},{"type":"null"}]},"externalId":{"anyOf":[{"type":"string"},{"type":"null"}]},"parentConversationId":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]},"channels":{"type":"array","items":{"anyOf":[{"type":"string","enum":["email"]},{"type":"string","enum":["sms"]},{"type":"string","enum":["whatsapp"]},{"type":"string","enum":["voice"]}]}},"primaryChannel":{"anyOf":[{"type":"string","enum":["email"]},{"type":"string","enum":["sms"]},{"type":"string","enum":["whatsapp"]},{"type":"string","enum":["voice"]}]},"status":{"anyOf":[{"type":"string","enum":["active"]},{"type":"string","enum":["waiting"]},{"type":"string","enum":["resolved"]},{"type":"string","enum":["escalated"]},{"type":"string","enum":["archived"]}]},"statusReason":{"anyOf":[{"type":"string"},{"type":"null"}]},"priority":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"urgency":{"anyOf":[{"type":"string","enum":["low"]},{"type":"string","enum":["medium"]},{"type":"string","enum":["high"]},{"type":"string","enum":["critical"]}]},"complexity":{"anyOf":[{"type":"string","enum":["simple"]},{"type":"string","enum":["moderate"]},{"type":"string","enum":["complex"]}]},"metadata":{"anyOf":[{"type":"object","properties":{"source":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"customFields":{"type":"object"}},"additionalProperties":false},{"type":"null"}]},"participantTracking":{"type":"object","properties":{"allParticipantIds":{"type":"array","items":{"type":"string"}},"activeParticipantIds":{"type":"array","items":{"type":"string"}},"participantHistory":{"type":"array","items":{"type":"object","properties":{"participantId":{"type":"string"},"participantType":{"anyOf":[{"type":"string","enum":["human"]},{"type":"string","enum":["system"]}]},"joinedAt":{"type":"string"},"leftAt":{"type":"string"},"role":{"anyOf":[{"type":"string","enum":["initiator"]},{"type":"string","enum":["responder"]},{"type":"string","enum":["observer"]}]},"addedBy":{"type":"string"},"removedBy":{"type":"string"},"reason":{"type":"string"}},"required":["participantId","participantType","joinedAt","role"],"additionalProperties":false}},"primaryParticipantIds":{"type":"array","items":{"type":"string"}}},"required":["allParticipantIds","activeParticipantIds","participantHistory","primaryParticipantIds"],"additionalProperties":false},"metrics":{"type":"object","properties":{"messageCount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"messagesFromHuman":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"totalParticipants":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"humanParticipants":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"channelSwitches":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"channelDistribution":{"type":"object","additionalProperties":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"totalDuration":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"activeTime":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"firstResponseTime":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"averageResponseTime":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"longestWaitTime":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"resolutionTime":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"resolutionAttempts":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"reopenCount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"customerSatisfaction":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"escalationCount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["messageCount","messagesFromHuman","totalParticipants","humanParticipants","channelSwitches","channelDistribution"],"additionalProperties":false},"context":{"anyOf":[{"type":"object","properties":{"customerData":{"type":"object"},"previousConversations":{"type":"array","items":{"type":"string"}},"sessionVariables":{"type":"object"},"workflowState":{"type":"object","properties":{"currentStep":{"type":"string"},"completedSteps":{"type":"array","items":{"type":"string"}},"pendingSteps":{"type":"array","items":{"type":"string"}},"workflowData":{"type":"object"}},"additionalProperties":false}},"additionalProperties":false},{"type":"null"}]},"tags":{"type":"array","items":{"type":"string"}},"categories":{"type":"array","items":{"type":"string"}},"isTest":{"type":"boolean"},"isInternal":{"type":"boolean"},"isPrivate":{"type":"boolean"},"startedAt":{"type":"string"},"lastActivityAt":{"type":"string"},"lastHumanActivityAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"resolvedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"archivedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"resolvedBy":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]},"resolutionType":{"anyOf":[{"anyOf":[{"type":"string","enum":["automated"]},{"type":"string","enum":["human_assisted"]},{"type":"string","enum":["escalated"]},{"type":"string","enum":["abandoned"]},{"type":"string","enum":["timeout"]}]},{"type":"null"}]},"resolutionNotes":{"anyOf":[{"type":"string"},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":"string"},"createdBy":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]}},"required":["id","organizationId","title","description","externalId","parentConversationId","channels","primaryChannel","status","statusReason","priority","urgency","complexity","metadata","participantTracking","metrics","context","tags","categories","isTest","isInternal","isPrivate","startedAt","lastActivityAt","lastHumanActivityAt","resolvedAt","archivedAt","resolvedBy","resolutionType","resolutionNotes","createdAt","updatedAt","createdBy"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"422":{"description":"ValidationError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"participantIds":{"type":"array","prefixItems":[{"type":"string","allOf":[{"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)$","format":"uuid"}]}],"minItems":1,"items":{"type":"string","allOf":[{"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)$","format":"uuid"}]}}},"required":["participantIds"],"additionalProperties":false}}},"required":true}},"delete":{"tags":["Conversations"],"operationId":"conversations.removeParticipants","parameters":[{"name":"id","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"organizationId":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"title":{"anyOf":[{"type":"string"},{"type":"null"}]},"description":{"anyOf":[{"type":"string"},{"type":"null"}]},"externalId":{"anyOf":[{"type":"string"},{"type":"null"}]},"parentConversationId":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]},"channels":{"type":"array","items":{"anyOf":[{"type":"string","enum":["email"]},{"type":"string","enum":["sms"]},{"type":"string","enum":["whatsapp"]},{"type":"string","enum":["voice"]}]}},"primaryChannel":{"anyOf":[{"type":"string","enum":["email"]},{"type":"string","enum":["sms"]},{"type":"string","enum":["whatsapp"]},{"type":"string","enum":["voice"]}]},"status":{"anyOf":[{"type":"string","enum":["active"]},{"type":"string","enum":["waiting"]},{"type":"string","enum":["resolved"]},{"type":"string","enum":["escalated"]},{"type":"string","enum":["archived"]}]},"statusReason":{"anyOf":[{"type":"string"},{"type":"null"}]},"priority":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"urgency":{"anyOf":[{"type":"string","enum":["low"]},{"type":"string","enum":["medium"]},{"type":"string","enum":["high"]},{"type":"string","enum":["critical"]}]},"complexity":{"anyOf":[{"type":"string","enum":["simple"]},{"type":"string","enum":["moderate"]},{"type":"string","enum":["complex"]}]},"metadata":{"anyOf":[{"type":"object","properties":{"source":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"customFields":{"type":"object"}},"additionalProperties":false},{"type":"null"}]},"participantTracking":{"type":"object","properties":{"allParticipantIds":{"type":"array","items":{"type":"string"}},"activeParticipantIds":{"type":"array","items":{"type":"string"}},"participantHistory":{"type":"array","items":{"type":"object","properties":{"participantId":{"type":"string"},"participantType":{"anyOf":[{"type":"string","enum":["human"]},{"type":"string","enum":["system"]}]},"joinedAt":{"type":"string"},"leftAt":{"type":"string"},"role":{"anyOf":[{"type":"string","enum":["initiator"]},{"type":"string","enum":["responder"]},{"type":"string","enum":["observer"]}]},"addedBy":{"type":"string"},"removedBy":{"type":"string"},"reason":{"type":"string"}},"required":["participantId","participantType","joinedAt","role"],"additionalProperties":false}},"primaryParticipantIds":{"type":"array","items":{"type":"string"}}},"required":["allParticipantIds","activeParticipantIds","participantHistory","primaryParticipantIds"],"additionalProperties":false},"metrics":{"type":"object","properties":{"messageCount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"messagesFromHuman":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"totalParticipants":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"humanParticipants":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"channelSwitches":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"channelDistribution":{"type":"object","additionalProperties":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"totalDuration":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"activeTime":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"firstResponseTime":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"averageResponseTime":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"longestWaitTime":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"resolutionTime":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"resolutionAttempts":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"reopenCount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"customerSatisfaction":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"escalationCount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["messageCount","messagesFromHuman","totalParticipants","humanParticipants","channelSwitches","channelDistribution"],"additionalProperties":false},"context":{"anyOf":[{"type":"object","properties":{"customerData":{"type":"object"},"previousConversations":{"type":"array","items":{"type":"string"}},"sessionVariables":{"type":"object"},"workflowState":{"type":"object","properties":{"currentStep":{"type":"string"},"completedSteps":{"type":"array","items":{"type":"string"}},"pendingSteps":{"type":"array","items":{"type":"string"}},"workflowData":{"type":"object"}},"additionalProperties":false}},"additionalProperties":false},{"type":"null"}]},"tags":{"type":"array","items":{"type":"string"}},"categories":{"type":"array","items":{"type":"string"}},"isTest":{"type":"boolean"},"isInternal":{"type":"boolean"},"isPrivate":{"type":"boolean"},"startedAt":{"type":"string"},"lastActivityAt":{"type":"string"},"lastHumanActivityAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"resolvedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"archivedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"resolvedBy":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]},"resolutionType":{"anyOf":[{"anyOf":[{"type":"string","enum":["automated"]},{"type":"string","enum":["human_assisted"]},{"type":"string","enum":["escalated"]},{"type":"string","enum":["abandoned"]},{"type":"string","enum":["timeout"]}]},{"type":"null"}]},"resolutionNotes":{"anyOf":[{"type":"string"},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":"string"},"createdBy":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]}},"required":["id","organizationId","title","description","externalId","parentConversationId","channels","primaryChannel","status","statusReason","priority","urgency","complexity","metadata","participantTracking","metrics","context","tags","categories","isTest","isInternal","isPrivate","startedAt","lastActivityAt","lastHumanActivityAt","resolvedAt","archivedAt","resolvedBy","resolutionType","resolutionNotes","createdAt","updatedAt","createdBy"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"422":{"description":"ValidationError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"participantIds":{"type":"array","prefixItems":[{"type":"string","allOf":[{"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)$","format":"uuid"}]}],"minItems":1,"items":{"type":"string","allOf":[{"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)$","format":"uuid"}]}}},"required":["participantIds"],"additionalProperties":false}}},"required":true}}},"/v1/participants":{"get":{"tags":["Participants"],"operationId":"participants.list","parameters":[{"name":"page","in":"query","schema":{"type":"string"},"required":false},{"name":"limit","in":"query","schema":{"type":"string"},"required":false},{"name":"search","in":"query","schema":{"type":"string"},"required":false},{"name":"type","in":"query","schema":{"anyOf":[{"type":"string","enum":["human"]},{"type":"string","enum":["system"]}]},"required":false},{"name":"status","in":"query","schema":{"anyOf":[{"type":"string","enum":["active"]},{"type":"string","enum":["paused"]},{"type":"string","enum":["blocked"]},{"type":"string","enum":["archived"]}]},"required":false},{"name":"startDate","in":"query","schema":{"type":"string"},"required":false},{"name":"endDate","in":"query","schema":{"type":"string"},"required":false}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"organizationId":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"type":{"anyOf":[{"type":"string","enum":["human"]},{"type":"string","enum":["system"]}]},"name":{"type":"string"},"displayName":{"anyOf":[{"type":"string"},{"type":"null"}]},"avatar":{"anyOf":[{"type":"string"},{"type":"null"}]},"channelIdentities":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"channel":{"anyOf":[{"type":"string","enum":["email"]},{"type":"string","enum":["sms"]},{"type":"string","enum":["whatsapp"]},{"type":"string","enum":["voice"]}]},"identifier":{"type":"string"},"verified":{"type":"boolean"}},"required":["channel","identifier","verified"],"additionalProperties":false}},{"type":"null"}]},"humanProfile":{"anyOf":[{"type":"object","properties":{"firstName":{"type":"string"},"lastName":{"type":"string"},"email":{"type":"string"},"phone":{"type":"string"},"company":{"type":"string"},"jobTitle":{"type":"string"},"location":{"type":"object","properties":{"country":{"type":"string"},"state":{"type":"string"},"city":{"type":"string"},"timezone":{"type":"string"}},"required":["country","state","city","timezone"],"additionalProperties":false},"customFields":{"type":"object"},"source":{"anyOf":[{"type":"string","enum":["api"]},{"type":"string","enum":["import"]},{"type":"string","enum":["manual"]},{"type":"string","enum":["form"]}]},"sourceDetails":{"type":"object"}},"additionalProperties":false},{"type":"null"}]},"capabilities":{"type":"array","items":{"type":"string"}},"tags":{"type":"array","items":{"type":"string"}},"engagement":{"type":"object"},"accessLevel":{"anyOf":[{"type":"string","enum":["public"]},{"type":"string","enum":["authenticated"]},{"type":"string","enum":["vip"]},{"type":"string","enum":["internal"]}]},"accessConfig":{"anyOf":[{"type":"object","properties":{"paymentRequired":{"type":"object","properties":{"amount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"currency":{"type":"string"},"validityHours":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"message":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"rateLimit":{"type":"object","properties":{"messagesPerHour":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"messagesPerDay":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"cooldownMinutes":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"additionalProperties":false},"allowedParticipants":{"type":"array","items":{"type":"string","allOf":[{"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)$","format":"uuid"}]}},"blockedParticipants":{"type":"array","items":{"type":"string","allOf":[{"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)$","format":"uuid"}]}},"availability":{"type":"object","properties":{"timezone":{"type":"string"},"schedule":{"type":"array","items":{"type":"object","properties":{"days":{"type":"array","items":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"startTime":{"type":"string"},"endTime":{"type":"string"}},"required":["days","startTime","endTime"],"additionalProperties":false}},"outOfOfficeMessage":{"type":"string"}},"required":["timezone","schedule"],"additionalProperties":false}},"additionalProperties":false},{"type":"null"}]},"preferences":{"anyOf":[{"type":"object","properties":{"preferredChannels":{"type":"array","items":{"anyOf":[{"type":"string","enum":["email"]},{"type":"string","enum":["sms"]},{"type":"string","enum":["whatsapp"]},{"type":"string","enum":["voice"]}]}},"language":{"type":"string"},"timezone":{"type":"string"},"notifications":{"type":"object","properties":{"email":{"type":"boolean"},"sms":{"type":"boolean"},"whatsapp":{"type":"boolean"},"quiet_hours":{"type":"object","properties":{"start":{"type":"string"},"end":{"type":"string"}},"required":["start","end"],"additionalProperties":false}},"additionalProperties":false},"messageFormats":{"type":"object","properties":{"preferMarkdown":{"type":"boolean"},"preferPlainText":{"type":"boolean"},"maxMessageLength":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"additionalProperties":false}},"additionalProperties":false},{"type":"null"}]},"status":{"anyOf":[{"type":"string","enum":["active"]},{"type":"string","enum":["paused"]},{"type":"string","enum":["blocked"]},{"type":"string","enum":["archived"]}]},"statusReason":{"anyOf":[{"type":"string"},{"type":"null"}]},"externalId":{"anyOf":[{"type":"string"},{"type":"null"}]},"metadata":{"anyOf":[{"type":"object"},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":"string"},"createdBy":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]},"lastModifiedBy":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]}},"required":["id","organizationId","type","name","displayName","avatar","channelIdentities","humanProfile","capabilities","tags","engagement","accessLevel","accessConfig","preferences","status","statusReason","externalId","metadata","createdAt","updatedAt","createdBy","lastModifiedBy"],"additionalProperties":false}},"pagination":{"type":"object","properties":{"page":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"limit":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"total":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"totalPages":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["page","limit","total","totalPages"],"additionalProperties":false}},"required":["items","pagination"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}},"post":{"tags":["Participants"],"operationId":"participants.create","parameters":[],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"201":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"organizationId":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"type":{"anyOf":[{"type":"string","enum":["human"]},{"type":"string","enum":["system"]}]},"name":{"type":"string"},"displayName":{"anyOf":[{"type":"string"},{"type":"null"}]},"avatar":{"anyOf":[{"type":"string"},{"type":"null"}]},"channelIdentities":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"channel":{"anyOf":[{"type":"string","enum":["email"]},{"type":"string","enum":["sms"]},{"type":"string","enum":["whatsapp"]},{"type":"string","enum":["voice"]}]},"identifier":{"type":"string"},"verified":{"type":"boolean"}},"required":["channel","identifier","verified"],"additionalProperties":false}},{"type":"null"}]},"humanProfile":{"anyOf":[{"type":"object","properties":{"firstName":{"type":"string"},"lastName":{"type":"string"},"email":{"type":"string"},"phone":{"type":"string"},"company":{"type":"string"},"jobTitle":{"type":"string"},"location":{"type":"object","properties":{"country":{"type":"string"},"state":{"type":"string"},"city":{"type":"string"},"timezone":{"type":"string"}},"required":["country","state","city","timezone"],"additionalProperties":false},"customFields":{"type":"object"},"source":{"anyOf":[{"type":"string","enum":["api"]},{"type":"string","enum":["import"]},{"type":"string","enum":["manual"]},{"type":"string","enum":["form"]}]},"sourceDetails":{"type":"object"}},"additionalProperties":false},{"type":"null"}]},"capabilities":{"type":"array","items":{"type":"string"}},"tags":{"type":"array","items":{"type":"string"}},"engagement":{"type":"object"},"accessLevel":{"anyOf":[{"type":"string","enum":["public"]},{"type":"string","enum":["authenticated"]},{"type":"string","enum":["vip"]},{"type":"string","enum":["internal"]}]},"accessConfig":{"anyOf":[{"type":"object","properties":{"paymentRequired":{"type":"object","properties":{"amount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"currency":{"type":"string"},"validityHours":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"message":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"rateLimit":{"type":"object","properties":{"messagesPerHour":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"messagesPerDay":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"cooldownMinutes":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"additionalProperties":false},"allowedParticipants":{"type":"array","items":{"type":"string","allOf":[{"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)$","format":"uuid"}]}},"blockedParticipants":{"type":"array","items":{"type":"string","allOf":[{"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)$","format":"uuid"}]}},"availability":{"type":"object","properties":{"timezone":{"type":"string"},"schedule":{"type":"array","items":{"type":"object","properties":{"days":{"type":"array","items":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"startTime":{"type":"string"},"endTime":{"type":"string"}},"required":["days","startTime","endTime"],"additionalProperties":false}},"outOfOfficeMessage":{"type":"string"}},"required":["timezone","schedule"],"additionalProperties":false}},"additionalProperties":false},{"type":"null"}]},"preferences":{"anyOf":[{"type":"object","properties":{"preferredChannels":{"type":"array","items":{"anyOf":[{"type":"string","enum":["email"]},{"type":"string","enum":["sms"]},{"type":"string","enum":["whatsapp"]},{"type":"string","enum":["voice"]}]}},"language":{"type":"string"},"timezone":{"type":"string"},"notifications":{"type":"object","properties":{"email":{"type":"boolean"},"sms":{"type":"boolean"},"whatsapp":{"type":"boolean"},"quiet_hours":{"type":"object","properties":{"start":{"type":"string"},"end":{"type":"string"}},"required":["start","end"],"additionalProperties":false}},"additionalProperties":false},"messageFormats":{"type":"object","properties":{"preferMarkdown":{"type":"boolean"},"preferPlainText":{"type":"boolean"},"maxMessageLength":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"additionalProperties":false}},"additionalProperties":false},{"type":"null"}]},"status":{"anyOf":[{"type":"string","enum":["active"]},{"type":"string","enum":["paused"]},{"type":"string","enum":["blocked"]},{"type":"string","enum":["archived"]}]},"statusReason":{"anyOf":[{"type":"string"},{"type":"null"}]},"externalId":{"anyOf":[{"type":"string"},{"type":"null"}]},"metadata":{"anyOf":[{"type":"object"},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":"string"},"createdBy":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]},"lastModifiedBy":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]}},"required":["id","organizationId","type","name","displayName","avatar","channelIdentities","humanProfile","capabilities","tags","engagement","accessLevel","accessConfig","preferences","status","statusReason","externalId","metadata","createdAt","updatedAt","createdBy","lastModifiedBy"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"402":{"description":"PaymentRequiredError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequiredError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"422":{"description":"ValidationError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"type":{"anyOf":[{"type":"string","enum":["human"]},{"type":"string","enum":["system"]}]},"name":{"type":"string"},"displayName":{"anyOf":[{"type":"string"},{"type":"null"}]},"avatar":{"anyOf":[{"type":"string"},{"type":"null"}]},"channelIdentities":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"channel":{"anyOf":[{"type":"string","enum":["email"]},{"type":"string","enum":["sms"]},{"type":"string","enum":["whatsapp"]},{"type":"string","enum":["voice"]}]},"identifier":{"type":"string"},"verified":{"type":"boolean"}},"required":["channel","identifier","verified"],"additionalProperties":false}},{"type":"null"}]},"humanProfile":{"anyOf":[{"type":"object","properties":{"firstName":{"type":"string"},"lastName":{"type":"string"},"email":{"type":"string"},"phone":{"type":"string"},"company":{"type":"string"},"jobTitle":{"type":"string"},"location":{"type":"object","properties":{"country":{"type":"string"},"state":{"type":"string"},"city":{"type":"string"},"timezone":{"type":"string"}},"required":["country","state","city","timezone"],"additionalProperties":false},"customFields":{"type":"object"},"source":{"anyOf":[{"type":"string","enum":["api"]},{"type":"string","enum":["import"]},{"type":"string","enum":["manual"]},{"type":"string","enum":["form"]}]},"sourceDetails":{"type":"object"}},"additionalProperties":false},{"type":"null"}]},"capabilities":{"type":"array","items":{"type":"string"}},"tags":{"type":"array","items":{"type":"string"}},"engagement":{"type":"object","properties":{"totalInteractions":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"lastActiveAt":{"type":"string"},"averageResponseTime":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"satisfactionScore":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"channels":{"type":"object","properties":{"sms":{"type":"object","properties":{"sent":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"received":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"failed":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"lastAt":{"type":"string"}},"required":["sent","received","failed"],"additionalProperties":false},"whatsapp":{"type":"object","properties":{"sent":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"received":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"failed":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"lastAt":{"type":"string"}},"required":["sent","received","failed"],"additionalProperties":false},"email":{"type":"object","properties":{"sent":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"received":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"failed":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"bounced":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"lastAt":{"type":"string"}},"required":["sent","received","failed","bounced"],"additionalProperties":false}},"additionalProperties":false},"performance":{"type":"object","properties":{"successRate":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"escalationRate":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"resolutionRate":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"averageHandlingTime":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["successRate","escalationRate","resolutionRate","averageHandlingTime"],"additionalProperties":false}},"required":["totalInteractions","lastActiveAt","averageResponseTime","channels"],"additionalProperties":false},"accessLevel":{"anyOf":[{"type":"string","enum":["public"]},{"type":"string","enum":["authenticated"]},{"type":"string","enum":["vip"]},{"type":"string","enum":["internal"]}]},"accessConfig":{"anyOf":[{"type":"object","properties":{"paymentRequired":{"type":"object","properties":{"amount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"currency":{"type":"string"},"validityHours":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"message":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"rateLimit":{"type":"object","properties":{"messagesPerHour":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"messagesPerDay":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"cooldownMinutes":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"additionalProperties":false},"allowedParticipants":{"type":"array","items":{"type":"string","allOf":[{"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)$","format":"uuid"}]}},"blockedParticipants":{"type":"array","items":{"type":"string","allOf":[{"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)$","format":"uuid"}]}},"availability":{"type":"object","properties":{"timezone":{"type":"string"},"schedule":{"type":"array","items":{"type":"object","properties":{"days":{"type":"array","items":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"startTime":{"type":"string"},"endTime":{"type":"string"}},"required":["days","startTime","endTime"],"additionalProperties":false}},"outOfOfficeMessage":{"type":"string"}},"required":["timezone","schedule"],"additionalProperties":false}},"additionalProperties":false},{"type":"null"}]},"preferences":{"anyOf":[{"type":"object","properties":{"preferredChannels":{"type":"array","items":{"anyOf":[{"type":"string","enum":["email"]},{"type":"string","enum":["sms"]},{"type":"string","enum":["whatsapp"]},{"type":"string","enum":["voice"]}]}},"language":{"type":"string"},"timezone":{"type":"string"},"notifications":{"type":"object","properties":{"email":{"type":"boolean"},"sms":{"type":"boolean"},"whatsapp":{"type":"boolean"},"quiet_hours":{"type":"object","properties":{"start":{"type":"string"},"end":{"type":"string"}},"required":["start","end"],"additionalProperties":false}},"additionalProperties":false},"messageFormats":{"type":"object","properties":{"preferMarkdown":{"type":"boolean"},"preferPlainText":{"type":"boolean"},"maxMessageLength":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"additionalProperties":false}},"additionalProperties":false},{"type":"null"}]},"status":{"anyOf":[{"type":"string","enum":["active"]},{"type":"string","enum":["paused"]},{"type":"string","enum":["blocked"]},{"type":"string","enum":["archived"]}]},"statusReason":{"anyOf":[{"type":"string"},{"type":"null"}]},"externalId":{"anyOf":[{"type":"string"},{"type":"null"}]},"metadata":{"anyOf":[{"type":"object"},{"type":"null"}]},"createdBy":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]},"lastModifiedBy":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]}},"required":["type","name"],"additionalProperties":false}}},"required":true}}},"/v1/participants/{id}":{"get":{"tags":["Participants"],"operationId":"participants.getById","parameters":[{"name":"id","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"organizationId":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"type":{"anyOf":[{"type":"string","enum":["human"]},{"type":"string","enum":["system"]}]},"name":{"type":"string"},"displayName":{"anyOf":[{"type":"string"},{"type":"null"}]},"avatar":{"anyOf":[{"type":"string"},{"type":"null"}]},"channelIdentities":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"channel":{"anyOf":[{"type":"string","enum":["email"]},{"type":"string","enum":["sms"]},{"type":"string","enum":["whatsapp"]},{"type":"string","enum":["voice"]}]},"identifier":{"type":"string"},"verified":{"type":"boolean"}},"required":["channel","identifier","verified"],"additionalProperties":false}},{"type":"null"}]},"humanProfile":{"anyOf":[{"type":"object","properties":{"firstName":{"type":"string"},"lastName":{"type":"string"},"email":{"type":"string"},"phone":{"type":"string"},"company":{"type":"string"},"jobTitle":{"type":"string"},"location":{"type":"object","properties":{"country":{"type":"string"},"state":{"type":"string"},"city":{"type":"string"},"timezone":{"type":"string"}},"required":["country","state","city","timezone"],"additionalProperties":false},"customFields":{"type":"object"},"source":{"anyOf":[{"type":"string","enum":["api"]},{"type":"string","enum":["import"]},{"type":"string","enum":["manual"]},{"type":"string","enum":["form"]}]},"sourceDetails":{"type":"object"}},"additionalProperties":false},{"type":"null"}]},"capabilities":{"type":"array","items":{"type":"string"}},"tags":{"type":"array","items":{"type":"string"}},"engagement":{"type":"object"},"accessLevel":{"anyOf":[{"type":"string","enum":["public"]},{"type":"string","enum":["authenticated"]},{"type":"string","enum":["vip"]},{"type":"string","enum":["internal"]}]},"accessConfig":{"anyOf":[{"type":"object","properties":{"paymentRequired":{"type":"object","properties":{"amount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"currency":{"type":"string"},"validityHours":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"message":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"rateLimit":{"type":"object","properties":{"messagesPerHour":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"messagesPerDay":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"cooldownMinutes":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"additionalProperties":false},"allowedParticipants":{"type":"array","items":{"type":"string","allOf":[{"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)$","format":"uuid"}]}},"blockedParticipants":{"type":"array","items":{"type":"string","allOf":[{"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)$","format":"uuid"}]}},"availability":{"type":"object","properties":{"timezone":{"type":"string"},"schedule":{"type":"array","items":{"type":"object","properties":{"days":{"type":"array","items":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"startTime":{"type":"string"},"endTime":{"type":"string"}},"required":["days","startTime","endTime"],"additionalProperties":false}},"outOfOfficeMessage":{"type":"string"}},"required":["timezone","schedule"],"additionalProperties":false}},"additionalProperties":false},{"type":"null"}]},"preferences":{"anyOf":[{"type":"object","properties":{"preferredChannels":{"type":"array","items":{"anyOf":[{"type":"string","enum":["email"]},{"type":"string","enum":["sms"]},{"type":"string","enum":["whatsapp"]},{"type":"string","enum":["voice"]}]}},"language":{"type":"string"},"timezone":{"type":"string"},"notifications":{"type":"object","properties":{"email":{"type":"boolean"},"sms":{"type":"boolean"},"whatsapp":{"type":"boolean"},"quiet_hours":{"type":"object","properties":{"start":{"type":"string"},"end":{"type":"string"}},"required":["start","end"],"additionalProperties":false}},"additionalProperties":false},"messageFormats":{"type":"object","properties":{"preferMarkdown":{"type":"boolean"},"preferPlainText":{"type":"boolean"},"maxMessageLength":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"additionalProperties":false}},"additionalProperties":false},{"type":"null"}]},"status":{"anyOf":[{"type":"string","enum":["active"]},{"type":"string","enum":["paused"]},{"type":"string","enum":["blocked"]},{"type":"string","enum":["archived"]}]},"statusReason":{"anyOf":[{"type":"string"},{"type":"null"}]},"externalId":{"anyOf":[{"type":"string"},{"type":"null"}]},"metadata":{"anyOf":[{"type":"object"},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":"string"},"createdBy":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]},"lastModifiedBy":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]}},"required":["id","organizationId","type","name","displayName","avatar","channelIdentities","humanProfile","capabilities","tags","engagement","accessLevel","accessConfig","preferences","status","statusReason","externalId","metadata","createdAt","updatedAt","createdBy","lastModifiedBy"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}},"patch":{"tags":["Participants"],"operationId":"participants.update","parameters":[{"name":"id","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"organizationId":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"type":{"anyOf":[{"type":"string","enum":["human"]},{"type":"string","enum":["system"]}]},"name":{"type":"string"},"displayName":{"anyOf":[{"type":"string"},{"type":"null"}]},"avatar":{"anyOf":[{"type":"string"},{"type":"null"}]},"channelIdentities":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"channel":{"anyOf":[{"type":"string","enum":["email"]},{"type":"string","enum":["sms"]},{"type":"string","enum":["whatsapp"]},{"type":"string","enum":["voice"]}]},"identifier":{"type":"string"},"verified":{"type":"boolean"}},"required":["channel","identifier","verified"],"additionalProperties":false}},{"type":"null"}]},"humanProfile":{"anyOf":[{"type":"object","properties":{"firstName":{"type":"string"},"lastName":{"type":"string"},"email":{"type":"string"},"phone":{"type":"string"},"company":{"type":"string"},"jobTitle":{"type":"string"},"location":{"type":"object","properties":{"country":{"type":"string"},"state":{"type":"string"},"city":{"type":"string"},"timezone":{"type":"string"}},"required":["country","state","city","timezone"],"additionalProperties":false},"customFields":{"type":"object"},"source":{"anyOf":[{"type":"string","enum":["api"]},{"type":"string","enum":["import"]},{"type":"string","enum":["manual"]},{"type":"string","enum":["form"]}]},"sourceDetails":{"type":"object"}},"additionalProperties":false},{"type":"null"}]},"capabilities":{"type":"array","items":{"type":"string"}},"tags":{"type":"array","items":{"type":"string"}},"engagement":{"type":"object"},"accessLevel":{"anyOf":[{"type":"string","enum":["public"]},{"type":"string","enum":["authenticated"]},{"type":"string","enum":["vip"]},{"type":"string","enum":["internal"]}]},"accessConfig":{"anyOf":[{"type":"object","properties":{"paymentRequired":{"type":"object","properties":{"amount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"currency":{"type":"string"},"validityHours":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"message":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"rateLimit":{"type":"object","properties":{"messagesPerHour":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"messagesPerDay":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"cooldownMinutes":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"additionalProperties":false},"allowedParticipants":{"type":"array","items":{"type":"string","allOf":[{"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)$","format":"uuid"}]}},"blockedParticipants":{"type":"array","items":{"type":"string","allOf":[{"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)$","format":"uuid"}]}},"availability":{"type":"object","properties":{"timezone":{"type":"string"},"schedule":{"type":"array","items":{"type":"object","properties":{"days":{"type":"array","items":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"startTime":{"type":"string"},"endTime":{"type":"string"}},"required":["days","startTime","endTime"],"additionalProperties":false}},"outOfOfficeMessage":{"type":"string"}},"required":["timezone","schedule"],"additionalProperties":false}},"additionalProperties":false},{"type":"null"}]},"preferences":{"anyOf":[{"type":"object","properties":{"preferredChannels":{"type":"array","items":{"anyOf":[{"type":"string","enum":["email"]},{"type":"string","enum":["sms"]},{"type":"string","enum":["whatsapp"]},{"type":"string","enum":["voice"]}]}},"language":{"type":"string"},"timezone":{"type":"string"},"notifications":{"type":"object","properties":{"email":{"type":"boolean"},"sms":{"type":"boolean"},"whatsapp":{"type":"boolean"},"quiet_hours":{"type":"object","properties":{"start":{"type":"string"},"end":{"type":"string"}},"required":["start","end"],"additionalProperties":false}},"additionalProperties":false},"messageFormats":{"type":"object","properties":{"preferMarkdown":{"type":"boolean"},"preferPlainText":{"type":"boolean"},"maxMessageLength":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"additionalProperties":false}},"additionalProperties":false},{"type":"null"}]},"status":{"anyOf":[{"type":"string","enum":["active"]},{"type":"string","enum":["paused"]},{"type":"string","enum":["blocked"]},{"type":"string","enum":["archived"]}]},"statusReason":{"anyOf":[{"type":"string"},{"type":"null"}]},"externalId":{"anyOf":[{"type":"string"},{"type":"null"}]},"metadata":{"anyOf":[{"type":"object"},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":"string"},"createdBy":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]},"lastModifiedBy":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]}},"required":["id","organizationId","type","name","displayName","avatar","channelIdentities","humanProfile","capabilities","tags","engagement","accessLevel","accessConfig","preferences","status","statusReason","externalId","metadata","createdAt","updatedAt","createdBy","lastModifiedBy"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"422":{"description":"ValidationError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"type":{"anyOf":[{"type":"string","enum":["human"]},{"type":"string","enum":["system"]}]},"name":{"type":"string"},"displayName":{"anyOf":[{"type":"string"},{"type":"null"}]},"avatar":{"anyOf":[{"type":"string"},{"type":"null"}]},"channelIdentities":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"channel":{"anyOf":[{"type":"string","enum":["email"]},{"type":"string","enum":["sms"]},{"type":"string","enum":["whatsapp"]},{"type":"string","enum":["voice"]}]},"identifier":{"type":"string"},"verified":{"type":"boolean"}},"required":["channel","identifier","verified"],"additionalProperties":false}},{"type":"null"}]},"humanProfile":{"anyOf":[{"type":"object","properties":{"firstName":{"type":"string"},"lastName":{"type":"string"},"email":{"type":"string"},"phone":{"type":"string"},"company":{"type":"string"},"jobTitle":{"type":"string"},"location":{"type":"object","properties":{"country":{"type":"string"},"state":{"type":"string"},"city":{"type":"string"},"timezone":{"type":"string"}},"required":["country","state","city","timezone"],"additionalProperties":false},"customFields":{"type":"object"},"source":{"anyOf":[{"type":"string","enum":["api"]},{"type":"string","enum":["import"]},{"type":"string","enum":["manual"]},{"type":"string","enum":["form"]}]},"sourceDetails":{"type":"object"}},"additionalProperties":false},{"type":"null"}]},"capabilities":{"type":"array","items":{"type":"string"}},"tags":{"type":"array","items":{"type":"string"}},"engagement":{"type":"object","properties":{"totalInteractions":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"lastActiveAt":{"type":"string"},"averageResponseTime":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"satisfactionScore":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"channels":{"type":"object","properties":{"sms":{"type":"object","properties":{"sent":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"received":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"failed":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"lastAt":{"type":"string"}},"required":["sent","received","failed"],"additionalProperties":false},"whatsapp":{"type":"object","properties":{"sent":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"received":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"failed":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"lastAt":{"type":"string"}},"required":["sent","received","failed"],"additionalProperties":false},"email":{"type":"object","properties":{"sent":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"received":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"failed":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"bounced":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"lastAt":{"type":"string"}},"required":["sent","received","failed","bounced"],"additionalProperties":false}},"additionalProperties":false},"performance":{"type":"object","properties":{"successRate":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"escalationRate":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"resolutionRate":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"averageHandlingTime":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["successRate","escalationRate","resolutionRate","averageHandlingTime"],"additionalProperties":false}},"required":["totalInteractions","lastActiveAt","averageResponseTime","channels"],"additionalProperties":false},"accessLevel":{"anyOf":[{"type":"string","enum":["public"]},{"type":"string","enum":["authenticated"]},{"type":"string","enum":["vip"]},{"type":"string","enum":["internal"]}]},"accessConfig":{"anyOf":[{"type":"object","properties":{"paymentRequired":{"type":"object","properties":{"amount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"currency":{"type":"string"},"validityHours":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"message":{"type":"string"}},"required":["amount","currency"],"additionalProperties":false},"rateLimit":{"type":"object","properties":{"messagesPerHour":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"messagesPerDay":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"cooldownMinutes":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"additionalProperties":false},"allowedParticipants":{"type":"array","items":{"type":"string","allOf":[{"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)$","format":"uuid"}]}},"blockedParticipants":{"type":"array","items":{"type":"string","allOf":[{"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)$","format":"uuid"}]}},"availability":{"type":"object","properties":{"timezone":{"type":"string"},"schedule":{"type":"array","items":{"type":"object","properties":{"days":{"type":"array","items":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"startTime":{"type":"string"},"endTime":{"type":"string"}},"required":["days","startTime","endTime"],"additionalProperties":false}},"outOfOfficeMessage":{"type":"string"}},"required":["timezone","schedule"],"additionalProperties":false}},"additionalProperties":false},{"type":"null"}]},"preferences":{"anyOf":[{"type":"object","properties":{"preferredChannels":{"type":"array","items":{"anyOf":[{"type":"string","enum":["email"]},{"type":"string","enum":["sms"]},{"type":"string","enum":["whatsapp"]},{"type":"string","enum":["voice"]}]}},"language":{"type":"string"},"timezone":{"type":"string"},"notifications":{"type":"object","properties":{"email":{"type":"boolean"},"sms":{"type":"boolean"},"whatsapp":{"type":"boolean"},"quiet_hours":{"type":"object","properties":{"start":{"type":"string"},"end":{"type":"string"}},"required":["start","end"],"additionalProperties":false}},"additionalProperties":false},"messageFormats":{"type":"object","properties":{"preferMarkdown":{"type":"boolean"},"preferPlainText":{"type":"boolean"},"maxMessageLength":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"additionalProperties":false}},"additionalProperties":false},{"type":"null"}]},"status":{"anyOf":[{"type":"string","enum":["active"]},{"type":"string","enum":["paused"]},{"type":"string","enum":["blocked"]},{"type":"string","enum":["archived"]}]},"statusReason":{"anyOf":[{"type":"string"},{"type":"null"}]},"externalId":{"anyOf":[{"type":"string"},{"type":"null"}]},"metadata":{"anyOf":[{"type":"object"},{"type":"null"}]},"createdBy":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]},"lastModifiedBy":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]}},"additionalProperties":false}}},"required":true}},"delete":{"tags":["Participants"],"operationId":"participants.remove","parameters":[{"name":"id","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean"}},"required":["success"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/participants/{id}/engagement":{"get":{"tags":["Participants"],"operationId":"participants.getEngagement","parameters":[{"name":"id","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"totalMessages":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"messagesSent":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"messagesReceived":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"activeConversations":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"lastActivityAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"channelsUsed":{"type":"object","additionalProperties":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}}},"required":["totalMessages","messagesSent","messagesReceived","activeConversations","lastActivityAt","channelsUsed"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/participants/bulk-import":{"post":{"tags":["Participants"],"operationId":"participants.bulkImport","parameters":[],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"total":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"created":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"updated":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"skipped":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"errors":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"results":{"type":"array","items":{"type":"object","properties":{"index":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"status":{"anyOf":[{"type":"string","enum":["created"]},{"type":"string","enum":["updated"]},{"type":"string","enum":["skipped"]},{"type":"string","enum":["error"]}]},"participantId":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"error":{"type":"string"}},"required":["index","status"],"additionalProperties":false}}},"required":["total","created","updated","skipped","errors","results"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"402":{"description":"PaymentRequiredError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequiredError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"422":{"description":"ValidationError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"participants":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"email":{"type":"string"},"phone":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"firstName":{"type":"string"},"lastName":{"type":"string"},"company":{"type":"string"},"jobTitle":{"type":"string"},"customFields":{"type":"object"}},"required":["name"],"additionalProperties":false}},"upsertByEmail":{"type":"boolean"}},"required":["participants"],"additionalProperties":false}}},"required":true}}},"/v1/participants/bulk-delete":{"post":{"tags":["Participants"],"operationId":"participants.bulkDelete","parameters":[],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"deleted":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"failed":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["deleted","failed"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"ids":{"type":"array","prefixItems":[{"type":"string","allOf":[{"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)$","format":"uuid"}]}],"minItems":1,"items":{"type":"string","allOf":[{"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)$","format":"uuid"}]}}},"required":["ids"],"additionalProperties":false}}},"required":true}}},"/v1/participants/bulk-update-tags":{"post":{"tags":["Participants"],"operationId":"participants.bulkUpdateTags","parameters":[],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"updated":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"failed":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["updated","failed"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"ids":{"type":"array","prefixItems":[{"type":"string","allOf":[{"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)$","format":"uuid"}]}],"minItems":1,"items":{"type":"string","allOf":[{"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)$","format":"uuid"}]}},"operation":{"anyOf":[{"type":"string","enum":["add"]},{"type":"string","enum":["remove"]},{"type":"string","enum":["set"]}]},"tags":{"type":"array","prefixItems":[{"type":"string"}],"minItems":1,"items":{"type":"string"}}},"required":["ids","operation","tags"],"additionalProperties":false}}},"required":true}}},"/v1/participants/bulk-update-status":{"post":{"tags":["Participants"],"operationId":"participants.bulkUpdateStatus","parameters":[],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"updated":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"failed":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["updated","failed"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"ids":{"type":"array","prefixItems":[{"type":"string","allOf":[{"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)$","format":"uuid"}]}],"minItems":1,"items":{"type":"string","allOf":[{"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)$","format":"uuid"}]}},"status":{"anyOf":[{"type":"string","enum":["active"]},{"type":"string","enum":["paused"]},{"type":"string","enum":["blocked"]},{"type":"string","enum":["archived"]}]}},"required":["ids","status"],"additionalProperties":false}}},"required":true}}},"/v1/participants/export":{"post":{"tags":["Participants"],"operationId":"participants.export","parameters":[],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"string"},"format":{"anyOf":[{"type":"string","enum":["json"]},{"type":"string","enum":["csv"]}]},"count":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["data","format","count"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"ids":{"type":"array","items":{"type":"string","allOf":[{"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)$","format":"uuid"}]}},"format":{"anyOf":[{"type":"string","enum":["json"]},{"type":"string","enum":["csv"]}]},"filters":{"type":"object","properties":{"type":{"anyOf":[{"type":"string","enum":["human"]},{"type":"string","enum":["system"]}]},"status":{"anyOf":[{"type":"string","enum":["active"]},{"type":"string","enum":["paused"]},{"type":"string","enum":["blocked"]},{"type":"string","enum":["archived"]}]},"tags":{"type":"array","items":{"type":"string"}}},"additionalProperties":false},"fields":{"type":"array","items":{"type":"string"}}},"additionalProperties":false}}},"required":true}}},"/v1/participants/{id}/activity":{"get":{"tags":["Participants"],"operationId":"participants.getActivityTimeline","parameters":[{"name":"id","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true},{"name":"page","in":"query","schema":{"type":"string"},"required":false},{"name":"limit","in":"query","schema":{"type":"string"},"required":false},{"name":"channel","in":"query","schema":{"anyOf":[{"type":"string","enum":["email"]},{"type":"string","enum":["sms"]},{"type":"string","enum":["whatsapp"]},{"type":"string","enum":["voice"]}]},"required":false}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"channel":{"type":"string"},"direction":{"type":"string"},"status":{"type":"string"},"subject":{"anyOf":[{"type":"string"},{"type":"null"}]},"snippet":{"anyOf":[{"type":"string"},{"type":"null"}]},"createdAt":{"type":"string"},"conversationId":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]}},"required":["id","channel","direction","status","subject","snippet","createdAt","conversationId"],"additionalProperties":false}},"pagination":{"type":"object","properties":{"page":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"limit":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"total":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"totalPages":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["page","limit","total","totalPages"],"additionalProperties":false}},"required":["items","pagination"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/participants/{id}/groups":{"get":{"tags":["Participants"],"operationId":"participants.getGroupMemberships","parameters":[{"name":"id","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"groups":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"name":{"type":"string"},"type":{"type":"string"},"role":{"type":"string"},"joinedAt":{"type":"string"}},"required":["id","name","type","role","joinedAt"],"additionalProperties":false}}},"required":["groups"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/participant-groups":{"get":{"tags":["Participant Groups"],"operationId":"participantGroups.list","parameters":[{"name":"page","in":"query","schema":{"type":"string"},"required":false},{"name":"limit","in":"query","schema":{"type":"string"},"required":false},{"name":"type","in":"query","schema":{"anyOf":[{"type":"string","enum":["static"]},{"type":"string","enum":["dynamic"]},{"type":"string","enum":["smart"]}]},"required":false},{"name":"isActive","in":"query","schema":{"type":"string","contentSchema":{"type":"boolean"},"contentMediaType":"application/json"},"required":false}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"organizationId":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"name":{"type":"string"},"description":{"anyOf":[{"type":"string"},{"type":"null"}]},"type":{"anyOf":[{"type":"string","enum":["static"]},{"type":"string","enum":["dynamic"]},{"type":"string","enum":["smart"]}]},"criteria":{"anyOf":[{"type":"object"},{"type":"null"}]},"color":{"anyOf":[{"type":"string"},{"type":"null"}]},"icon":{"anyOf":[{"type":"string"},{"type":"null"}]},"parentGroupId":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]},"participantCount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"lastCalculatedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"isActive":{"type":"boolean"},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","organizationId","name","description","type","criteria","color","icon","parentGroupId","participantCount","lastCalculatedAt","isActive","createdAt","updatedAt"],"additionalProperties":false}},"pagination":{"type":"object","properties":{"page":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"limit":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"total":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"totalPages":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["page","limit","total","totalPages"],"additionalProperties":false}},"required":["items","pagination"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}},"post":{"tags":["Participant Groups"],"operationId":"participantGroups.create","parameters":[],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"201":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"organizationId":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"name":{"type":"string"},"description":{"anyOf":[{"type":"string"},{"type":"null"}]},"type":{"anyOf":[{"type":"string","enum":["static"]},{"type":"string","enum":["dynamic"]},{"type":"string","enum":["smart"]}]},"criteria":{"anyOf":[{"type":"object"},{"type":"null"}]},"color":{"anyOf":[{"type":"string"},{"type":"null"}]},"icon":{"anyOf":[{"type":"string"},{"type":"null"}]},"parentGroupId":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]},"participantCount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"lastCalculatedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"isActive":{"type":"boolean"},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","organizationId","name","description","type","criteria","color","icon","parentGroupId","participantCount","lastCalculatedAt","isActive","createdAt","updatedAt"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"422":{"description":"ValidationError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string"},"description":{"anyOf":[{"type":"string"},{"type":"null"}]},"type":{"anyOf":[{"type":"string","enum":["static"]},{"type":"string","enum":["dynamic"]},{"type":"string","enum":["smart"]}]},"criteria":{"anyOf":[{"type":"object"},{"type":"null"}]},"color":{"anyOf":[{"type":"string"},{"type":"null"}]},"icon":{"anyOf":[{"type":"string"},{"type":"null"}]},"parentGroupId":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]},"isActive":{"type":"boolean"}},"required":["name"],"additionalProperties":false}}},"required":true}}},"/v1/participant-groups/{id}":{"get":{"tags":["Participant Groups"],"operationId":"participantGroups.getById","parameters":[{"name":"id","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"organizationId":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"name":{"type":"string"},"description":{"anyOf":[{"type":"string"},{"type":"null"}]},"type":{"anyOf":[{"type":"string","enum":["static"]},{"type":"string","enum":["dynamic"]},{"type":"string","enum":["smart"]}]},"criteria":{"anyOf":[{"type":"object"},{"type":"null"}]},"color":{"anyOf":[{"type":"string"},{"type":"null"}]},"icon":{"anyOf":[{"type":"string"},{"type":"null"}]},"parentGroupId":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]},"participantCount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"lastCalculatedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"isActive":{"type":"boolean"},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","organizationId","name","description","type","criteria","color","icon","parentGroupId","participantCount","lastCalculatedAt","isActive","createdAt","updatedAt"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}},"patch":{"tags":["Participant Groups"],"operationId":"participantGroups.update","parameters":[{"name":"id","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"organizationId":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"name":{"type":"string"},"description":{"anyOf":[{"type":"string"},{"type":"null"}]},"type":{"anyOf":[{"type":"string","enum":["static"]},{"type":"string","enum":["dynamic"]},{"type":"string","enum":["smart"]}]},"criteria":{"anyOf":[{"type":"object"},{"type":"null"}]},"color":{"anyOf":[{"type":"string"},{"type":"null"}]},"icon":{"anyOf":[{"type":"string"},{"type":"null"}]},"parentGroupId":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]},"participantCount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"lastCalculatedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"isActive":{"type":"boolean"},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","organizationId","name","description","type","criteria","color","icon","parentGroupId","participantCount","lastCalculatedAt","isActive","createdAt","updatedAt"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"422":{"description":"ValidationError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string"},"description":{"anyOf":[{"type":"string"},{"type":"null"}]},"type":{"anyOf":[{"type":"string","enum":["static"]},{"type":"string","enum":["dynamic"]},{"type":"string","enum":["smart"]}]},"criteria":{"anyOf":[{"type":"object"},{"type":"null"}]},"color":{"anyOf":[{"type":"string"},{"type":"null"}]},"icon":{"anyOf":[{"type":"string"},{"type":"null"}]},"parentGroupId":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]},"isActive":{"type":"boolean"}},"additionalProperties":false}}},"required":true}},"delete":{"tags":["Participant Groups"],"operationId":"participantGroups.remove","parameters":[{"name":"id","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean"}},"required":["success"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/participant-groups/{groupId}/members":{"post":{"tags":["Participant Groups"],"operationId":"participantGroups.addMembers","parameters":[{"name":"groupId","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"added":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"skipped":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["added","skipped"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"participantIds":{"type":"array","prefixItems":[{"type":"string","allOf":[{"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)$","format":"uuid"}]}],"minItems":1,"items":{"type":"string","allOf":[{"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)$","format":"uuid"}]}},"role":{"anyOf":[{"type":"string","enum":["member"]},{"type":"string","enum":["moderator"]},{"type":"string","enum":["admin"]}]}},"required":["participantIds"],"additionalProperties":false}}},"required":true}},"delete":{"tags":["Participant Groups"],"operationId":"participantGroups.removeMembers","parameters":[{"name":"groupId","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"removed":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["removed"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"participantIds":{"type":"array","prefixItems":[{"type":"string","allOf":[{"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)$","format":"uuid"}]}],"minItems":1,"items":{"type":"string","allOf":[{"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)$","format":"uuid"}]}}},"required":["participantIds"],"additionalProperties":false}}},"required":true}},"get":{"tags":["Participant Groups"],"operationId":"participantGroups.getMembers","parameters":[{"name":"groupId","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true},{"name":"page","in":"query","schema":{"type":"string"},"required":false},{"name":"limit","in":"query","schema":{"type":"string"},"required":false}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"organizationId":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"groupId":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"participantId":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"role":{"anyOf":[{"type":"string","enum":["member"]},{"type":"string","enum":["moderator"]},{"type":"string","enum":["admin"]}]},"joinedAt":{"type":"string"},"joinedBy":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]},"expiresAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"participant":{"anyOf":[{"type":"object","properties":{"id":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"name":{"type":"string"},"displayName":{"anyOf":[{"type":"string"},{"type":"null"}]},"type":{"type":"string"},"channelIdentities":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"channel":{"anyOf":[{"type":"string","enum":["email"]},{"type":"string","enum":["sms"]},{"type":"string","enum":["whatsapp"]},{"type":"string","enum":["voice"]}]},"identifier":{"type":"string"},"verified":{"type":"boolean"}},"required":["channel","identifier","verified"],"additionalProperties":false}},{"type":"null"}]}},"required":["id","name","displayName","type"],"additionalProperties":false},{"type":"null"}]}},"required":["id","organizationId","groupId","participantId","role","joinedAt","joinedBy","expiresAt","participant"],"additionalProperties":false}},"pagination":{"type":"object","properties":{"page":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"limit":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"total":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"totalPages":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["page","limit","total","totalPages"],"additionalProperties":false}},"required":["items","pagination"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/participant-groups/{groupId}/evaluate":{"post":{"tags":["Participant Groups"],"operationId":"participantGroups.evaluateDynamic","parameters":[{"name":"groupId","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"added":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"removed":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"total":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["added","removed","total"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"422":{"description":"ValidationError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/participant-groups/{groupId}/recount":{"post":{"tags":["Participant Groups"],"operationId":"participantGroups.recount","parameters":[{"name":"groupId","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"count":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["count"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/participant-groups/preview":{"post":{"tags":["Participant Groups"],"operationId":"participantGroups.preview","parameters":[],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"count":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"sample":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"name":{"type":"string"},"type":{"type":"string"},"status":{"type":"string"}},"required":["id","name","type","status"],"additionalProperties":false}}},"required":["count","sample"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"422":{"description":"ValidationError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"criteria":{"type":"object","properties":{"participantTypes":{"type":"array","items":{"type":"string"}},"capabilities":{"type":"array","items":{"type":"string"}},"tags":{"type":"array","items":{"type":"string"}},"channelIdentities":{"type":"array","items":{"type":"string"}},"match":{"anyOf":[{"type":"string","enum":["all"]},{"type":"string","enum":["any"]}]},"conditions":{"type":"array","items":{"type":"object","properties":{"field":{"type":"string"},"operator":{"type":"string"},"value":{}},"required":["field","operator","value"],"additionalProperties":false}}},"additionalProperties":false}},"required":["criteria"],"additionalProperties":false}}},"required":true}}},"/v1/custom-fields":{"get":{"tags":["Custom Fields"],"operationId":"customFields.list","parameters":[{"name":"page","in":"query","schema":{"type":"string"},"required":false},{"name":"limit","in":"query","schema":{"type":"string"},"required":false}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"organizationId":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"key":{"type":"string"},"label":{"type":"string"},"type":{"anyOf":[{"type":"string","enum":["text"]},{"type":"string","enum":["number"]},{"type":"string","enum":["boolean"]},{"type":"string","enum":["date"]},{"type":"string","enum":["select"]}]},"options":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}]},"defaultValue":{"anyOf":[{"type":"string"},{"type":"null"}]},"isRequired":{"type":"boolean"},"sortOrder":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","organizationId","key","label","type","options","defaultValue","isRequired","sortOrder","createdAt","updatedAt"],"additionalProperties":false}},"pagination":{"type":"object","properties":{"page":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"limit":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"total":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"totalPages":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["page","limit","total","totalPages"],"additionalProperties":false}},"required":["items","pagination"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}},"post":{"tags":["Custom Fields"],"operationId":"customFields.create","parameters":[],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"201":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"organizationId":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"key":{"type":"string"},"label":{"type":"string"},"type":{"anyOf":[{"type":"string","enum":["text"]},{"type":"string","enum":["number"]},{"type":"string","enum":["boolean"]},{"type":"string","enum":["date"]},{"type":"string","enum":["select"]}]},"options":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}]},"defaultValue":{"anyOf":[{"type":"string"},{"type":"null"}]},"isRequired":{"type":"boolean"},"sortOrder":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","organizationId","key","label","type","options","defaultValue","isRequired","sortOrder","createdAt","updatedAt"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"409":{"description":"ConflictError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictError"}}}},"422":{"description":"ValidationError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"key":{"type":"string"},"label":{"type":"string"},"type":{"anyOf":[{"type":"string","enum":["text"]},{"type":"string","enum":["number"]},{"type":"string","enum":["boolean"]},{"type":"string","enum":["date"]},{"type":"string","enum":["select"]}]},"options":{"type":"array","items":{"type":"string"}},"defaultValue":{"anyOf":[{"type":"string"},{"type":"null"}]},"isRequired":{"type":"boolean"},"sortOrder":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["key","label","type"],"additionalProperties":false}}},"required":true}}},"/v1/custom-fields/{id}":{"patch":{"tags":["Custom Fields"],"operationId":"customFields.update","parameters":[{"name":"id","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"organizationId":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"key":{"type":"string"},"label":{"type":"string"},"type":{"anyOf":[{"type":"string","enum":["text"]},{"type":"string","enum":["number"]},{"type":"string","enum":["boolean"]},{"type":"string","enum":["date"]},{"type":"string","enum":["select"]}]},"options":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}]},"defaultValue":{"anyOf":[{"type":"string"},{"type":"null"}]},"isRequired":{"type":"boolean"},"sortOrder":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","organizationId","key","label","type","options","defaultValue","isRequired","sortOrder","createdAt","updatedAt"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"422":{"description":"ValidationError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"label":{"type":"string"},"options":{"type":"array","items":{"type":"string"}},"defaultValue":{"anyOf":[{"type":"string"},{"type":"null"}]},"isRequired":{"type":"boolean"},"sortOrder":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"additionalProperties":false}}},"required":true}},"delete":{"tags":["Custom Fields"],"operationId":"customFields.remove","parameters":[{"name":"id","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean"}},"required":["success"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/templates":{"get":{"tags":["Templates"],"operationId":"templates.list","parameters":[{"name":"page","in":"query","schema":{"type":"string"},"required":false},{"name":"limit","in":"query","schema":{"type":"string"},"required":false},{"name":"category","in":"query","schema":{"anyOf":[{"type":"string","enum":["transactional"]},{"type":"string","enum":["marketing"]},{"type":"string","enum":["notification"]},{"type":"string","enum":["reminder"]},{"type":"string","enum":["alert"]},{"type":"string","enum":["verification"]},{"type":"string","enum":["support"]}]},"required":false},{"name":"channel","in":"query","schema":{"anyOf":[{"type":"string","enum":["sms"]},{"type":"string","enum":["email"]},{"type":"string","enum":["whatsapp"]}]},"required":false},{"name":"status","in":"query","schema":{"anyOf":[{"type":"string","enum":["draft"]},{"type":"string","enum":["approved"]},{"type":"string","enum":["published"]},{"type":"string","enum":["archived"]}]},"required":false},{"name":"search","in":"query","schema":{"type":"string"},"required":false},{"name":"sortBy","in":"query","schema":{"anyOf":[{"type":"string","enum":["name"]},{"type":"string","enum":["createdAt"]},{"type":"string","enum":["updatedAt"]},{"type":"string","enum":["usageCount"]},{"type":"string","enum":["lastUsedAt"]}]},"required":false},{"name":"sortOrder","in":"query","schema":{"anyOf":[{"type":"string","enum":["asc"]},{"type":"string","enum":["desc"]}]},"required":false}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"organizationId":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string"},"description":{"anyOf":[{"type":"string"},{"type":"null"}]},"category":{"anyOf":[{"type":"string"},{"type":"null"}]},"supportedChannels":{"type":"array","items":{"type":"string"}},"content":{"anyOf":[{"type":"object"},{"type":"null"}]},"variableSchema":{"anyOf":[{"type":"array"},{"type":"null"}]},"compliance":{"anyOf":[{"type":"object"},{"type":"null"}]},"usageCount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"lastUsedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"status":{"type":"string"},"isActive":{"type":"boolean"},"isDefault":{"type":"boolean"},"version":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"publishedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"publishedBy":{"anyOf":[{"type":"string"},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","organizationId","name","slug","description","category","supportedChannels","content","variableSchema","compliance","usageCount","lastUsedAt","status","isActive","isDefault","version","createdAt","updatedAt"],"additionalProperties":false}},"pagination":{"type":"object","properties":{"page":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"limit":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"total":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"totalPages":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["page","limit","total","totalPages"],"additionalProperties":false}},"required":["items","pagination"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}},"post":{"tags":["Templates"],"operationId":"templates.create","parameters":[],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"201":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"organizationId":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string"},"description":{"anyOf":[{"type":"string"},{"type":"null"}]},"category":{"anyOf":[{"type":"string"},{"type":"null"}]},"supportedChannels":{"type":"array","items":{"type":"string"}},"content":{"anyOf":[{"type":"object"},{"type":"null"}]},"variableSchema":{"anyOf":[{"type":"array"},{"type":"null"}]},"compliance":{"anyOf":[{"type":"object"},{"type":"null"}]},"usageCount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"lastUsedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"status":{"type":"string"},"isActive":{"type":"boolean"},"isDefault":{"type":"boolean"},"version":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"publishedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"publishedBy":{"anyOf":[{"type":"string"},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","organizationId","name","slug","description","category","supportedChannels","content","variableSchema","compliance","usageCount","lastUsedAt","status","isActive","isDefault","version","createdAt","updatedAt"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"409":{"description":"ConflictError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictError"}}}},"422":{"description":"ValidationError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string","allOf":[{"minLength":1}]},"slug":{"type":"string"},"description":{"anyOf":[{"type":"string"},{"type":"null"}]},"category":{"anyOf":[{"anyOf":[{"type":"string","enum":["transactional"]},{"type":"string","enum":["marketing"]},{"type":"string","enum":["notification"]},{"type":"string","enum":["reminder"]},{"type":"string","enum":["alert"]},{"type":"string","enum":["verification"]},{"type":"string","enum":["support"]}]},{"type":"null"}]},"supportedChannels":{"type":"array","items":{"anyOf":[{"type":"string","enum":["sms"]},{"type":"string","enum":["email"]},{"type":"string","enum":["whatsapp"]}]},"allOf":[{"minItems":1}]},"content":{"anyOf":[{"type":"object"},{"type":"null"}]},"variableSchema":{"anyOf":[{"type":"array"},{"type":"null"}]},"compliance":{"anyOf":[{"type":"object"},{"type":"null"}]},"performance":{"anyOf":[{"type":"object"},{"type":"null"}]},"isActive":{"type":"boolean"},"isDefault":{"type":"boolean"},"version":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["name","supportedChannels"],"additionalProperties":false}}},"required":true}}},"/v1/templates/{id}":{"get":{"tags":["Templates"],"operationId":"templates.getById","parameters":[{"name":"id","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"organizationId":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string"},"description":{"anyOf":[{"type":"string"},{"type":"null"}]},"category":{"anyOf":[{"type":"string"},{"type":"null"}]},"supportedChannels":{"type":"array","items":{"type":"string"}},"content":{"anyOf":[{"type":"object"},{"type":"null"}]},"variableSchema":{"anyOf":[{"type":"array"},{"type":"null"}]},"compliance":{"anyOf":[{"type":"object"},{"type":"null"}]},"usageCount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"lastUsedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"status":{"type":"string"},"isActive":{"type":"boolean"},"isDefault":{"type":"boolean"},"version":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"publishedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"publishedBy":{"anyOf":[{"type":"string"},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","organizationId","name","slug","description","category","supportedChannels","content","variableSchema","compliance","usageCount","lastUsedAt","status","isActive","isDefault","version","createdAt","updatedAt"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}},"patch":{"tags":["Templates"],"operationId":"templates.update","parameters":[{"name":"id","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"organizationId":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string"},"description":{"anyOf":[{"type":"string"},{"type":"null"}]},"category":{"anyOf":[{"type":"string"},{"type":"null"}]},"supportedChannels":{"type":"array","items":{"type":"string"}},"content":{"anyOf":[{"type":"object"},{"type":"null"}]},"variableSchema":{"anyOf":[{"type":"array"},{"type":"null"}]},"compliance":{"anyOf":[{"type":"object"},{"type":"null"}]},"usageCount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"lastUsedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"status":{"type":"string"},"isActive":{"type":"boolean"},"isDefault":{"type":"boolean"},"version":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"publishedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"publishedBy":{"anyOf":[{"type":"string"},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","organizationId","name","slug","description","category","supportedChannels","content","variableSchema","compliance","usageCount","lastUsedAt","status","isActive","isDefault","version","createdAt","updatedAt"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"name":{"type":"string"},"slug":{"type":"string"},"description":{"anyOf":[{"type":"string"},{"type":"null"}]},"category":{"anyOf":[{"anyOf":[{"type":"string","enum":["transactional"]},{"type":"string","enum":["marketing"]},{"type":"string","enum":["notification"]},{"type":"string","enum":["reminder"]},{"type":"string","enum":["alert"]},{"type":"string","enum":["verification"]},{"type":"string","enum":["support"]}]},{"type":"null"}]},"supportedChannels":{"type":"array","items":{"anyOf":[{"type":"string","enum":["sms"]},{"type":"string","enum":["email"]},{"type":"string","enum":["whatsapp"]}]}},"content":{"anyOf":[{"type":"object"},{"type":"null"}]},"variableSchema":{"anyOf":[{"type":"array"},{"type":"null"}]},"compliance":{"anyOf":[{"type":"object"},{"type":"null"}]},"performance":{"anyOf":[{"type":"object"},{"type":"null"}]},"isActive":{"type":"boolean"},"isDefault":{"type":"boolean"},"version":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"additionalProperties":false}},"required":["data"],"additionalProperties":false}}},"required":true}},"delete":{"tags":["Templates"],"operationId":"templates.remove","parameters":[{"name":"id","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean"}},"required":["success"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/templates/{id}/approve":{"post":{"tags":["Templates"],"operationId":"templates.approve","parameters":[{"name":"id","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"organizationId":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string"},"description":{"anyOf":[{"type":"string"},{"type":"null"}]},"category":{"anyOf":[{"type":"string"},{"type":"null"}]},"supportedChannels":{"type":"array","items":{"type":"string"}},"content":{"anyOf":[{"type":"object"},{"type":"null"}]},"variableSchema":{"anyOf":[{"type":"array"},{"type":"null"}]},"compliance":{"anyOf":[{"type":"object"},{"type":"null"}]},"usageCount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"lastUsedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"status":{"type":"string"},"isActive":{"type":"boolean"},"isDefault":{"type":"boolean"},"version":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"publishedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"publishedBy":{"anyOf":[{"type":"string"},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","organizationId","name","slug","description","category","supportedChannels","content","variableSchema","compliance","usageCount","lastUsedAt","status","isActive","isDefault","version","createdAt","updatedAt"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"notes":{"type":"string"}},"additionalProperties":false}},"required":["data"],"additionalProperties":false}}},"required":true}}},"/v1/templates/{id}/render":{"post":{"tags":["Templates"],"operationId":"templates.render","parameters":[{"name":"id","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"channel":{"type":"string"},"rendered":{"type":"object","properties":{"subject":{"type":"string"},"html":{"type":"string"},"text":{"type":"string"}},"required":["text"],"additionalProperties":false},"missingVariables":{"type":"array","items":{"type":"string"}},"errors":{"type":"array","items":{"type":"string"}}},"required":["channel","rendered","missingVariables","errors"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"422":{"description":"ValidationError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"channel":{"anyOf":[{"type":"string","enum":["sms"]},{"type":"string","enum":["email"]},{"type":"string","enum":["whatsapp"]}]},"variables":{"type":"object","additionalProperties":{"type":"string"}}},"required":["channel"],"additionalProperties":false}},"required":["data"],"additionalProperties":false}}},"required":true}}},"/v1/templates/preview-spec":{"post":{"tags":["Templates"],"operationId":"templates.previewSpec","parameters":[],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"html":{"type":"string"},"text":{"type":"string"},"subject":{"type":"string"},"missingVariables":{"type":"array","items":{"type":"string"}},"detectedVariables":{"type":"array","items":{"type":"string"}},"issues":{"type":"array","items":{"type":"string"}}},"required":["html","text","subject","missingVariables","detectedVariables","issues"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"422":{"description":"ValidationError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"spec":{"type":"object","properties":{"root":{"type":"string"},"elements":{"type":"object"},"state":{"type":"object"}},"required":["root","elements"],"additionalProperties":false},"subject":{"type":"string"},"variables":{"type":"object"},"preview":{"type":"boolean"}},"required":["spec","subject"],"additionalProperties":false}}},"required":true}}},"/v1/templates/validate-spec":{"post":{"tags":["Templates"],"operationId":"templates.validateSpec","parameters":[],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"valid":{"type":"boolean"},"issues":{"type":"array","items":{"type":"string"}},"detectedVariables":{"type":"array","items":{"type":"string"}}},"required":["valid","issues","detectedVariables"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"422":{"description":"ValidationError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"spec":{"type":"object","properties":{"root":{"type":"string"},"elements":{"type":"object"},"state":{"type":"object"}},"required":["root","elements"],"additionalProperties":false}},"required":["spec"],"additionalProperties":false}}},"required":true}}},"/v1/templates/presets":{"get":{"tags":["Templates"],"operationId":"templates.listPresets","parameters":[{"name":"category","in":"query","schema":{"anyOf":[{"type":"string","enum":["transactional"]},{"type":"string","enum":["marketing"]},{"type":"string","enum":["onboarding"]},{"type":"string","enum":["billing"]}]},"required":false}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"presets":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"category":{"anyOf":[{"type":"string","enum":["transactional"]},{"type":"string","enum":["marketing"]},{"type":"string","enum":["onboarding"]},{"type":"string","enum":["billing"]}]},"thumbnail":{"type":"string"},"variables":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"type":{"anyOf":[{"type":"string","enum":["string"]},{"type":"string","enum":["number"]},{"type":"string","enum":["boolean"]},{"type":"string","enum":["date"]},{"type":"string","enum":["url"]}]},"required":{"type":"boolean"},"default":{},"description":{"type":"string"}},"required":["name","type","required"],"additionalProperties":false}},"channels":{"type":"array","items":{"type":"string"}}},"required":["id","name","description","category","variables","channels"],"additionalProperties":false}}},"required":["presets"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}}}}},"/v1/templates/presets/{id}":{"get":{"tags":["Templates"],"operationId":"templates.getPresetDetails","parameters":[{"name":"id","in":"path","schema":{"type":"string"},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"category":{"anyOf":[{"type":"string","enum":["transactional"]},{"type":"string","enum":["marketing"]},{"type":"string","enum":["onboarding"]},{"type":"string","enum":["billing"]}]},"thumbnail":{"type":"string"},"variables":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"type":{"anyOf":[{"type":"string","enum":["string"]},{"type":"string","enum":["number"]},{"type":"string","enum":["boolean"]},{"type":"string","enum":["date"]},{"type":"string","enum":["url"]}]},"required":{"type":"boolean"},"default":{},"description":{"type":"string"}},"required":["name","type","required"],"additionalProperties":false}},"subject":{"type":"string"},"spec":{},"variableSchema":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"type":{"anyOf":[{"type":"string","enum":["string"]},{"type":"string","enum":["number"]},{"type":"string","enum":["boolean"]},{"type":"string","enum":["date"]},{"type":"string","enum":["url"]}]},"required":{"type":"boolean"},"default":{},"description":{"type":"string"}},"required":["name","type","required"],"additionalProperties":false}}},"required":["id","name","description","category","variables","subject","spec"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/templates/presets/{presetId}/duplicate":{"post":{"tags":["Templates"],"operationId":"templates.duplicatePreset","parameters":[{"name":"presetId","in":"path","schema":{"type":"string"},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"201":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"organizationId":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string"},"description":{"anyOf":[{"type":"string"},{"type":"null"}]},"category":{"anyOf":[{"type":"string"},{"type":"null"}]},"supportedChannels":{"type":"array","items":{"type":"string"}},"content":{"anyOf":[{"type":"object"},{"type":"null"}]},"variableSchema":{"anyOf":[{"type":"array"},{"type":"null"}]},"compliance":{"anyOf":[{"type":"object"},{"type":"null"}]},"usageCount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"lastUsedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"status":{"type":"string"},"isActive":{"type":"boolean"},"isDefault":{"type":"boolean"},"version":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"publishedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"publishedBy":{"anyOf":[{"type":"string"},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","organizationId","name","slug","description","category","supportedChannels","content","variableSchema","compliance","usageCount","lastUsedAt","status","isActive","isDefault","version","createdAt","updatedAt"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"409":{"description":"ConflictError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string","allOf":[{"minLength":1},{"maxLength":100}]},"description":{"type":"string","allOf":[{"maxLength":500}]}},"required":["name"],"additionalProperties":false}}},"required":true}}},"/v1/templates/{id}/publish":{"post":{"tags":["Templates"],"operationId":"templates.publish","parameters":[{"name":"id","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"organizationId":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string"},"description":{"anyOf":[{"type":"string"},{"type":"null"}]},"category":{"anyOf":[{"type":"string"},{"type":"null"}]},"supportedChannels":{"type":"array","items":{"type":"string"}},"content":{"anyOf":[{"type":"object"},{"type":"null"}]},"variableSchema":{"anyOf":[{"type":"array"},{"type":"null"}]},"compliance":{"anyOf":[{"type":"object"},{"type":"null"}]},"usageCount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"lastUsedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"status":{"type":"string"},"isActive":{"type":"boolean"},"isDefault":{"type":"boolean"},"version":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"publishedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"publishedBy":{"anyOf":[{"type":"string"},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","organizationId","name","slug","description","category","supportedChannels","content","variableSchema","compliance","usageCount","lastUsedAt","status","isActive","isDefault","version","createdAt","updatedAt"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"409":{"description":"ConflictError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictError"}}}},"422":{"description":"ValidationError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/templates/{id}/unpublish":{"post":{"tags":["Templates"],"operationId":"templates.unpublish","parameters":[{"name":"id","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"organizationId":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string"},"description":{"anyOf":[{"type":"string"},{"type":"null"}]},"category":{"anyOf":[{"type":"string"},{"type":"null"}]},"supportedChannels":{"type":"array","items":{"type":"string"}},"content":{"anyOf":[{"type":"object"},{"type":"null"}]},"variableSchema":{"anyOf":[{"type":"array"},{"type":"null"}]},"compliance":{"anyOf":[{"type":"object"},{"type":"null"}]},"usageCount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"lastUsedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"status":{"type":"string"},"isActive":{"type":"boolean"},"isDefault":{"type":"boolean"},"version":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"publishedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"publishedBy":{"anyOf":[{"type":"string"},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","organizationId","name","slug","description","category","supportedChannels","content","variableSchema","compliance","usageCount","lastUsedAt","status","isActive","isDefault","version","createdAt","updatedAt"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"422":{"description":"ValidationError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/templates/{id}/versions":{"get":{"tags":["Templates"],"operationId":"templates.versionHistory","parameters":[{"name":"id","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"versions":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"version":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"status":{"type":"string"},"publishedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"publishedBy":{"anyOf":[{"type":"string"},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","version","status","publishedAt","publishedBy","createdAt","updatedAt"],"additionalProperties":false}}},"required":["versions"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/templates/spam-check":{"post":{"tags":["Templates"],"operationId":"templates.spamCheck","parameters":[],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"score":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"severity":{"anyOf":[{"type":"string","enum":["low"]},{"type":"string","enum":["medium"]},{"type":"string","enum":["high"]}]},"issues":{"type":"array","items":{"type":"object","properties":{"rule":{"type":"string"},"description":{"type":"string"},"severity":{"anyOf":[{"type":"string","enum":["low"]},{"type":"string","enum":["medium"]},{"type":"string","enum":["high"]}]},"score":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["rule","description","severity","score"],"additionalProperties":false}},"recommendations":{"type":"array","items":{"type":"string"}}},"required":["score","severity","issues","recommendations"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"422":{"description":"ValidationError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"anyOf":[{"type":"object","properties":{"templateId":{"type":"string","allOf":[{"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)$","format":"uuid"}]}},"required":["templateId"],"additionalProperties":false},{"type":"object","properties":{"subject":{"type":"string"},"html":{"type":"string"},"text":{"type":"string"}},"required":["subject","html","text"],"additionalProperties":false}]}}},"required":true}}},"/v1/drafts":{"get":{"tags":["Drafts"],"operationId":"drafts.list","parameters":[{"name":"page","in":"query","schema":{"type":"string"},"required":false},{"name":"limit","in":"query","schema":{"type":"string"},"required":false},{"name":"channel","in":"query","schema":{"anyOf":[{"type":"string","enum":["email"]},{"type":"string","enum":["sms"]},{"type":"string","enum":["whatsapp"]}]},"required":false}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"organizationId":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"channel":{"type":"string"},"recipients":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"participantId":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"email":{"type":"string"},"phone":{"type":"string"},"whatsappId":{"type":"string"},"name":{"type":"string"}},"additionalProperties":false}},{"type":"null"}]},"content":{"type":"object","properties":{"subject":{"type":"string"},"body":{"type":"string"},"html":{"type":"string"},"ast":{"type":"object"},"text":{"type":"string"},"templateId":{"type":"string"},"templateName":{"type":"string"},"variables":{"type":"object","additionalProperties":{"type":"string"}},"attachmentIds":{"type":"array","items":{"type":"string","allOf":[{"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)$","format":"uuid"}]}}},"additionalProperties":false},"title":{"anyOf":[{"type":"string"},{"type":"null"}]},"lastEditedAt":{"type":"string"},"createdAt":{"type":"string"},"createdBy":{"type":"string","allOf":[{"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)$","format":"uuid"}]}},"required":["id","organizationId","channel","recipients","content","title","lastEditedAt","createdAt","createdBy"],"additionalProperties":false}},"pagination":{"type":"object","properties":{"page":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"limit":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"total":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"totalPages":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["page","limit","total","totalPages"],"additionalProperties":false}},"required":["items","pagination"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}},"post":{"tags":["Drafts"],"operationId":"drafts.create","parameters":[],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"201":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"organizationId":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"channel":{"type":"string"},"recipients":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"participantId":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"email":{"type":"string"},"phone":{"type":"string"},"whatsappId":{"type":"string"},"name":{"type":"string"}},"additionalProperties":false}},{"type":"null"}]},"content":{"type":"object","properties":{"subject":{"type":"string"},"body":{"type":"string"},"html":{"type":"string"},"ast":{"type":"object"},"text":{"type":"string"},"templateId":{"type":"string"},"templateName":{"type":"string"},"variables":{"type":"object","additionalProperties":{"type":"string"}},"attachmentIds":{"type":"array","items":{"type":"string","allOf":[{"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)$","format":"uuid"}]}}},"additionalProperties":false},"title":{"anyOf":[{"type":"string"},{"type":"null"}]},"lastEditedAt":{"type":"string"},"createdAt":{"type":"string"},"createdBy":{"type":"string","allOf":[{"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)$","format":"uuid"}]}},"required":["id","organizationId","channel","recipients","content","title","lastEditedAt","createdAt","createdBy"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"channel":{"anyOf":[{"type":"string","enum":["email"]},{"type":"string","enum":["sms"]},{"type":"string","enum":["whatsapp"]}]},"recipients":{"type":"array","items":{"type":"object","properties":{"participantId":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"email":{"type":"string"},"phone":{"type":"string"},"whatsappId":{"type":"string"},"name":{"type":"string"}},"additionalProperties":false}},"content":{"type":"object","properties":{"subject":{"type":"string"},"body":{"type":"string"},"html":{"type":"string"},"ast":{"type":"object"},"text":{"type":"string"},"templateId":{"type":"string"},"templateName":{"type":"string"},"variables":{"type":"object","additionalProperties":{"type":"string"}},"attachmentIds":{"type":"array","items":{"type":"string","allOf":[{"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)$","format":"uuid"}]}}},"additionalProperties":false},"title":{"type":"string"}},"required":["channel"],"additionalProperties":false}}},"required":true}}},"/v1/drafts/{id}":{"get":{"tags":["Drafts"],"operationId":"drafts.getById","parameters":[{"name":"id","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"organizationId":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"channel":{"type":"string"},"recipients":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"participantId":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"email":{"type":"string"},"phone":{"type":"string"},"whatsappId":{"type":"string"},"name":{"type":"string"}},"additionalProperties":false}},{"type":"null"}]},"content":{"type":"object","properties":{"subject":{"type":"string"},"body":{"type":"string"},"html":{"type":"string"},"ast":{"type":"object"},"text":{"type":"string"},"templateId":{"type":"string"},"templateName":{"type":"string"},"variables":{"type":"object","additionalProperties":{"type":"string"}},"attachmentIds":{"type":"array","items":{"type":"string","allOf":[{"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)$","format":"uuid"}]}}},"additionalProperties":false},"title":{"anyOf":[{"type":"string"},{"type":"null"}]},"lastEditedAt":{"type":"string"},"createdAt":{"type":"string"},"createdBy":{"type":"string","allOf":[{"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)$","format":"uuid"}]}},"required":["id","organizationId","channel","recipients","content","title","lastEditedAt","createdAt","createdBy"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}},"patch":{"tags":["Drafts"],"operationId":"drafts.update","parameters":[{"name":"id","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"organizationId":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"channel":{"type":"string"},"recipients":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"participantId":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"email":{"type":"string"},"phone":{"type":"string"},"whatsappId":{"type":"string"},"name":{"type":"string"}},"additionalProperties":false}},{"type":"null"}]},"content":{"type":"object","properties":{"subject":{"type":"string"},"body":{"type":"string"},"html":{"type":"string"},"ast":{"type":"object"},"text":{"type":"string"},"templateId":{"type":"string"},"templateName":{"type":"string"},"variables":{"type":"object","additionalProperties":{"type":"string"}},"attachmentIds":{"type":"array","items":{"type":"string","allOf":[{"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)$","format":"uuid"}]}}},"additionalProperties":false},"title":{"anyOf":[{"type":"string"},{"type":"null"}]},"lastEditedAt":{"type":"string"},"createdAt":{"type":"string"},"createdBy":{"type":"string","allOf":[{"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)$","format":"uuid"}]}},"required":["id","organizationId","channel","recipients","content","title","lastEditedAt","createdAt","createdBy"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"recipients":{"type":"array","items":{"type":"object","properties":{"participantId":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"email":{"type":"string"},"phone":{"type":"string"},"whatsappId":{"type":"string"},"name":{"type":"string"}},"additionalProperties":false}},"content":{"type":"object","properties":{"subject":{"type":"string"},"body":{"type":"string"},"html":{"type":"string"},"ast":{"type":"object"},"text":{"type":"string"},"templateId":{"type":"string"},"templateName":{"type":"string"},"variables":{"type":"object","additionalProperties":{"type":"string"}},"attachmentIds":{"type":"array","items":{"type":"string","allOf":[{"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)$","format":"uuid"}]}}},"additionalProperties":false},"title":{"type":"string"}},"additionalProperties":false}}},"required":true}},"delete":{"tags":["Drafts"],"operationId":"drafts.remove","parameters":[{"name":"id","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean"}},"required":["success"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/attachments/{id}":{"get":{"tags":["Attachments"],"operationId":"attachments.getById","parameters":[{"name":"id","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"messageId":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"organizationId":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"filename":{"type":"string"},"contentType":{"type":"string"},"size":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"contentId":{"anyOf":[{"type":"string"},{"type":"null"}]},"isInline":{"type":"boolean"},"createdAt":{"type":"string"}},"required":["id","messageId","organizationId","filename","contentType","size","contentId","isInline","createdAt"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}},"delete":{"tags":["Attachments"],"operationId":"attachments.remove","parameters":[{"name":"id","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean"},"deletedId":{"type":"string","allOf":[{"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)$","format":"uuid"}]}},"required":["success","deletedId"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/attachments":{"get":{"tags":["Attachments"],"operationId":"attachments.list","parameters":[{"name":"messageId","in":"query","schema":{"type":"string"},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"attachments":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"messageId":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"organizationId":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"filename":{"type":"string"},"contentType":{"type":"string"},"size":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"contentId":{"anyOf":[{"type":"string"},{"type":"null"}]},"isInline":{"type":"boolean"},"createdAt":{"type":"string"}},"required":["id","messageId","organizationId","filename","contentType","size","contentId","isInline","createdAt"],"additionalProperties":false}},"total":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["attachments","total"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/attachments/{id}/download-url":{"get":{"tags":["Attachments"],"operationId":"attachments.downloadUrl","parameters":[{"name":"id","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true},{"name":"expiresIn","in":"query","schema":{"type":"string"},"required":false}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"url":{"type":"string"},"expiresAt":{"type":"string"},"attachment":{"type":"object","properties":{"id":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"messageId":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"organizationId":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"filename":{"type":"string"},"contentType":{"type":"string"},"size":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"contentId":{"anyOf":[{"type":"string"},{"type":"null"}]},"isInline":{"type":"boolean"},"createdAt":{"type":"string"}},"required":["id","messageId","organizationId","filename","contentType","size","contentId","isInline","createdAt"],"additionalProperties":false}},"required":["url","expiresAt","attachment"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/attachments/{id}/thumbnail-url":{"get":{"tags":["Attachments"],"operationId":"attachments.thumbnailUrl","parameters":[{"name":"id","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true},{"name":"expiresIn","in":"query","schema":{"type":"string"},"required":false}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"url":{"type":"string"},"expiresAt":{"type":"string"},"attachment":{"type":"object","properties":{"id":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"messageId":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"organizationId":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"filename":{"type":"string"},"contentType":{"type":"string"},"size":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"contentId":{"anyOf":[{"type":"string"},{"type":"null"}]},"isInline":{"type":"boolean"},"createdAt":{"type":"string"}},"required":["id","messageId","organizationId","filename","contentType","size","contentId","isInline","createdAt"],"additionalProperties":false}},"required":["url","expiresAt","attachment"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"422":{"description":"ValidationError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/media/direct-upload":{"post":{"tags":["Media"],"operationId":"media.directUpload","parameters":[],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean"},"uploadId":{"type":"string"},"sizeBytes":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"contentType":{"type":"string"},"filename":{"type":"string"}},"required":["success","uploadId","sizeBytes","contentType","filename"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"422":{"description":"ValidationError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"file":{"type":"null"}},"required":["file"],"additionalProperties":false}}},"required":true}}},"/v1/media/initialize":{"post":{"tags":["Media"],"operationId":"media.initializeUpload","parameters":[],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"201":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"mediaId":{"type":"string"},"uploadUrl":{"type":"string"},"expiresAt":{"type":"string"}},"required":["mediaId","uploadUrl","expiresAt"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"422":{"description":"ValidationError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"filename":{"type":"string","allOf":[{"minLength":1},{"maxLength":255}]},"contentType":{"type":"string","allOf":[{"minLength":1},{"maxLength":127}]},"sizeBytes":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"purpose":{"anyOf":[{"type":"string","enum":["attachment"]},{"type":"string","enum":["avatar"]},{"type":"string","enum":["whatsapp_media"]}]},"checksumSha256":{"type":"string"}},"required":["filename","contentType","sizeBytes","purpose"],"additionalProperties":false}}},"required":true}}},"/v1/media/{mediaId}/confirm":{"post":{"tags":["Media"],"operationId":"media.confirmUpload","parameters":[{"name":"mediaId","in":"path","schema":{"type":"string"},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"media":{"type":"object","properties":{"id":{"type":"string"},"organizationId":{"type":"string"},"status":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["uploading"]},{"type":"string","enum":["processing"]},{"type":"string","enum":["ready"]},{"type":"string","enum":["failed"]},{"type":"string","enum":["deleted"]}]},"filename":{"type":"string"},"contentType":{"type":"string"},"sizeBytes":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"width":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},{"type":"null"}]},"height":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},{"type":"null"}]},"durationMs":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},{"type":"null"}]},"purpose":{"anyOf":[{"type":"string","enum":["attachment"]},{"type":"string","enum":["avatar"]},{"type":"string","enum":["whatsapp_media"]}]},"checksumSha256":{"anyOf":[{"type":"string"},{"type":"null"}]},"expiresAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"createdAt":{"type":"string"},"confirmedAt":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["id","organizationId","status","filename","contentType","sizeBytes","width","height","durationMs","purpose","checksumSha256","expiresAt","createdAt","confirmedAt"],"additionalProperties":false},"downloadUrl":{"type":"string"}},"required":["media","downloadUrl"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"422":{"description":"ValidationError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/media/{mediaId}":{"delete":{"tags":["Media"],"operationId":"media.cancelUpload","parameters":[{"name":"mediaId","in":"path","schema":{"type":"string"},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean"}},"required":["success"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"422":{"description":"ValidationError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}},"get":{"tags":["Media"],"operationId":"media.getMedia","parameters":[{"name":"mediaId","in":"path","schema":{"type":"string"},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"organizationId":{"type":"string"},"status":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["uploading"]},{"type":"string","enum":["processing"]},{"type":"string","enum":["ready"]},{"type":"string","enum":["failed"]},{"type":"string","enum":["deleted"]}]},"filename":{"type":"string"},"contentType":{"type":"string"},"sizeBytes":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"width":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},{"type":"null"}]},"height":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},{"type":"null"}]},"durationMs":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},{"type":"null"}]},"purpose":{"anyOf":[{"type":"string","enum":["attachment"]},{"type":"string","enum":["avatar"]},{"type":"string","enum":["whatsapp_media"]}]},"checksumSha256":{"anyOf":[{"type":"string"},{"type":"null"}]},"expiresAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"createdAt":{"type":"string"},"confirmedAt":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["id","organizationId","status","filename","contentType","sizeBytes","width","height","durationMs","purpose","checksumSha256","expiresAt","createdAt","confirmedAt"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/media/{mediaId}/url":{"get":{"tags":["Media"],"operationId":"media.getMediaUrl","parameters":[{"name":"mediaId","in":"path","schema":{"type":"string"},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"url":{"type":"string"},"expiresAt":{"type":"string"}},"required":["url","expiresAt"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"422":{"description":"ValidationError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/billing/usage":{"get":{"tags":["Billing"],"operationId":"billing.getUsage","parameters":[],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"messages":{"type":"object","properties":{"used":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"limit":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"remaining":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["used","limit","remaining"],"additionalProperties":false},"sms":{"type":"object","properties":{"used":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"limit":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"remaining":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["used","limit","remaining"],"additionalProperties":false},"whatsapp":{"type":"object","properties":{"used":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"limit":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"remaining":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["used","limit","remaining"],"additionalProperties":false},"email":{"type":"object","properties":{"used":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"limit":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"remaining":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["used","limit","remaining"],"additionalProperties":false},"participants":{"type":"object","properties":{"used":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"limit":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"remaining":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["used","limit","remaining"],"additionalProperties":false},"conversations":{"type":"object","properties":{"used":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"limit":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"remaining":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["used","limit","remaining"],"additionalProperties":false},"teamMembers":{"type":"object","properties":{"used":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"limit":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"remaining":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["used","limit","remaining"],"additionalProperties":false}},"required":["messages","sms","whatsapp","email","participants","conversations","teamMembers"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/billing/subscription":{"get":{"tags":["Billing"],"operationId":"billing.getSubscription","parameters":[],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"planTier":{"anyOf":[{"type":"string","enum":["free"]},{"type":"string","enum":["indie"]},{"type":"string","enum":["starter"]},{"type":"string","enum":["pro"]},{"type":"string","enum":["enterprise"]}]},"status":{"anyOf":[{"type":"string","enum":["active"]},{"type":"string","enum":["past_due"]},{"type":"string","enum":["canceled"]},{"type":"string","enum":["trialing"]}]},"currentPeriodEnd":{"type":"string"},"stripePriceId":{"type":"string"},"cancelAtPeriodEnd":{"type":"boolean"},"hasPaymentMethod":{"type":"boolean"},"pendingPlanTier":{"anyOf":[{"type":"string","enum":["free"]},{"type":"string","enum":["indie"]},{"type":"string","enum":["starter"]},{"type":"string","enum":["pro"]},{"type":"string","enum":["enterprise"]}]},"pendingEffectiveAt":{"type":"string"},"scheduleStatus":{"type":"string"}},"required":["planTier","status","currentPeriodEnd"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}},"502":{"description":"ExternalServiceError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExternalServiceError"}}}}}}},"/v1/billing/invoices":{"get":{"tags":["Billing"],"operationId":"billing.getInvoices","parameters":[{"name":"limit","in":"query","schema":{"anyOf":[{"type":"string"},{"type":"null"}]},"required":false}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"number":{"anyOf":[{"type":"string"},{"type":"null"}]},"status":{"anyOf":[{"type":"string","enum":["draft"]},{"type":"string","enum":["open"]},{"type":"string","enum":["paid"]},{"type":"string","enum":["void"]},{"type":"string","enum":["uncollectible"]}]},"amountDue":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"amountPaid":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"currency":{"type":"string"},"created":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"periodStart":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"periodEnd":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"invoicePdf":{"anyOf":[{"type":"string"},{"type":"null"}]},"hostedInvoiceUrl":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["id","number","status","amountDue","amountPaid","currency","created","periodStart","periodEnd","invoicePdf","hostedInvoiceUrl"],"additionalProperties":false}}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}},"502":{"description":"ExternalServiceError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExternalServiceError"}}}}}}},"/v1/billing/schedule-plan-change":{"post":{"tags":["Billing"],"operationId":"billing.schedulePlanChange","parameters":[],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean"},"scheduleId":{"type":"string"}},"required":["success","scheduleId"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"422":{"description":"ValidationError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}},"502":{"description":"ExternalServiceError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExternalServiceError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"planTier":{"anyOf":[{"type":"string","enum":["free"]},{"type":"string","enum":["indie"]},{"type":"string","enum":["starter"]},{"type":"string","enum":["pro"]},{"type":"string","enum":["enterprise"]}]}},"required":["planTier"],"additionalProperties":false}}},"required":true}}},"/v1/billing/cancel-plan-change":{"post":{"tags":["Billing"],"operationId":"billing.cancelScheduledPlanChange","parameters":[],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean"}},"required":["success"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}},"502":{"description":"ExternalServiceError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExternalServiceError"}}}}}}},"/v1/billing/auto-recharge":{"get":{"tags":["Billing"],"operationId":"billing.getAutoRecharge","parameters":[],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"enabled":{"type":"boolean"},"thresholdCents":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},{"type":"null"}]},"amountCents":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},{"type":"null"}]},"currentBalanceCents":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"lastAutoRechargeAt":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["enabled","thresholdCents","amountCents","currentBalanceCents","lastAutoRechargeAt"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}},"put":{"tags":["Billing"],"operationId":"billing.updateAutoRecharge","parameters":[],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean"}},"required":["success"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"422":{"description":"ValidationError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"enabled":{"type":"boolean"},"thresholdCents":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},{"type":"null"}]},"amountCents":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},{"type":"null"}]}},"required":["enabled"],"additionalProperties":false}}},"required":true}}},"/v1/billing/top-up":{"post":{"tags":["Billing"],"operationId":"billing.topUpBalance","parameters":[],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"clientSecret":{"type":"string"},"paymentIntentId":{"type":"string"}},"required":["clientSecret","paymentIntentId"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"422":{"description":"ValidationError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationError"}}}},"502":{"description":"ExternalServiceError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExternalServiceError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"amountCents":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["amountCents"],"additionalProperties":false}}},"required":true}}},"/v1/billing/transactions":{"get":{"tags":["Billing"],"operationId":"billing.getBalanceHistory","parameters":[{"name":"limit","in":"query","schema":{"anyOf":[{"type":"string"},{"type":"null"}]},"required":false},{"name":"offset","in":"query","schema":{"anyOf":[{"type":"string"},{"type":"null"}]},"required":false}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"transactions":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"amountCents":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"balanceAfterCents":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"description":{"anyOf":[{"type":"string"},{"type":"null"}]},"createdAt":{"type":"string"}},"required":["id","type","amountCents","balanceAfterCents","description","createdAt"],"additionalProperties":false}},"total":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["transactions","total"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/organizations/current":{"get":{"tags":["Organizations"],"operationId":"organizations.get","parameters":[],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string"},"logo":{"anyOf":[{"type":"string"},{"type":"null"}]},"defaultCurrency":{"type":"string"},"countryCode":{"type":"string"},"timezone":{"type":"string"},"billingEmail":{"anyOf":[{"type":"string"},{"type":"null"}]},"plan":{"type":"string"},"isActive":{"type":"boolean"},"createdAt":{"type":"string"},"updatedAt":{"type":"string"},"metadata":{"anyOf":[{"type":"object"},{"type":"null"}]},"messagesUsed":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"messagesUsedThisMonth":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"smsUsed":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"smsUsedThisMonth":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"whatsappUsed":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"whatsappUsedThisMonth":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"emailUsed":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"emailUsedThisMonth":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"participantsUsed":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"conversationsUsed":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"teamMembersUsed":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"messagesResetAt":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["id","name","slug","logo","defaultCurrency","countryCode","timezone","billingEmail","plan","isActive","createdAt","updatedAt","metadata","messagesUsed","messagesUsedThisMonth","smsUsed","smsUsedThisMonth","whatsappUsed","whatsappUsedThisMonth","emailUsed","emailUsedThisMonth","participantsUsed","conversationsUsed","teamMembersUsed","messagesResetAt"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}},"patch":{"tags":["Organizations"],"operationId":"organizations.update","parameters":[],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string"},"logo":{"anyOf":[{"type":"string"},{"type":"null"}]},"defaultCurrency":{"type":"string"},"countryCode":{"type":"string"},"timezone":{"type":"string"},"billingEmail":{"anyOf":[{"type":"string"},{"type":"null"}]},"plan":{"type":"string"},"isActive":{"type":"boolean"},"createdAt":{"type":"string"},"updatedAt":{"type":"string"},"metadata":{"anyOf":[{"type":"object"},{"type":"null"}]},"messagesUsed":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"messagesUsedThisMonth":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"smsUsed":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"smsUsedThisMonth":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"whatsappUsed":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"whatsappUsedThisMonth":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"emailUsed":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"emailUsedThisMonth":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"participantsUsed":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"conversationsUsed":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"teamMembersUsed":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"messagesResetAt":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["id","name","slug","logo","defaultCurrency","countryCode","timezone","billingEmail","plan","isActive","createdAt","updatedAt","metadata","messagesUsed","messagesUsedThisMonth","smsUsed","smsUsedThisMonth","whatsappUsed","whatsappUsedThisMonth","emailUsed","emailUsedThisMonth","participantsUsed","conversationsUsed","teamMembersUsed","messagesResetAt"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"422":{"description":"ValidationError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string"},"slug":{"type":"string"},"billingEmail":{"type":"string"},"countryCode":{"type":"string"},"currency":{"type":"string"},"timezone":{"type":"string"},"logo":{"type":"string"},"isActive":{"type":"boolean"},"metadata":{"type":"object"}},"additionalProperties":false}}},"required":true}}},"/v1/organizations/usage":{"get":{"tags":["Organizations"],"operationId":"organizations.getUsage","parameters":[{"name":"period","in":"query","schema":{"anyOf":[{"anyOf":[{"type":"string","enum":["current"]},{"type":"string","enum":["last_30_days"]},{"type":"string","enum":["last_90_days"]},{"type":"string","enum":["last_year"]}]},{"type":"null"}]},"required":false}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"usage":{"type":"object","properties":{"smsCount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"emailCount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"whatsappCount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"totalMessages":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["smsCount","emailCount","whatsappCount","totalMessages"],"additionalProperties":false},"billing":{"type":"object","properties":{"currentPeriodStart":{"type":"string"},"currentPeriodEnd":{"type":"string"},"estimatedCost":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"currency":{"type":"string"}},"required":["currentPeriodStart","currentPeriodEnd","estimatedCost","currency"],"additionalProperties":false},"limits":{"type":"object","properties":{"smsLimit":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},{"type":"null"}]},"emailLimit":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},{"type":"null"}]},"whatsappLimit":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},{"type":"null"}]}},"required":["smsLimit","emailLimit","whatsappLimit"],"additionalProperties":false}},"required":["usage","billing","limits"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/api-keys":{"post":{"tags":["API Keys"],"operationId":"apiKeys.create","parameters":[],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"201":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"key":{"type":"string"},"start":{"anyOf":[{"type":"string"},{"type":"null"}]},"description":{"type":"string"},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"expiresAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"lastUsedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"isActive":{"type":"boolean"},"permissions":{"type":"object","additionalProperties":{"type":"array","items":{"type":"string"}}},"roleName":{"type":"string"}},"required":["id","name","key","start","organizationId","createdAt","expiresAt","lastUsedAt","isActive"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string","allOf":[{"minLength":1},{"maxLength":100}]},"description":{"type":"string"},"expiresAt":{"type":"string"},"permissions":{"type":"object","additionalProperties":{"type":"array","items":{"type":"string"}}}},"required":["name"],"additionalProperties":false}}},"required":true}},"get":{"tags":["API Keys"],"operationId":"apiKeys.list","parameters":[{"name":"page","in":"query","schema":{"type":"string"},"required":false},{"name":"limit","in":"query","schema":{"type":"string"},"required":false},{"name":"status","in":"query","schema":{"anyOf":[{"type":"string","enum":["active"]},{"type":"string","enum":["revoked"]}]},"required":false},{"name":"search","in":"query","schema":{"type":"string"},"required":false}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"key":{"type":"string"},"start":{"anyOf":[{"type":"string"},{"type":"null"}]},"description":{"type":"string"},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"expiresAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"lastUsedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"isActive":{"type":"boolean"},"permissions":{"type":"object","additionalProperties":{"type":"array","items":{"type":"string"}}},"roleName":{"type":"string"}},"required":["id","name","start","organizationId","createdAt","expiresAt","lastUsedAt","isActive"],"additionalProperties":false}}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/api-keys/{id}":{"get":{"tags":["API Keys"],"operationId":"apiKeys.get","parameters":[{"name":"id","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"key":{"type":"string"},"start":{"anyOf":[{"type":"string"},{"type":"null"}]},"description":{"type":"string"},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"expiresAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"lastUsedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"isActive":{"type":"boolean"},"permissions":{"type":"object","additionalProperties":{"type":"array","items":{"type":"string"}}},"roleName":{"type":"string"}},"required":["id","name","start","organizationId","createdAt","expiresAt","lastUsedAt","isActive"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}},"patch":{"tags":["API Keys"],"operationId":"apiKeys.update","parameters":[{"name":"id","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"key":{"type":"string"},"start":{"anyOf":[{"type":"string"},{"type":"null"}]},"description":{"type":"string"},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"expiresAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"lastUsedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"isActive":{"type":"boolean"},"permissions":{"type":"object","additionalProperties":{"type":"array","items":{"type":"string"}}},"roleName":{"type":"string"}},"required":["id","name","start","organizationId","createdAt","expiresAt","lastUsedAt","isActive"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string","allOf":[{"minLength":1},{"maxLength":100}]},"description":{"type":"string"}},"additionalProperties":false}}},"required":true}},"delete":{"tags":["API Keys"],"operationId":"apiKeys.revoke","parameters":[{"name":"id","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean"}},"required":["success"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/api-keys/{id}/rotate":{"post":{"tags":["API Keys"],"operationId":"apiKeys.rotate","parameters":[{"name":"id","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"key":{"type":"string"},"start":{"anyOf":[{"type":"string"},{"type":"null"}]},"description":{"type":"string"},"organizationId":{"type":"string"},"createdAt":{"type":"string"},"expiresAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"lastUsedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"isActive":{"type":"boolean"},"permissions":{"type":"object","additionalProperties":{"type":"array","items":{"type":"string"}}},"roleName":{"type":"string"}},"required":["id","name","key","start","organizationId","createdAt","expiresAt","lastUsedAt","isActive"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/api-keys/{id}/remove":{"delete":{"tags":["API Keys"],"operationId":"apiKeys.remove","parameters":[{"name":"id","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean"}},"required":["success"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/api-keys/{id}/stats":{"get":{"tags":["API Keys"],"operationId":"apiKeys.getStats","parameters":[{"name":"id","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true},{"name":"period","in":"query","schema":{"anyOf":[{"type":"string","enum":["7d"]},{"type":"string","enum":["30d"]},{"type":"string","enum":["90d"]}]},"required":false}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"totalRequests":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"successfulRequests":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"failedRequests":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"avgLatency":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"dailyVolume":{"type":"array","items":{"type":"object","properties":{"date":{"type":"string"},"requests":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["date","requests"],"additionalProperties":false}},"topEndpoints":{"type":"array","items":{"type":"object","properties":{"method":{"type":"string"},"path":{"type":"string"},"count":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["method","path","count"],"additionalProperties":false}}},"required":["totalRequests","successfulRequests","failedRequests","avgLatency","dailyVolume"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/api-keys/{id}/activity":{"get":{"tags":["API Keys"],"operationId":"apiKeys.getActivity","parameters":[{"name":"id","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true},{"name":"page","in":"query","schema":{"type":"string"},"required":false},{"name":"limit","in":"query","schema":{"type":"string"},"required":false}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"timestamp":{"type":"string"},"method":{"type":"string"},"endpoint":{"type":"string"},"statusCode":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"latency":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["id","timestamp","method","endpoint","statusCode","latency"],"additionalProperties":false}},"total":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"hasMore":{"type":"boolean"}},"required":["data","total","hasMore"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/webhook-endpoints":{"post":{"tags":["Webhook Endpoints"],"operationId":"webhookEndpoints.create","parameters":[],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"201":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"organizationId":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string"},"description":{"anyOf":[{"type":"string"},{"type":"null"}]},"type":{"anyOf":[{"type":"string","enum":["webhook"]},{"type":"string","enum":["forward"]},{"type":"string","enum":["workflow"]},{"type":"string","enum":["queue"]}]},"config":{"type":"object","properties":{"webhook":{"type":"object","properties":{"url":{"type":"string"},"method":{"anyOf":[{"type":"string","enum":["POST"]},{"type":"string","enum":["GET"]}]},"headers":{"type":"object","additionalProperties":{"type":"string"}},"authType":{"anyOf":[{"type":"string","enum":["none"]},{"type":"string","enum":["bearer"]},{"type":"string","enum":["basic"]},{"type":"string","enum":["hmac"]}]},"retryConfig":{"type":"object","properties":{"maxAttempts":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"backoffMultiplier":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"initialDelayMs":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"maxDelayMs":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["maxAttempts","backoffMultiplier","initialDelayMs","maxDelayMs"],"additionalProperties":false},"timeout":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["url","method"],"additionalProperties":false}},"additionalProperties":false},"filters":{"anyOf":[{},{"type":"null"}]},"priority":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"rateLimit":{"anyOf":[{},{"type":"null"}]},"status":{"type":"string"},"metrics":{"type":"object","properties":{"totalExecutions":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"successfulExecutions":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"failedExecutions":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"consecutiveFailures":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"lastExecutionAt":{"type":"string"},"lastSuccessAt":{"type":"string"},"lastFailureAt":{"type":"string"},"averageResponseTimeMs":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"lastError":{"type":"object","properties":{"message":{"type":"string"},"code":{"type":"string"},"timestamp":{"type":"string"}},"required":["message"],"additionalProperties":false}},"required":["totalExecutions","successfulExecutions","failedExecutions"],"additionalProperties":false},"testMode":{"type":"boolean"},"createdAt":{"type":"string"},"updatedAt":{"type":"string"},"createdBy":{"anyOf":[{"type":"string"},{"type":"null"}]},"lastModifiedBy":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["id","organizationId","name","slug","description","type","config","filters","priority","rateLimit","status","metrics","testMode","createdAt","updatedAt","createdBy","lastModifiedBy"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"409":{"description":"ConflictError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string","allOf":[{"minLength":1},{"maxLength":100}]},"url":{"type":"string"},"description":{"type":"string"},"events":{"type":"array","items":{"type":"string"},"allOf":[{"minItems":1}]},"secret":{"type":"string"},"headers":{"type":"object","additionalProperties":{"type":"string"}},"isActive":{"type":"boolean"},"retryPolicy":{"type":"object","properties":{"maxRetries":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"retryDelay":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"backoffMultiplier":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"additionalProperties":false}},"required":["name","url","events"],"additionalProperties":false}}},"required":true}},"get":{"tags":["Webhook Endpoints"],"operationId":"webhookEndpoints.list","parameters":[{"name":"page","in":"query","schema":{"type":"string"},"required":false},{"name":"limit","in":"query","schema":{"type":"string"},"required":false},{"name":"status","in":"query","schema":{"type":"string"},"required":false},{"name":"isActive","in":"query","schema":{"type":"string"},"required":false},{"name":"search","in":"query","schema":{"type":"string"},"required":false}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"organizationId":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string"},"description":{"anyOf":[{"type":"string"},{"type":"null"}]},"type":{"anyOf":[{"type":"string","enum":["webhook"]},{"type":"string","enum":["forward"]},{"type":"string","enum":["workflow"]},{"type":"string","enum":["queue"]}]},"config":{"type":"object","properties":{"webhook":{"type":"object","properties":{"url":{"type":"string"},"method":{"anyOf":[{"type":"string","enum":["POST"]},{"type":"string","enum":["GET"]}]},"headers":{"type":"object","additionalProperties":{"type":"string"}},"authType":{"anyOf":[{"type":"string","enum":["none"]},{"type":"string","enum":["bearer"]},{"type":"string","enum":["basic"]},{"type":"string","enum":["hmac"]}]},"retryConfig":{"type":"object","properties":{"maxAttempts":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"backoffMultiplier":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"initialDelayMs":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"maxDelayMs":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["maxAttempts","backoffMultiplier","initialDelayMs","maxDelayMs"],"additionalProperties":false},"timeout":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["url","method"],"additionalProperties":false}},"additionalProperties":false},"filters":{"anyOf":[{},{"type":"null"}]},"priority":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"rateLimit":{"anyOf":[{},{"type":"null"}]},"status":{"type":"string"},"metrics":{"type":"object","properties":{"totalExecutions":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"successfulExecutions":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"failedExecutions":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"consecutiveFailures":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"lastExecutionAt":{"type":"string"},"lastSuccessAt":{"type":"string"},"lastFailureAt":{"type":"string"},"averageResponseTimeMs":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"lastError":{"type":"object","properties":{"message":{"type":"string"},"code":{"type":"string"},"timestamp":{"type":"string"}},"required":["message"],"additionalProperties":false}},"required":["totalExecutions","successfulExecutions","failedExecutions"],"additionalProperties":false},"testMode":{"type":"boolean"},"createdAt":{"type":"string"},"updatedAt":{"type":"string"},"createdBy":{"anyOf":[{"type":"string"},{"type":"null"}]},"lastModifiedBy":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["id","organizationId","name","slug","description","type","config","filters","priority","rateLimit","status","metrics","testMode","createdAt","updatedAt","createdBy","lastModifiedBy"],"additionalProperties":false}},"pagination":{"type":"object","properties":{"page":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"limit":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"total":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"totalPages":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["page","limit","total","totalPages"],"additionalProperties":false}},"required":["items","pagination"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/webhook-endpoints/{id}":{"get":{"tags":["Webhook Endpoints"],"operationId":"webhookEndpoints.get","parameters":[{"name":"id","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"organizationId":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string"},"description":{"anyOf":[{"type":"string"},{"type":"null"}]},"type":{"anyOf":[{"type":"string","enum":["webhook"]},{"type":"string","enum":["forward"]},{"type":"string","enum":["workflow"]},{"type":"string","enum":["queue"]}]},"config":{"type":"object","properties":{"webhook":{"type":"object","properties":{"url":{"type":"string"},"method":{"anyOf":[{"type":"string","enum":["POST"]},{"type":"string","enum":["GET"]}]},"headers":{"type":"object","additionalProperties":{"type":"string"}},"authType":{"anyOf":[{"type":"string","enum":["none"]},{"type":"string","enum":["bearer"]},{"type":"string","enum":["basic"]},{"type":"string","enum":["hmac"]}]},"retryConfig":{"type":"object","properties":{"maxAttempts":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"backoffMultiplier":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"initialDelayMs":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"maxDelayMs":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["maxAttempts","backoffMultiplier","initialDelayMs","maxDelayMs"],"additionalProperties":false},"timeout":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["url","method"],"additionalProperties":false}},"additionalProperties":false},"filters":{"anyOf":[{},{"type":"null"}]},"priority":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"rateLimit":{"anyOf":[{},{"type":"null"}]},"status":{"type":"string"},"metrics":{"type":"object","properties":{"totalExecutions":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"successfulExecutions":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"failedExecutions":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"consecutiveFailures":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"lastExecutionAt":{"type":"string"},"lastSuccessAt":{"type":"string"},"lastFailureAt":{"type":"string"},"averageResponseTimeMs":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"lastError":{"type":"object","properties":{"message":{"type":"string"},"code":{"type":"string"},"timestamp":{"type":"string"}},"required":["message"],"additionalProperties":false}},"required":["totalExecutions","successfulExecutions","failedExecutions"],"additionalProperties":false},"testMode":{"type":"boolean"},"createdAt":{"type":"string"},"updatedAt":{"type":"string"},"createdBy":{"anyOf":[{"type":"string"},{"type":"null"}]},"lastModifiedBy":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["id","organizationId","name","slug","description","type","config","filters","priority","rateLimit","status","metrics","testMode","createdAt","updatedAt","createdBy","lastModifiedBy"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}},"patch":{"tags":["Webhook Endpoints"],"operationId":"webhookEndpoints.update","parameters":[{"name":"id","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"organizationId":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string"},"description":{"anyOf":[{"type":"string"},{"type":"null"}]},"type":{"anyOf":[{"type":"string","enum":["webhook"]},{"type":"string","enum":["forward"]},{"type":"string","enum":["workflow"]},{"type":"string","enum":["queue"]}]},"config":{"type":"object","properties":{"webhook":{"type":"object","properties":{"url":{"type":"string"},"method":{"anyOf":[{"type":"string","enum":["POST"]},{"type":"string","enum":["GET"]}]},"headers":{"type":"object","additionalProperties":{"type":"string"}},"authType":{"anyOf":[{"type":"string","enum":["none"]},{"type":"string","enum":["bearer"]},{"type":"string","enum":["basic"]},{"type":"string","enum":["hmac"]}]},"retryConfig":{"type":"object","properties":{"maxAttempts":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"backoffMultiplier":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"initialDelayMs":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"maxDelayMs":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["maxAttempts","backoffMultiplier","initialDelayMs","maxDelayMs"],"additionalProperties":false},"timeout":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["url","method"],"additionalProperties":false}},"additionalProperties":false},"filters":{"anyOf":[{},{"type":"null"}]},"priority":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"rateLimit":{"anyOf":[{},{"type":"null"}]},"status":{"type":"string"},"metrics":{"type":"object","properties":{"totalExecutions":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"successfulExecutions":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"failedExecutions":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"consecutiveFailures":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"lastExecutionAt":{"type":"string"},"lastSuccessAt":{"type":"string"},"lastFailureAt":{"type":"string"},"averageResponseTimeMs":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"lastError":{"type":"object","properties":{"message":{"type":"string"},"code":{"type":"string"},"timestamp":{"type":"string"}},"required":["message"],"additionalProperties":false}},"required":["totalExecutions","successfulExecutions","failedExecutions"],"additionalProperties":false},"testMode":{"type":"boolean"},"createdAt":{"type":"string"},"updatedAt":{"type":"string"},"createdBy":{"anyOf":[{"type":"string"},{"type":"null"}]},"lastModifiedBy":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["id","organizationId","name","slug","description","type","config","filters","priority","rateLimit","status","metrics","testMode","createdAt","updatedAt","createdBy","lastModifiedBy"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"409":{"description":"ConflictError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"name":{"type":"string","allOf":[{"minLength":1},{"maxLength":100}]},"url":{"type":"string"},"description":{"type":"string"},"events":{"type":"array","items":{"type":"string"}},"secret":{"type":"string"},"headers":{"type":"object","additionalProperties":{"type":"string"}},"isActive":{"type":"boolean"},"retryPolicy":{"type":"object","properties":{"maxRetries":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"retryDelay":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"backoffMultiplier":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"additionalProperties":false}},"additionalProperties":false}},"required":["data"],"additionalProperties":false}}},"required":true}},"delete":{"tags":["Webhook Endpoints"],"operationId":"webhookEndpoints.remove","parameters":[{"name":"id","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean"}},"required":["success"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/webhook-endpoints/{id}/test":{"post":{"tags":["Webhook Endpoints"],"operationId":"webhookEndpoints.test","parameters":[{"name":"id","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean"},"statusCode":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"responseTime":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"error":{"type":"string"}},"required":["success","statusCode","responseTime"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"payload":{"type":"object"}},"additionalProperties":false}},"additionalProperties":false}}},"required":true}}},"/v1/webhook-endpoints/{webhookId}/logs":{"get":{"tags":["Webhook Endpoints"],"operationId":"webhookEndpoints.getLogs","parameters":[{"name":"webhookId","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true},{"name":"page","in":"query","schema":{"type":"string"},"required":false},{"name":"limit","in":"query","schema":{"type":"string"},"required":false},{"name":"eventType","in":"query","schema":{"type":"string"},"required":false},{"name":"status","in":"query","schema":{"anyOf":[{"type":"string","enum":["success"]},{"type":"string","enum":["failed"]}]},"required":false},{"name":"startDate","in":"query","schema":{"type":"string"},"required":false},{"name":"endDate","in":"query","schema":{"type":"string"},"required":false}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"webhookId":{"type":"string"},"eventType":{"type":"string"},"status":{"type":"string"},"attempts":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"request":{},"response":{},"responseTimeMs":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},{"type":"null"}]},"createdAt":{"type":"string"}},"required":["id","webhookId","eventType","status","attempts","responseTimeMs","createdAt"],"additionalProperties":false}},"total":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"hasMore":{"type":"boolean"}},"required":["data","total","hasMore"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/webhook-endpoints/{webhookId}/stats":{"get":{"tags":["Webhook Endpoints"],"operationId":"webhookEndpoints.getStats","parameters":[{"name":"webhookId","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true},{"name":"period","in":"query","schema":{"anyOf":[{"type":"string","enum":["7d"]},{"type":"string","enum":["30d"]},{"type":"string","enum":["90d"]}]},"required":false}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"totalRequests":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"successfulRequests":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"failedRequests":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"avgLatency":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"dailyVolume":{"type":"array","items":{"type":"object","properties":{"date":{"type":"string"},"requests":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["date","requests"],"additionalProperties":false}}},"required":["totalRequests","successfulRequests","failedRequests","avgLatency","dailyVolume"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/webhook-endpoints/{webhookId}/retry":{"post":{"tags":["Webhook Endpoints"],"operationId":"webhookEndpoints.retryDelivery","parameters":[{"name":"webhookId","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean"},"newExecutionId":{"type":"string"}},"required":["success"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"422":{"description":"ValidationError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"deliveryId":{"type":"string"}},"required":["deliveryId"],"additionalProperties":false}}},"required":true}}},"/v1/webhook-endpoints/{webhookId}/regenerate-secret":{"post":{"tags":["Webhook Endpoints"],"operationId":"webhookEndpoints.regenerateSecret","parameters":[{"name":"webhookId","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"newSecret":{"type":"string"}},"required":["newSecret"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"422":{"description":"ValidationError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/analytics/stats":{"get":{"tags":["Analytics"],"operationId":"analytics.getStats","parameters":[{"name":"startDate","in":"query","schema":{"type":"string"},"required":false},{"name":"endDate","in":"query","schema":{"type":"string"},"required":false},{"name":"groupBy","in":"query","schema":{"anyOf":[{"type":"string","enum":["day"]},{"type":"string","enum":["week"]},{"type":"string","enum":["month"]}]},"required":false},{"name":"channel","in":"query","schema":{"anyOf":[{"type":"string","enum":["sms"]},{"type":"string","enum":["whatsapp"]},{"type":"string","enum":["email"]},{"type":"string","enum":["voice"]}]},"required":false}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"volumeHistory":{"type":"array","items":{"type":"object","properties":{"date":{"type":"string"},"email":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"whatsapp":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"sms":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["date","email","whatsapp","sms"],"additionalProperties":false}}},"required":["volumeHistory"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/analytics/channel-stats":{"get":{"tags":["Analytics"],"operationId":"analytics.getChannelStats","parameters":[{"name":"startDate","in":"query","schema":{"type":"string"},"required":false},{"name":"endDate","in":"query","schema":{"type":"string"},"required":false}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"email":{"type":"object","properties":{"sent":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"deliveryRate":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"openRate":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"clickRate":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"bounceRate":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["sent","deliveryRate","openRate","clickRate","bounceRate"],"additionalProperties":false},"whatsapp":{"type":"object","properties":{"sent":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"deliveryRate":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"readRate":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"failureRate":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"avgResponseTime":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["sent","deliveryRate","readRate","failureRate","avgResponseTime"],"additionalProperties":false},"sms":{"type":"object","properties":{"sent":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"deliveryRate":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"failureRate":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"totalSegments":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["sent","deliveryRate","failureRate","totalSegments"],"additionalProperties":false}},"required":["email","whatsapp","sms"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/analytics/top-participants":{"get":{"tags":["Analytics"],"operationId":"analytics.getTopParticipants","parameters":[{"name":"startDate","in":"query","schema":{"type":"string"},"required":false},{"name":"endDate","in":"query","schema":{"type":"string"},"required":false},{"name":"limit","in":"query","schema":{"type":"string"},"required":false},{"name":"sortBy","in":"query","schema":{"anyOf":[{"type":"string","enum":["sent"]},{"type":"string","enum":["received"]},{"type":"string","enum":["total"]}]},"required":false}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"anyOf":[{"type":"string"},{"type":"null"}]},"email":{"anyOf":[{"type":"string"},{"type":"null"}]},"phone":{"anyOf":[{"type":"string"},{"type":"null"}]},"messageCount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["id","name","email","phone","messageCount"],"additionalProperties":false}}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/analytics/hourly-distribution":{"get":{"tags":["Analytics"],"operationId":"analytics.getHourlyDistribution","parameters":[{"name":"startDate","in":"query","schema":{"type":"string"},"required":false},{"name":"endDate","in":"query","schema":{"type":"string"},"required":false}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"hour":{"type":"string"},"count":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["hour","count"],"additionalProperties":false}}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/analytics/delivery-metrics":{"get":{"tags":["Analytics"],"operationId":"analytics.getDeliveryMetrics","parameters":[{"name":"startDate","in":"query","schema":{"type":"string"},"required":false},{"name":"endDate","in":"query","schema":{"type":"string"},"required":false},{"name":"channel","in":"query","schema":{"anyOf":[{"type":"string","enum":["sms"]},{"type":"string","enum":["whatsapp"]},{"type":"string","enum":["email"]},{"type":"string","enum":["voice"]}]},"required":false}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"deliveredRate":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"failedRate":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"pendingRate":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"avgDeliveryTimeMs":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["deliveredRate","failedRate","pendingRate","avgDeliveryTimeMs"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/analytics/geographic-distribution":{"get":{"tags":["Analytics"],"operationId":"analytics.getGeographicDistribution","parameters":[{"name":"startDate","in":"query","schema":{"type":"string"},"required":false},{"name":"endDate","in":"query","schema":{"type":"string"},"required":false}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"country":{"type":"string"},"region":{"type":"string"},"count":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["country","region","count"],"additionalProperties":false}}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/analytics/export":{"post":{"tags":["Analytics"],"operationId":"analytics.exportData","parameters":[],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"content":{"type":"string"},"mimeType":{"type":"string"},"filename":{"type":"string"}},"required":["content","mimeType","filename"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"startDate":{"type":"string"},"endDate":{"type":"string"},"format":{"anyOf":[{"type":"string","enum":["csv"]},{"type":"string","enum":["json"]}]},"includeChannels":{"type":"array","items":{"anyOf":[{"type":"string","enum":["sms"]},{"type":"string","enum":["whatsapp"]},{"type":"string","enum":["email"]},{"type":"string","enum":["voice"]}]}}},"required":["startDate","endDate"],"additionalProperties":false}}},"required":true}}},"/v1/developers/logs":{"get":{"tags":["API Logs"],"operationId":"developers.getApiLogs","parameters":[{"name":"page","in":"query","schema":{"type":"string"},"required":false},{"name":"limit","in":"query","schema":{"type":"string"},"required":false},{"name":"apiKeyId","in":"query","schema":{"type":"string"},"required":false},{"name":"method","in":"query","schema":{"anyOf":[{"type":"string","enum":["GET"]},{"type":"string","enum":["POST"]},{"type":"string","enum":["PUT"]},{"type":"string","enum":["DELETE"]},{"type":"string","enum":["PATCH"]}]},"required":false},{"name":"statusCode","in":"query","schema":{"type":"string"},"required":false},{"name":"startDate","in":"query","schema":{"type":"string"},"required":false},{"name":"endDate","in":"query","schema":{"type":"string"},"required":false},{"name":"search","in":"query","schema":{"type":"string"},"required":false},{"name":"includeWebhooks","in":"query","schema":{"type":"string"},"required":false}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"requestId":{"type":"string"},"timestamp":{"type":"string"},"method":{"type":"string"},"endpoint":{"type":"string"},"statusCode":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"latency":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"channel":{"anyOf":[{"type":"string","enum":["email"]},{"type":"string","enum":["sms"]},{"type":"string","enum":["whatsapp"]},{"type":"string","enum":["voice"]},{"type":"string","enum":["webhook"]}]},"messageId":{"type":"string"},"apiKeyId":{"anyOf":[{"type":"string"},{"type":"null"}]},"apiKeyName":{"anyOf":[{"type":"string"},{"type":"null"}]},"isWebhook":{"type":"boolean"}},"required":["id","timestamp","method","endpoint","statusCode","latency","channel","messageId"],"additionalProperties":false}},"meta":{"type":"object","properties":{"page":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"limit":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"total":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"hasMore":{"type":"boolean"}},"required":["page","limit","total","hasMore"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/developers/logs/{requestId}":{"get":{"tags":["API Logs"],"operationId":"developers.getApiLog","parameters":[{"name":"requestId","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"requestId":{"type":"string"},"timestamp":{"type":"string"},"method":{"type":"string"},"endpoint":{"type":"string"},"statusCode":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"latency":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"channel":{"type":"string"},"messageId":{"type":"string"},"apiKeyId":{"anyOf":[{"type":"string"},{"type":"null"}]},"apiKeyName":{"anyOf":[{"type":"string"},{"type":"null"}]},"request":{"type":"object","properties":{"headers":{"type":"object","additionalProperties":{"type":"string"}},"content":{},"query":{"type":"object","additionalProperties":{"type":"string"}},"ipAddress":{"type":"string"},"userAgent":{"type":"string"}},"additionalProperties":false},"response":{"type":"object","properties":{"headers":{"type":"object","additionalProperties":{"type":"string"}},"body":{},"status":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["status"],"additionalProperties":false},"error":{"type":"object","properties":{"message":{"type":"string"},"code":{"type":"string"},"details":{}},"required":["message"],"additionalProperties":false}},"required":["id","requestId","timestamp","method","endpoint","statusCode","latency","channel","messageId"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/voice/calls":{"get":{"tags":["Voice Calls"],"operationId":"voiceCalls.list","parameters":[{"name":"page","in":"query","schema":{"type":"string"},"required":false},{"name":"limit","in":"query","schema":{"type":"string"},"required":false},{"name":"status","in":"query","schema":{"anyOf":[{"type":"string","enum":["queued"]},{"type":"string","enum":["ringing"]},{"type":"string","enum":["in_progress"]},{"type":"string","enum":["completed"]},{"type":"string","enum":["failed"]},{"type":"string","enum":["busy"]},{"type":"string","enum":["no_answer"]}]},"required":false},{"name":"direction","in":"query","schema":{"anyOf":[{"type":"string","enum":["inbound"]},{"type":"string","enum":["outbound"]}]},"required":false},{"name":"transport","in":"query","schema":{"anyOf":[{"type":"string","enum":["webrtc"]},{"type":"string","enum":["pstn"]}]},"required":false},{"name":"voiceAgentId","in":"query","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":false},{"name":"from","in":"query","schema":{"type":"string"},"required":false},{"name":"to","in":"query","schema":{"type":"string"},"required":false},{"name":"startDate","in":"query","schema":{"type":"string"},"required":false},{"name":"endDate","in":"query","schema":{"type":"string"},"required":false},{"name":"sortBy","in":"query","schema":{"anyOf":[{"type":"string","enum":["initiatedAt"]},{"type":"string","enum":["endedAt"]},{"type":"string","enum":["durationSeconds"]}]},"required":false},{"name":"sortOrder","in":"query","schema":{"anyOf":[{"type":"string","enum":["asc"]},{"type":"string","enum":["desc"]}]},"required":false}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"organizationId":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"transport":{"anyOf":[{"type":"string","enum":["webrtc"]},{"type":"string","enum":["pstn"]}]},"telnyxCallControlId":{"anyOf":[{"type":"string"},{"type":"null"}]},"cfSessionId":{"anyOf":[{"type":"string"},{"type":"null"}]},"direction":{"anyOf":[{"type":"string","enum":["inbound"]},{"type":"string","enum":["outbound"]}]},"from":{"type":"string"},"to":{"type":"string"},"phoneNumberId":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]},"voiceAgentId":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]},"status":{"anyOf":[{"type":"string","enum":["queued"]},{"type":"string","enum":["ringing"]},{"type":"string","enum":["in_progress"]},{"type":"string","enum":["completed"]},{"type":"string","enum":["failed"]},{"type":"string","enum":["busy"]},{"type":"string","enum":["no_answer"]}]},"initiatedAt":{"type":"string"},"answeredAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"endedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"durationSeconds":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},{"type":"null"}]},"transcriptUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"recordingUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"summary":{"anyOf":[{"type":"string"},{"type":"null"}]},"conversationId":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]},"metadata":{"anyOf":[{"type":"object","properties":{"cfTrackIds":{"anyOf":[{"type":"object","properties":{"audio":{"type":"string"},"video":{"type":"string"}},"additionalProperties":false},{"type":"null"}]},"sttLanguage":{"type":"string"},"ttsVoice":{"type":"string"},"menuMatches":{"type":"array","items":{"type":"object","properties":{"menuItemId":{"type":"string"},"menuItemLabel":{"type":"string"},"confidence":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"matchedText":{"type":"string"}},"required":["menuItemId","menuItemLabel","confidence","matchedText"],"additionalProperties":false}},"menuFinalSelection":{"anyOf":[{"type":"object","properties":{"menuItemId":{"type":"string"},"menuItemLabel":{"type":"string"},"confidence":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"matchedText":{"type":"string"}},"required":["menuItemId","menuItemLabel","confidence","matchedText"],"additionalProperties":false},{"type":"null"}]},"bargeInCount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"errorCode":{"type":"string"},"errorMessage":{"type":"string"},"customFields":{"type":"object"}},"additionalProperties":false},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","organizationId","transport","telnyxCallControlId","cfSessionId","direction","from","to","phoneNumberId","voiceAgentId","status","initiatedAt","answeredAt","endedAt","durationSeconds","transcriptUrl","recordingUrl","summary","conversationId","metadata","createdAt","updatedAt"],"additionalProperties":false}},"pagination":{"type":"object","properties":{"page":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"limit":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"total":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"totalPages":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["page","limit","total","totalPages"],"additionalProperties":false}},"required":["items","pagination"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/voice/calls/{id}":{"get":{"tags":["Voice Calls"],"operationId":"voiceCalls.get","parameters":[{"name":"id","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"organizationId":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"transport":{"anyOf":[{"type":"string","enum":["webrtc"]},{"type":"string","enum":["pstn"]}]},"telnyxCallControlId":{"anyOf":[{"type":"string"},{"type":"null"}]},"cfSessionId":{"anyOf":[{"type":"string"},{"type":"null"}]},"direction":{"anyOf":[{"type":"string","enum":["inbound"]},{"type":"string","enum":["outbound"]}]},"from":{"type":"string"},"to":{"type":"string"},"phoneNumberId":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]},"voiceAgentId":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]},"status":{"anyOf":[{"type":"string","enum":["queued"]},{"type":"string","enum":["ringing"]},{"type":"string","enum":["in_progress"]},{"type":"string","enum":["completed"]},{"type":"string","enum":["failed"]},{"type":"string","enum":["busy"]},{"type":"string","enum":["no_answer"]}]},"initiatedAt":{"type":"string"},"answeredAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"endedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"durationSeconds":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},{"type":"null"}]},"transcriptUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"recordingUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"summary":{"anyOf":[{"type":"string"},{"type":"null"}]},"conversationId":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]},"metadata":{"anyOf":[{"type":"object","properties":{"cfTrackIds":{"anyOf":[{"type":"object","properties":{"audio":{"type":"string"},"video":{"type":"string"}},"additionalProperties":false},{"type":"null"}]},"sttLanguage":{"type":"string"},"ttsVoice":{"type":"string"},"menuMatches":{"type":"array","items":{"type":"object","properties":{"menuItemId":{"type":"string"},"menuItemLabel":{"type":"string"},"confidence":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"matchedText":{"type":"string"}},"required":["menuItemId","menuItemLabel","confidence","matchedText"],"additionalProperties":false}},"menuFinalSelection":{"anyOf":[{"type":"object","properties":{"menuItemId":{"type":"string"},"menuItemLabel":{"type":"string"},"confidence":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"matchedText":{"type":"string"}},"required":["menuItemId","menuItemLabel","confidence","matchedText"],"additionalProperties":false},{"type":"null"}]},"bargeInCount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"errorCode":{"type":"string"},"errorMessage":{"type":"string"},"customFields":{"type":"object"}},"additionalProperties":false},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","organizationId","transport","telnyxCallControlId","cfSessionId","direction","from","to","phoneNumberId","voiceAgentId","status","initiatedAt","answeredAt","endedAt","durationSeconds","transcriptUrl","recordingUrl","summary","conversationId","metadata","createdAt","updatedAt"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/voice/calls/stats":{"get":{"tags":["Voice Calls"],"operationId":"voiceCalls.getStats","parameters":[{"name":"startDate","in":"query","schema":{"type":"string"},"required":false},{"name":"endDate","in":"query","schema":{"type":"string"},"required":false}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"totalCalls":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"byStatus":{"type":"object","additionalProperties":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"byDirection":{"type":"object","additionalProperties":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"byTransport":{"type":"object","additionalProperties":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"totalDurationSeconds":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"averageDurationSeconds":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["totalCalls","byStatus","byDirection","byTransport","totalDurationSeconds","averageDurationSeconds"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/voice/calls/{id}/transcript":{"get":{"tags":["Voice Calls"],"operationId":"voiceCalls.getTranscript","parameters":[{"name":"id","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"callId":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"transcriptUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"hasTranscript":{"type":"boolean"}},"required":["callId","transcriptUrl","hasTranscript"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/voice/calls/{id}/recording":{"get":{"tags":["Voice Calls"],"operationId":"voiceCalls.getRecording","parameters":[{"name":"id","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"callId":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"recordingUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"hasRecording":{"type":"boolean"}},"required":["callId","recordingUrl","hasRecording"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/voice/calls/initiate":{"post":{"tags":["Voice Calls"],"operationId":"voiceCalls.initiate","parameters":[],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"201":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"call":{"type":"object","properties":{"id":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"organizationId":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"transport":{"anyOf":[{"type":"string","enum":["webrtc"]},{"type":"string","enum":["pstn"]}]},"telnyxCallControlId":{"anyOf":[{"type":"string"},{"type":"null"}]},"cfSessionId":{"anyOf":[{"type":"string"},{"type":"null"}]},"direction":{"anyOf":[{"type":"string","enum":["inbound"]},{"type":"string","enum":["outbound"]}]},"from":{"type":"string"},"to":{"type":"string"},"phoneNumberId":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]},"voiceAgentId":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]},"status":{"anyOf":[{"type":"string","enum":["queued"]},{"type":"string","enum":["ringing"]},{"type":"string","enum":["in_progress"]},{"type":"string","enum":["completed"]},{"type":"string","enum":["failed"]},{"type":"string","enum":["busy"]},{"type":"string","enum":["no_answer"]}]},"initiatedAt":{"type":"string"},"answeredAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"endedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"durationSeconds":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},{"type":"null"}]},"transcriptUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"recordingUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"summary":{"anyOf":[{"type":"string"},{"type":"null"}]},"conversationId":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]},"metadata":{"anyOf":[{"type":"object","properties":{"cfTrackIds":{"anyOf":[{"type":"object","properties":{"audio":{"type":"string"},"video":{"type":"string"}},"additionalProperties":false},{"type":"null"}]},"sttLanguage":{"type":"string"},"ttsVoice":{"type":"string"},"menuMatches":{"type":"array","items":{"type":"object","properties":{"menuItemId":{"type":"string"},"menuItemLabel":{"type":"string"},"confidence":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"matchedText":{"type":"string"}},"required":["menuItemId","menuItemLabel","confidence","matchedText"],"additionalProperties":false}},"menuFinalSelection":{"anyOf":[{"type":"object","properties":{"menuItemId":{"type":"string"},"menuItemLabel":{"type":"string"},"confidence":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"matchedText":{"type":"string"}},"required":["menuItemId","menuItemLabel","confidence","matchedText"],"additionalProperties":false},{"type":"null"}]},"bargeInCount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"errorCode":{"type":"string"},"errorMessage":{"type":"string"},"customFields":{"type":"object"}},"additionalProperties":false},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","organizationId","transport","telnyxCallControlId","cfSessionId","direction","from","to","phoneNumberId","voiceAgentId","status","initiatedAt","answeredAt","endedAt","durationSeconds","transcriptUrl","recordingUrl","summary","conversationId","metadata","createdAt","updatedAt"],"additionalProperties":false},"webrtc":{"type":"object","properties":{"sessionId":{"type":"string"},"offer":{"type":"string"},"wsUrl":{"type":"string"},"wsToken":{"type":"string"}},"required":["sessionId","offer","wsUrl","wsToken"],"additionalProperties":false}},"required":["call"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}},"502":{"description":"ExternalServiceError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExternalServiceError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"to":{"type":"string"},"from":{"type":"string"},"voiceAgentId":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"transport":{"anyOf":[{"type":"string","enum":["webrtc"]},{"type":"string","enum":["pstn"]}]},"language":{"type":"string"},"voice":{"type":"string"},"systemPrompt":{"type":"string"},"workflowDefinition":{"type":"object"}},"required":["to"],"additionalProperties":false}}},"required":true}}},"/v1/voice/calls/{id}/transfer":{"post":{"tags":["Voice Calls"],"operationId":"voiceCalls.transfer","parameters":[{"name":"id","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean"}},"required":["success"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}},"502":{"description":"ExternalServiceError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExternalServiceError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"to":{"type":"string"}},"required":["to"],"additionalProperties":false}}},"required":true}}},"/v1/voice/calls/{id}/recording/start":{"post":{"tags":["Voice Calls"],"operationId":"voiceCalls.startRecording","parameters":[{"name":"id","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean"},"recordingId":{"type":"string"}},"required":["success"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}},"502":{"description":"ExternalServiceError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExternalServiceError"}}}}}}},"/v1/voice/calls/{id}/recording/stop":{"post":{"tags":["Voice Calls"],"operationId":"voiceCalls.stopRecording","parameters":[{"name":"id","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean"}},"required":["success"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}},"502":{"description":"ExternalServiceError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExternalServiceError"}}}}}}},"/v1/voice/calls/{id}/answer":{"post":{"tags":["Voice Calls"],"operationId":"voiceCalls.answer","parameters":[{"name":"id","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean"}},"required":["success"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}},"502":{"description":"ExternalServiceError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExternalServiceError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"sdp":{"type":"string"}},"required":["sdp"],"additionalProperties":false}}},"required":true}}},"/v1/voice/agents":{"get":{"tags":["Voice Agents"],"operationId":"voiceAgents.list","parameters":[{"name":"page","in":"query","schema":{"type":"string"},"required":false},{"name":"limit","in":"query","schema":{"type":"string"},"required":false},{"name":"isActive","in":"query","schema":{"type":"string","contentSchema":{"type":"boolean"},"contentMediaType":"application/json"},"required":false},{"name":"transport","in":"query","schema":{"anyOf":[{"type":"string","enum":["webrtc"]},{"type":"string","enum":["pstn"]},{"type":"string","enum":["both"]}]},"required":false}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"organizationId":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"name":{"type":"string"},"description":{"anyOf":[{"type":"string"},{"type":"null"}]},"transport":{"anyOf":[{"type":"string","enum":["webrtc"]},{"type":"string","enum":["pstn"]},{"type":"string","enum":["both"]}]},"systemPrompt":{"anyOf":[{"type":"string"},{"type":"null"}]},"voiceId":{"anyOf":[{"type":"string"},{"type":"null"}]},"language":{"type":"string"},"webhookConfig":{"anyOf":[{"type":"object","properties":{"url":{"type":"string"},"headers":{"type":"object","additionalProperties":{"type":"string"}},"events":{"type":"array","items":{"anyOf":[{"type":"string","enum":["call.started"]},{"type":"string","enum":["call.answered"]},{"type":"string","enum":["call.ended"]},{"type":"string","enum":["transcript.final"]}]}}},"required":["url"],"additionalProperties":false},{"type":"null"}]},"isActive":{"type":"boolean"},"workflowId":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","organizationId","name","description","transport","systemPrompt","voiceId","language","webhookConfig","isActive","workflowId","createdAt","updatedAt"],"additionalProperties":false}},"pagination":{"type":"object","properties":{"page":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"limit":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"total":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"totalPages":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["page","limit","total","totalPages"],"additionalProperties":false}},"required":["items","pagination"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}},"post":{"tags":["Voice Agents"],"operationId":"voiceAgents.create","parameters":[],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"201":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"organizationId":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"name":{"type":"string"},"description":{"anyOf":[{"type":"string"},{"type":"null"}]},"transport":{"anyOf":[{"type":"string","enum":["webrtc"]},{"type":"string","enum":["pstn"]},{"type":"string","enum":["both"]}]},"systemPrompt":{"anyOf":[{"type":"string"},{"type":"null"}]},"voiceId":{"anyOf":[{"type":"string"},{"type":"null"}]},"language":{"type":"string"},"webhookConfig":{"anyOf":[{"type":"object","properties":{"url":{"type":"string"},"headers":{"type":"object","additionalProperties":{"type":"string"}},"events":{"type":"array","items":{"anyOf":[{"type":"string","enum":["call.started"]},{"type":"string","enum":["call.answered"]},{"type":"string","enum":["call.ended"]},{"type":"string","enum":["transcript.final"]}]}}},"required":["url"],"additionalProperties":false},{"type":"null"}]},"isActive":{"type":"boolean"},"workflowId":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","organizationId","name","description","transport","systemPrompt","voiceId","language","webhookConfig","isActive","workflowId","createdAt","updatedAt"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"409":{"description":"ConflictError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"name":{"type":"string"},"description":{"anyOf":[{"type":"string"},{"type":"null"}]},"transport":{"anyOf":[{"type":"string","enum":["webrtc"]},{"type":"string","enum":["pstn"]},{"type":"string","enum":["both"]}]},"systemPrompt":{"anyOf":[{"type":"string"},{"type":"null"}]},"voiceId":{"anyOf":[{"type":"string"},{"type":"null"}]},"language":{"type":"string"},"webhookConfig":{"anyOf":[{"type":"object","properties":{"url":{"type":"string"},"headers":{"type":"object","additionalProperties":{"type":"string"}},"events":{"type":"array","items":{"anyOf":[{"type":"string","enum":["call.started"]},{"type":"string","enum":["call.answered"]},{"type":"string","enum":["call.ended"]},{"type":"string","enum":["transcript.final"]}]}}},"required":["url"],"additionalProperties":false},{"type":"null"}]},"isActive":{"type":"boolean"},"workflowId":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]}},"required":["name"],"additionalProperties":false}}},"required":true}}},"/v1/voice/agents/{id}":{"get":{"tags":["Voice Agents"],"operationId":"voiceAgents.get","parameters":[{"name":"id","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"organizationId":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"name":{"type":"string"},"description":{"anyOf":[{"type":"string"},{"type":"null"}]},"transport":{"anyOf":[{"type":"string","enum":["webrtc"]},{"type":"string","enum":["pstn"]},{"type":"string","enum":["both"]}]},"systemPrompt":{"anyOf":[{"type":"string"},{"type":"null"}]},"voiceId":{"anyOf":[{"type":"string"},{"type":"null"}]},"language":{"type":"string"},"webhookConfig":{"anyOf":[{"type":"object","properties":{"url":{"type":"string"},"headers":{"type":"object","additionalProperties":{"type":"string"}},"events":{"type":"array","items":{"anyOf":[{"type":"string","enum":["call.started"]},{"type":"string","enum":["call.answered"]},{"type":"string","enum":["call.ended"]},{"type":"string","enum":["transcript.final"]}]}}},"required":["url"],"additionalProperties":false},{"type":"null"}]},"isActive":{"type":"boolean"},"workflowId":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","organizationId","name","description","transport","systemPrompt","voiceId","language","webhookConfig","isActive","workflowId","createdAt","updatedAt"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}},"patch":{"tags":["Voice Agents"],"operationId":"voiceAgents.update","parameters":[{"name":"id","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"organizationId":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"name":{"type":"string"},"description":{"anyOf":[{"type":"string"},{"type":"null"}]},"transport":{"anyOf":[{"type":"string","enum":["webrtc"]},{"type":"string","enum":["pstn"]},{"type":"string","enum":["both"]}]},"systemPrompt":{"anyOf":[{"type":"string"},{"type":"null"}]},"voiceId":{"anyOf":[{"type":"string"},{"type":"null"}]},"language":{"type":"string"},"webhookConfig":{"anyOf":[{"type":"object","properties":{"url":{"type":"string"},"headers":{"type":"object","additionalProperties":{"type":"string"}},"events":{"type":"array","items":{"anyOf":[{"type":"string","enum":["call.started"]},{"type":"string","enum":["call.answered"]},{"type":"string","enum":["call.ended"]},{"type":"string","enum":["transcript.final"]}]}}},"required":["url"],"additionalProperties":false},{"type":"null"}]},"isActive":{"type":"boolean"},"workflowId":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","organizationId","name","description","transport","systemPrompt","voiceId","language","webhookConfig","isActive","workflowId","createdAt","updatedAt"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"409":{"description":"ConflictError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string"},"description":{"anyOf":[{"type":"string"},{"type":"null"}]},"transport":{"anyOf":[{"type":"string","enum":["webrtc"]},{"type":"string","enum":["pstn"]},{"type":"string","enum":["both"]}]},"systemPrompt":{"anyOf":[{"type":"string"},{"type":"null"}]},"voiceId":{"anyOf":[{"type":"string"},{"type":"null"}]},"language":{"type":"string"},"webhookConfig":{"anyOf":[{"type":"object","properties":{"url":{"type":"string"},"headers":{"type":"object","additionalProperties":{"type":"string"}},"events":{"type":"array","items":{"anyOf":[{"type":"string","enum":["call.started"]},{"type":"string","enum":["call.answered"]},{"type":"string","enum":["call.ended"]},{"type":"string","enum":["transcript.final"]}]}}},"required":["url"],"additionalProperties":false},{"type":"null"}]},"isActive":{"type":"boolean"},"workflowId":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]}},"additionalProperties":false}}},"required":true}},"delete":{"tags":["Voice Agents"],"operationId":"voiceAgents.remove","parameters":[{"name":"id","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean"}},"required":["success"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/voice/agents/{id}/duplicate":{"post":{"tags":["Voice Agents"],"operationId":"voiceAgents.duplicate","parameters":[{"name":"id","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"201":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"organizationId":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"name":{"type":"string"},"description":{"anyOf":[{"type":"string"},{"type":"null"}]},"transport":{"anyOf":[{"type":"string","enum":["webrtc"]},{"type":"string","enum":["pstn"]},{"type":"string","enum":["both"]}]},"systemPrompt":{"anyOf":[{"type":"string"},{"type":"null"}]},"voiceId":{"anyOf":[{"type":"string"},{"type":"null"}]},"language":{"type":"string"},"webhookConfig":{"anyOf":[{"type":"object","properties":{"url":{"type":"string"},"headers":{"type":"object","additionalProperties":{"type":"string"}},"events":{"type":"array","items":{"anyOf":[{"type":"string","enum":["call.started"]},{"type":"string","enum":["call.answered"]},{"type":"string","enum":["call.ended"]},{"type":"string","enum":["transcript.final"]}]}}},"required":["url"],"additionalProperties":false},{"type":"null"}]},"isActive":{"type":"boolean"},"workflowId":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","organizationId","name","description","transport","systemPrompt","voiceId","language","webhookConfig","isActive","workflowId","createdAt","updatedAt"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"409":{"description":"ConflictError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string"}},"additionalProperties":false}}},"required":true}}},"/v1/voice/workflows":{"get":{"tags":["Voice Workflows"],"operationId":"voiceWorkflows.list","parameters":[{"name":"page","in":"query","schema":{"type":"string"},"required":false},{"name":"limit","in":"query","schema":{"type":"string"},"required":false},{"name":"isEnabled","in":"query","schema":{"type":"string","contentSchema":{"type":"boolean"},"contentMediaType":"application/json"},"required":false},{"name":"voiceAgentId","in":"query","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":false}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"organizationId":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"voiceAgentId":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]},"name":{"type":"string"},"description":{"anyOf":[{"type":"string"},{"type":"null"}]},"nodes":{"type":"array","items":{"type":"object"}},"edges":{"type":"array","items":{"type":"object"}},"viewport":{"anyOf":[{"type":"object"},{"type":"null"}]},"isEnabled":{"type":"boolean"},"version":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"publishedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"publishedNodes":{"anyOf":[{"type":"array","items":{"type":"object"}},{"type":"null"}]},"publishedEdges":{"anyOf":[{"type":"array","items":{"type":"object"}},{"type":"null"}]},"publishedViewport":{"anyOf":[{"type":"object"},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","organizationId","voiceAgentId","name","description","nodes","edges","viewport","isEnabled","version","publishedAt","publishedNodes","publishedEdges","publishedViewport","createdAt","updatedAt"],"additionalProperties":false}},"pagination":{"type":"object","properties":{"page":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"limit":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"total":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"totalPages":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["page","limit","total","totalPages"],"additionalProperties":false}},"required":["items","pagination"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}},"post":{"tags":["Voice Workflows"],"operationId":"voiceWorkflows.create","parameters":[],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"201":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"organizationId":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"voiceAgentId":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]},"name":{"type":"string"},"description":{"anyOf":[{"type":"string"},{"type":"null"}]},"nodes":{"type":"array","items":{"type":"object"}},"edges":{"type":"array","items":{"type":"object"}},"viewport":{"anyOf":[{"type":"object"},{"type":"null"}]},"isEnabled":{"type":"boolean"},"version":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"publishedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"publishedNodes":{"anyOf":[{"type":"array","items":{"type":"object"}},{"type":"null"}]},"publishedEdges":{"anyOf":[{"type":"array","items":{"type":"object"}},{"type":"null"}]},"publishedViewport":{"anyOf":[{"type":"object"},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","organizationId","voiceAgentId","name","description","nodes","edges","viewport","isEnabled","version","publishedAt","publishedNodes","publishedEdges","publishedViewport","createdAt","updatedAt"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"409":{"description":"ConflictError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"voiceAgentId":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]},"name":{"type":"string"},"description":{"anyOf":[{"type":"string"},{"type":"null"}]},"nodes":{"type":"array","items":{"type":"object"}},"edges":{"type":"array","items":{"type":"object"}},"viewport":{"anyOf":[{"type":"object"},{"type":"null"}]},"isEnabled":{"type":"boolean"},"version":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"publishedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"publishedNodes":{"anyOf":[{"type":"array","items":{"type":"object"}},{"type":"null"}]},"publishedEdges":{"anyOf":[{"type":"array","items":{"type":"object"}},{"type":"null"}]},"publishedViewport":{"anyOf":[{"type":"object"},{"type":"null"}]}},"required":["name"],"additionalProperties":false}}},"required":true}}},"/v1/voice/workflows/{id}":{"get":{"tags":["Voice Workflows"],"operationId":"voiceWorkflows.get","parameters":[{"name":"id","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"organizationId":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"voiceAgentId":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]},"name":{"type":"string"},"description":{"anyOf":[{"type":"string"},{"type":"null"}]},"nodes":{"type":"array","items":{"type":"object"}},"edges":{"type":"array","items":{"type":"object"}},"viewport":{"anyOf":[{"type":"object"},{"type":"null"}]},"isEnabled":{"type":"boolean"},"version":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"publishedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"publishedNodes":{"anyOf":[{"type":"array","items":{"type":"object"}},{"type":"null"}]},"publishedEdges":{"anyOf":[{"type":"array","items":{"type":"object"}},{"type":"null"}]},"publishedViewport":{"anyOf":[{"type":"object"},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","organizationId","voiceAgentId","name","description","nodes","edges","viewport","isEnabled","version","publishedAt","publishedNodes","publishedEdges","publishedViewport","createdAt","updatedAt"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}},"patch":{"tags":["Voice Workflows"],"operationId":"voiceWorkflows.update","parameters":[{"name":"id","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"organizationId":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"voiceAgentId":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]},"name":{"type":"string"},"description":{"anyOf":[{"type":"string"},{"type":"null"}]},"nodes":{"type":"array","items":{"type":"object"}},"edges":{"type":"array","items":{"type":"object"}},"viewport":{"anyOf":[{"type":"object"},{"type":"null"}]},"isEnabled":{"type":"boolean"},"version":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"publishedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"publishedNodes":{"anyOf":[{"type":"array","items":{"type":"object"}},{"type":"null"}]},"publishedEdges":{"anyOf":[{"type":"array","items":{"type":"object"}},{"type":"null"}]},"publishedViewport":{"anyOf":[{"type":"object"},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","organizationId","voiceAgentId","name","description","nodes","edges","viewport","isEnabled","version","publishedAt","publishedNodes","publishedEdges","publishedViewport","createdAt","updatedAt"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"409":{"description":"ConflictError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"voiceAgentId":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]},"name":{"type":"string"},"description":{"anyOf":[{"type":"string"},{"type":"null"}]},"nodes":{"type":"array","items":{"type":"object"}},"edges":{"type":"array","items":{"type":"object"}},"viewport":{"anyOf":[{"type":"object"},{"type":"null"}]},"isEnabled":{"type":"boolean"},"version":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"publishedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"publishedNodes":{"anyOf":[{"type":"array","items":{"type":"object"}},{"type":"null"}]},"publishedEdges":{"anyOf":[{"type":"array","items":{"type":"object"}},{"type":"null"}]},"publishedViewport":{"anyOf":[{"type":"object"},{"type":"null"}]}},"additionalProperties":false}}},"required":true}},"delete":{"tags":["Voice Workflows"],"operationId":"voiceWorkflows.remove","parameters":[{"name":"id","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean"}},"required":["success"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/voice/workflows/agent/{agentId}":{"get":{"tags":["Voice Workflows"],"operationId":"voiceWorkflows.getByAgent","parameters":[{"name":"agentId","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"anyOf":[{"type":"object","properties":{"id":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"organizationId":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"voiceAgentId":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]},"name":{"type":"string"},"description":{"anyOf":[{"type":"string"},{"type":"null"}]},"nodes":{"type":"array","items":{"type":"object"}},"edges":{"type":"array","items":{"type":"object"}},"viewport":{"anyOf":[{"type":"object"},{"type":"null"}]},"isEnabled":{"type":"boolean"},"version":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"publishedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"publishedNodes":{"anyOf":[{"type":"array","items":{"type":"object"}},{"type":"null"}]},"publishedEdges":{"anyOf":[{"type":"array","items":{"type":"object"}},{"type":"null"}]},"publishedViewport":{"anyOf":[{"type":"object"},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","organizationId","voiceAgentId","name","description","nodes","edges","viewport","isEnabled","version","publishedAt","publishedNodes","publishedEdges","publishedViewport","createdAt","updatedAt"],"additionalProperties":false},{"type":"null"}]}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/voice/workflows/{id}/duplicate":{"post":{"tags":["Voice Workflows"],"operationId":"voiceWorkflows.duplicate","parameters":[{"name":"id","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"201":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"organizationId":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"voiceAgentId":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]},"name":{"type":"string"},"description":{"anyOf":[{"type":"string"},{"type":"null"}]},"nodes":{"type":"array","items":{"type":"object"}},"edges":{"type":"array","items":{"type":"object"}},"viewport":{"anyOf":[{"type":"object"},{"type":"null"}]},"isEnabled":{"type":"boolean"},"version":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"publishedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"publishedNodes":{"anyOf":[{"type":"array","items":{"type":"object"}},{"type":"null"}]},"publishedEdges":{"anyOf":[{"type":"array","items":{"type":"object"}},{"type":"null"}]},"publishedViewport":{"anyOf":[{"type":"object"},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","organizationId","voiceAgentId","name","description","nodes","edges","viewport","isEnabled","version","publishedAt","publishedNodes","publishedEdges","publishedViewport","createdAt","updatedAt"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"409":{"description":"ConflictError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string"}},"additionalProperties":false}}},"required":true}}},"/v1/voice/workflows/{id}/publish":{"post":{"tags":["Voice Workflows"],"operationId":"voiceWorkflows.publish","parameters":[{"name":"id","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"organizationId":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"voiceAgentId":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]},"name":{"type":"string"},"description":{"anyOf":[{"type":"string"},{"type":"null"}]},"nodes":{"type":"array","items":{"type":"object"}},"edges":{"type":"array","items":{"type":"object"}},"viewport":{"anyOf":[{"type":"object"},{"type":"null"}]},"isEnabled":{"type":"boolean"},"version":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"publishedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"publishedNodes":{"anyOf":[{"type":"array","items":{"type":"object"}},{"type":"null"}]},"publishedEdges":{"anyOf":[{"type":"array","items":{"type":"object"}},{"type":"null"}]},"publishedViewport":{"anyOf":[{"type":"object"},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","organizationId","voiceAgentId","name","description","nodes","edges","viewport","isEnabled","version","publishedAt","publishedNodes","publishedEdges","publishedViewport","createdAt","updatedAt"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/voice/workflows/{id}/unpublish":{"post":{"tags":["Voice Workflows"],"operationId":"voiceWorkflows.unpublish","parameters":[{"name":"id","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"organizationId":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"voiceAgentId":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]},"name":{"type":"string"},"description":{"anyOf":[{"type":"string"},{"type":"null"}]},"nodes":{"type":"array","items":{"type":"object"}},"edges":{"type":"array","items":{"type":"object"}},"viewport":{"anyOf":[{"type":"object"},{"type":"null"}]},"isEnabled":{"type":"boolean"},"version":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"publishedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"publishedNodes":{"anyOf":[{"type":"array","items":{"type":"object"}},{"type":"null"}]},"publishedEdges":{"anyOf":[{"type":"array","items":{"type":"object"}},{"type":"null"}]},"publishedViewport":{"anyOf":[{"type":"object"},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","organizationId","voiceAgentId","name","description","nodes","edges","viewport","isEnabled","version","publishedAt","publishedNodes","publishedEdges","publishedViewport","createdAt","updatedAt"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/voice/workflows/{workflowId}/link/{agentId}":{"post":{"tags":["Voice Workflows"],"operationId":"voiceWorkflows.linkToAgent","parameters":[{"name":"workflowId","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true},{"name":"agentId","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"organizationId":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"voiceAgentId":{"anyOf":[{"type":"string","allOf":[{"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)$","format":"uuid"}]},{"type":"null"}]},"name":{"type":"string"},"description":{"anyOf":[{"type":"string"},{"type":"null"}]},"nodes":{"type":"array","items":{"type":"object"}},"edges":{"type":"array","items":{"type":"object"}},"viewport":{"anyOf":[{"type":"object"},{"type":"null"}]},"isEnabled":{"type":"boolean"},"version":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"publishedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"publishedNodes":{"anyOf":[{"type":"array","items":{"type":"object"}},{"type":"null"}]},"publishedEdges":{"anyOf":[{"type":"array","items":{"type":"object"}},{"type":"null"}]},"publishedViewport":{"anyOf":[{"type":"object"},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","organizationId","voiceAgentId","name","description","nodes","edges","viewport","isEnabled","version","publishedAt","publishedNodes","publishedEdges","publishedViewport","createdAt","updatedAt"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/voice/numbers/assignable":{"get":{"tags":["Voice Numbers"],"operationId":"voiceNumbers.listAssignable","parameters":[],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"phoneNumber":{"type":"string"},"friendlyName":{"anyOf":[{"type":"string"},{"type":"null"}]},"capabilities":{"type":"object","properties":{"sms":{"type":"boolean"},"mms":{"type":"boolean"},"voice":{"type":"boolean"}},"required":["sms","mms","voice"],"additionalProperties":false},"numberType":{"type":"string"},"country":{"type":"string"},"isDefault":{"type":"boolean"},"routingTags":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}]},"status":{"type":"string"},"createdAt":{"type":"string"}},"required":["id","phoneNumber","friendlyName","capabilities","numberType","country","isDefault","routingTags","status","createdAt"],"additionalProperties":false}}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/voice/numbers/assigned/agent/{agentId}":{"get":{"tags":["Voice Numbers"],"operationId":"voiceNumbers.getAssigned","parameters":[{"name":"agentId","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"phoneNumber":{"type":"string"},"friendlyName":{"anyOf":[{"type":"string"},{"type":"null"}]},"capabilities":{"type":"object","properties":{"sms":{"type":"boolean"},"mms":{"type":"boolean"},"voice":{"type":"boolean"}},"required":["sms","mms","voice"],"additionalProperties":false},"numberType":{"type":"string"},"country":{"type":"string"},"isDefault":{"type":"boolean"},"routingTags":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}]},"status":{"type":"string"},"createdAt":{"type":"string"}},"required":["id","phoneNumber","friendlyName","capabilities","numberType","country","isDefault","routingTags","status","createdAt"],"additionalProperties":false},{"type":"null"}]}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/voice/numbers/assigned":{"get":{"tags":["Voice Numbers"],"operationId":"voiceNumbers.listAssigned","parameters":[],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"agentId":{"type":"string"},"number":{"type":"object","properties":{"id":{"type":"string"},"phoneNumber":{"type":"string"},"friendlyName":{"anyOf":[{"type":"string"},{"type":"null"}]},"capabilities":{"type":"object","properties":{"sms":{"type":"boolean"},"mms":{"type":"boolean"},"voice":{"type":"boolean"}},"required":["sms","mms","voice"],"additionalProperties":false},"numberType":{"type":"string"},"country":{"type":"string"},"isDefault":{"type":"boolean"},"routingTags":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}]},"status":{"type":"string"},"createdAt":{"type":"string"}},"required":["id","phoneNumber","friendlyName","capabilities","numberType","country","isDefault","routingTags","status","createdAt"],"additionalProperties":false}},"required":["agentId","number"],"additionalProperties":false}}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/voice/numbers/assign":{"post":{"tags":["Voice Numbers"],"operationId":"voiceNumbers.assign","parameters":[],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"phoneNumber":{"type":"string"},"friendlyName":{"anyOf":[{"type":"string"},{"type":"null"}]},"capabilities":{"type":"object","properties":{"sms":{"type":"boolean"},"mms":{"type":"boolean"},"voice":{"type":"boolean"}},"required":["sms","mms","voice"],"additionalProperties":false},"numberType":{"type":"string"},"country":{"type":"string"},"isDefault":{"type":"boolean"},"routingTags":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}]},"status":{"type":"string"},"createdAt":{"type":"string"}},"required":["id","phoneNumber","friendlyName","capabilities","numberType","country","isDefault","routingTags","status","createdAt"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"409":{"description":"ConflictError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"agentId":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"phoneNumberId":{"type":"string","allOf":[{"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)$","format":"uuid"}]}},"required":["agentId","phoneNumberId"],"additionalProperties":false}}},"required":true}}},"/v1/voice/numbers/unassign":{"post":{"tags":["Voice Numbers"],"operationId":"voiceNumbers.unassign","parameters":[],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean"}},"required":["success"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"agentId":{"type":"string","allOf":[{"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)$","format":"uuid"}]}},"required":["agentId"],"additionalProperties":false}}},"required":true}}},"/v1/voice/knowledge-bases":{"get":{"tags":["Knowledge Base"],"operationId":"knowledgeBase.list","parameters":[{"name":"page","in":"query","schema":{"type":"string"},"required":false},{"name":"limit","in":"query","schema":{"type":"string"},"required":false}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"organizationId":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"name":{"type":"string"},"description":{"anyOf":[{"type":"string"},{"type":"null"}]},"documentCount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"vectorCount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"lastSyncedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","organizationId","name","description","documentCount","vectorCount","lastSyncedAt","createdAt","updatedAt"],"additionalProperties":false}},"pagination":{"type":"object","properties":{"page":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"limit":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"total":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"totalPages":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["page","limit","total","totalPages"],"additionalProperties":false}},"required":["items","pagination"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}},"post":{"tags":["Knowledge Base"],"operationId":"knowledgeBase.create","parameters":[],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"201":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"organizationId":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"name":{"type":"string"},"description":{"anyOf":[{"type":"string"},{"type":"null"}]},"documentCount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"vectorCount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"lastSyncedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","organizationId","name","description","documentCount","vectorCount","lastSyncedAt","createdAt","updatedAt"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"409":{"description":"ConflictError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string"},"description":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["name"],"additionalProperties":false}}},"required":true}}},"/v1/voice/knowledge-bases/{id}":{"get":{"tags":["Knowledge Base"],"operationId":"knowledgeBase.get","parameters":[{"name":"id","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"organizationId":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"name":{"type":"string"},"description":{"anyOf":[{"type":"string"},{"type":"null"}]},"documentCount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"vectorCount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"lastSyncedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","organizationId","name","description","documentCount","vectorCount","lastSyncedAt","createdAt","updatedAt"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}},"patch":{"tags":["Knowledge Base"],"operationId":"knowledgeBase.update","parameters":[{"name":"id","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"organizationId":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"name":{"type":"string"},"description":{"anyOf":[{"type":"string"},{"type":"null"}]},"documentCount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"vectorCount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"lastSyncedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","organizationId","name","description","documentCount","vectorCount","lastSyncedAt","createdAt","updatedAt"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"409":{"description":"ConflictError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string"},"description":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false}}},"required":true}},"delete":{"tags":["Knowledge Base"],"operationId":"knowledgeBase.remove","parameters":[{"name":"id","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean"}},"required":["success"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}},"502":{"description":"ExternalServiceError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExternalServiceError"}}}}}}},"/v1/voice/knowledge-bases/{knowledgeBaseId}/documents":{"get":{"tags":["Knowledge Base"],"operationId":"knowledgeBase.listDocuments","parameters":[{"name":"knowledgeBaseId","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true},{"name":"page","in":"query","schema":{"type":"string"},"required":false},{"name":"limit","in":"query","schema":{"type":"string"},"required":false},{"name":"status","in":"query","schema":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["processing"]},{"type":"string","enum":["indexed"]},{"type":"string","enum":["failed"]}]},"required":false}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"knowledgeBaseId":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"organizationId":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"name":{"type":"string"},"type":{"anyOf":[{"type":"string","enum":["pdf"]},{"type":"string","enum":["text"]}]},"chunkCount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"status":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["processing"]},{"type":"string","enum":["indexed"]},{"type":"string","enum":["failed"]}]},"metadata":{"anyOf":[{"type":"object","properties":{"contentType":{"type":"string"},"contentLength":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"uploadedAt":{"type":"string"},"contentHash":{"type":"string"},"embeddingConfigHash":{"type":"string"},"vectorCount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"additionalProperties":false},{"type":"null"}]},"errorMessage":{"anyOf":[{"type":"string"},{"type":"null"}]},"processedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","knowledgeBaseId","organizationId","name","type","chunkCount","status","metadata","errorMessage","processedAt","createdAt","updatedAt"],"additionalProperties":false}},"pagination":{"type":"object","properties":{"page":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"limit":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"total":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"totalPages":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["page","limit","total","totalPages"],"additionalProperties":false}},"required":["items","pagination"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/voice/knowledge-bases/{knowledgeBaseId}/upload-url":{"post":{"tags":["Knowledge Base"],"operationId":"knowledgeBase.getUploadUrl","parameters":[{"name":"knowledgeBaseId","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"201":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"uploadUrl":{"type":"string"},"documentId":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"s3Key":{"type":"string"}},"required":["uploadUrl","documentId","s3Key"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"422":{"description":"ValidationError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"filename":{"type":"string"},"contentType":{"type":"string"},"contentLength":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["filename","contentType","contentLength"],"additionalProperties":false}}},"required":true}}},"/v1/voice/knowledge-bases/documents/{id}":{"delete":{"tags":["Knowledge Base"],"operationId":"knowledgeBase.removeDocument","parameters":[{"name":"id","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean"}},"required":["success"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}},"502":{"description":"ExternalServiceError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExternalServiceError"}}}}}}},"/v1/voice/knowledge-bases/documents/{documentId}/sync":{"post":{"tags":["Knowledge Base"],"operationId":"knowledgeBase.syncDocument","parameters":[{"name":"documentId","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean"},"message":{"type":"string"}},"required":["success","message"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}},"502":{"description":"ExternalServiceError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExternalServiceError"}}}}}}},"/v1/voice/knowledge-bases/{knowledgeBaseId}/sync":{"post":{"tags":["Knowledge Base"],"operationId":"knowledgeBase.syncAll","parameters":[{"name":"knowledgeBaseId","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean"},"count":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["success","count"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}},"502":{"description":"ExternalServiceError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExternalServiceError"}}}}}}},"/v1/voice/knowledge-bases/{knowledgeBaseId}/query":{"post":{"tags":["Knowledge Base"],"operationId":"knowledgeBase.query","parameters":[{"name":"knowledgeBaseId","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"results":{"type":"array","items":{"type":"object","properties":{"documentId":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"documentName":{"type":"string"},"chunkIndex":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"content":{"type":"string"},"score":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"metadata":{"type":"object"}},"required":["documentId","documentName","chunkIndex","content","score"],"additionalProperties":false}},"query":{"type":"string"}},"required":["results","query"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}},"502":{"description":"ExternalServiceError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExternalServiceError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"query":{"type":"string"},"topK":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["query"],"additionalProperties":false}}},"required":true}}},"/v1/scheduled-messages":{"get":{"tags":["Scheduled Messages"],"operationId":"scheduled.list","parameters":[{"name":"page","in":"query","schema":{"type":"string"},"required":false},{"name":"limit","in":"query","schema":{"type":"string"},"required":false},{"name":"status","in":"query","schema":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["queued"]},{"type":"string","enum":["cancelled"]},{"type":"string","enum":["failed"]}]},"required":false},{"name":"channel","in":"query","schema":{"anyOf":[{"type":"string","enum":["email"]},{"type":"string","enum":["sms"]},{"type":"string","enum":["whatsapp"]}]},"required":false}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"organizationId":{"type":"string"},"scheduleName":{"type":"string"},"scheduledFor":{"type":"string"},"timezone":{"type":"string"},"channel":{"type":"string"},"participantId":{"type":"string"},"conversationId":{"anyOf":[{"type":"string"},{"type":"null"}]},"payload":{"type":"object"},"status":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["queued"]},{"type":"string","enum":["cancelled"]},{"type":"string","enum":["failed"]}]},"messageId":{"anyOf":[{"type":"string"},{"type":"null"}]},"attemptNumber":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"failureReason":{"anyOf":[{"type":"string"},{"type":"null"}]},"createdBy":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":"string"},"participant":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"displayName":{"anyOf":[{"type":"string"},{"type":"null"}]},"type":{"type":"string"},"channelIdentities":{}},"required":["id","name","displayName","type"],"additionalProperties":false},{"type":"null"}]}},"required":["id","organizationId","scheduleName","scheduledFor","timezone","channel","participantId","conversationId","payload","status","messageId","attemptNumber","failureReason","createdBy","createdAt","updatedAt","participant"],"additionalProperties":false}},"pagination":{"type":"object","properties":{"page":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"limit":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"total":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"totalPages":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["page","limit","total","totalPages"],"additionalProperties":false}},"required":["items","pagination"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}},"post":{"tags":["Scheduled Messages"],"operationId":"scheduled.create","parameters":[],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"201":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"messageId":{"type":"string"},"scheduledFor":{"type":"string"},"status":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["queued"]},{"type":"string","enum":["cancelled"]},{"type":"string","enum":["failed"]}]}},"required":["id","messageId","scheduledFor","status"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"422":{"description":"ValidationError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"to":{"anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}]},"subject":{"type":"string","allOf":[{"minLength":1}]},"html":{"type":"string","allOf":[{"minLength":1}]},"text":{"type":"string"},"scheduledFor":{"type":"string"},"timezone":{"type":"string"}},"required":["to","subject","html","scheduledFor"],"additionalProperties":false}}},"required":true}}},"/v1/scheduled-messages/{id}":{"get":{"tags":["Scheduled Messages"],"operationId":"scheduled.get","parameters":[{"name":"id","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"organizationId":{"type":"string"},"scheduleName":{"type":"string"},"scheduledFor":{"type":"string"},"timezone":{"type":"string"},"channel":{"type":"string"},"participantId":{"type":"string"},"conversationId":{"anyOf":[{"type":"string"},{"type":"null"}]},"payload":{"type":"object"},"status":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["queued"]},{"type":"string","enum":["cancelled"]},{"type":"string","enum":["failed"]}]},"messageId":{"anyOf":[{"type":"string"},{"type":"null"}]},"attemptNumber":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"failureReason":{"anyOf":[{"type":"string"},{"type":"null"}]},"createdBy":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":"string"},"participant":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"displayName":{"anyOf":[{"type":"string"},{"type":"null"}]},"type":{"type":"string"},"channelIdentities":{}},"required":["id","name","displayName","type"],"additionalProperties":false},{"type":"null"}]}},"required":["id","organizationId","scheduleName","scheduledFor","timezone","channel","participantId","conversationId","payload","status","messageId","attemptNumber","failureReason","createdBy","createdAt","updatedAt","participant"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/scheduled-messages/{id}/cancel":{"post":{"tags":["Scheduled Messages"],"operationId":"scheduled.cancel","parameters":[{"name":"id","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean"},"message":{"type":"string"}},"required":["success","message"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"422":{"description":"ValidationError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/unsubscribe-groups":{"get":{"tags":["Unsubscribe Groups"],"operationId":"unsubscribe.list","parameters":[{"name":"page","in":"query","schema":{"type":"string"},"required":false},{"name":"limit","in":"query","schema":{"type":"string"},"required":false}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"organizationId":{"type":"string"},"name":{"type":"string"},"description":{"anyOf":[{"type":"string"},{"type":"null"}]},"isDefault":{"type":"boolean"},"memberCount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","organizationId","name","description","isDefault","memberCount","createdAt","updatedAt"],"additionalProperties":false}},"pagination":{"type":"object","properties":{"page":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"limit":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"total":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"totalPages":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["page","limit","total","totalPages"],"additionalProperties":false}},"required":["items","pagination"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}},"post":{"tags":["Unsubscribe Groups"],"operationId":"unsubscribe.create","parameters":[],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"201":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"organizationId":{"type":"string"},"name":{"type":"string"},"description":{"anyOf":[{"type":"string"},{"type":"null"}]},"isDefault":{"type":"boolean"},"memberCount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","organizationId","name","description","isDefault","memberCount","createdAt","updatedAt"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string","allOf":[{"minLength":1}]},"description":{"anyOf":[{"type":"string"},{"type":"null"}]},"isDefault":{"type":"boolean"}},"required":["name"],"additionalProperties":false}}},"required":true}}},"/v1/unsubscribe-groups/{id}":{"patch":{"tags":["Unsubscribe Groups"],"operationId":"unsubscribe.update","parameters":[{"name":"id","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"organizationId":{"type":"string"},"name":{"type":"string"},"description":{"anyOf":[{"type":"string"},{"type":"null"}]},"isDefault":{"type":"boolean"},"memberCount":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}},"required":["id","organizationId","name","description","isDefault","memberCount","createdAt","updatedAt"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string","allOf":[{"minLength":1}]},"description":{"anyOf":[{"type":"string"},{"type":"null"}]},"isDefault":{"type":"boolean"}},"additionalProperties":false}}},"required":true}},"delete":{"tags":["Unsubscribe Groups"],"operationId":"unsubscribe.remove","parameters":[{"name":"id","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean"}},"required":["success"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/unsubscribe-groups/{groupId}/members":{"post":{"tags":["Unsubscribe Groups"],"operationId":"unsubscribe.addEmails","parameters":[{"name":"groupId","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"added":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"skipped":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["added","skipped"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"emails":{"type":"array","items":{"type":"string"},"allOf":[{"minItems":1}]},"source":{"anyOf":[{"type":"string","enum":["link"]},{"type":"string","enum":["api"]},{"type":"string","enum":["manual"]},{"type":"string","enum":["complaint"]}]}},"required":["emails"],"additionalProperties":false}}},"required":true}},"delete":{"tags":["Unsubscribe Groups"],"operationId":"unsubscribe.removeEmails","parameters":[{"name":"groupId","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"removed":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["removed"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"emails":{"type":"array","items":{"type":"string"},"allOf":[{"minItems":1}]}},"required":["emails"],"additionalProperties":false}}},"required":true}},"get":{"tags":["Unsubscribe Groups"],"operationId":"unsubscribe.listMembers","parameters":[{"name":"groupId","in":"path","schema":{"type":"string","allOf":[{"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)$","format":"uuid"}]},"required":true},{"name":"page","in":"query","schema":{"type":"string"},"required":false},{"name":"limit","in":"query","schema":{"type":"string"},"required":false}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"email":{"type":"string"},"participantId":{"anyOf":[{"type":"string"},{"type":"null"}]},"source":{"anyOf":[{"type":"string","enum":["link"]},{"type":"string","enum":["api"]},{"type":"string","enum":["manual"]},{"type":"string","enum":["complaint"]}]},"unsubscribedAt":{"type":"string"},"createdAt":{"type":"string"}},"required":["id","email","participantId","source","unsubscribedAt","createdAt"],"additionalProperties":false}},"pagination":{"type":"object","properties":{"page":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"limit":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"total":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"totalPages":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["page","limit","total","totalPages"],"additionalProperties":false}},"required":["items","pagination"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"404":{"description":"ResourceNotFoundError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}},"/v1/unsubscribe-groups/check":{"get":{"tags":["Unsubscribe Groups"],"operationId":"unsubscribe.checkSubscription","parameters":[{"name":"email","in":"query","schema":{"type":"string"},"required":true},{"name":"groupIds","in":"query","schema":{"type":"string"},"required":false}],"security":[{"cookie":[]},{"secureCookie":[]},{"apiKey":[]}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"email":{"type":"string"},"unsubscribedGroups":{"type":"array","items":{"type":"object","properties":{"groupId":{"type":"string"},"groupName":{"type":"string"},"unsubscribedAt":{"type":"string"}},"required":["groupId","groupName","unsubscribedAt"],"additionalProperties":false}}},"required":["email","unsubscribedGroups"],"additionalProperties":false}}}},"400":{"description":"BadRequest"},"401":{"description":"UnauthorizedError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedError"}}}},"403":{"description":"ForbiddenError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenError"}}}},"500":{"description":"InternalError","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalError"}}}}}}}},"components":{"schemas":{"InternalError":{"type":"object","properties":{"_tag":{"type":"string","enum":["InternalError"]},"message":{"type":"string"}},"required":["_tag","message"],"additionalProperties":false},"UnauthorizedError":{"type":"object","properties":{"_tag":{"type":"string","enum":["UnauthorizedError"]},"message":{"type":"string"}},"required":["_tag","message"],"additionalProperties":false},"ForbiddenError":{"type":"object","properties":{"_tag":{"type":"string","enum":["ForbiddenError"]},"message":{"type":"string"}},"required":["_tag","message"],"additionalProperties":false},"ResourceNotFoundError":{"type":"object","properties":{"_tag":{"type":"string","enum":["ResourceNotFoundError"]},"resource":{"type":"string"},"id":{"type":"string"}},"required":["_tag","resource","id"],"additionalProperties":false},"ConflictError":{"type":"object","properties":{"_tag":{"type":"string","enum":["ConflictError"]},"message":{"type":"string"},"resource":{"type":"string"}},"required":["_tag","message","resource"],"additionalProperties":false},"RateLimitedError":{"type":"object","properties":{"_tag":{"type":"string","enum":["RateLimitedError"]},"retryAfterSeconds":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["_tag","retryAfterSeconds"],"additionalProperties":false},"PaymentRequiredError":{"type":"object","properties":{"_tag":{"type":"string","enum":["PaymentRequiredError"]},"resource":{"type":"string"},"currentUsage":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]},"limit":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string","enum":["NaN"]},{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]}]},{"anyOf":[{"type":"string","enum":["Infinity"]},{"type":"string","enum":["-Infinity"]},{"type":"string","enum":["NaN"]}]}]}},"required":["_tag","resource","currentUsage","limit"],"additionalProperties":false},"ValidationError":{"type":"object","properties":{"_tag":{"type":"string","enum":["ValidationError"]},"message":{"type":"string"},"fields":{"type":"object","additionalProperties":{"type":"array","items":{"type":"string"}}}},"required":["_tag","message"],"additionalProperties":false},"ExternalServiceError":{"type":"object","properties":{"_tag":{"type":"string","enum":["ExternalServiceError"]},"provider":{"type":"string"},"message":{"type":"string"}},"required":["_tag","provider","message"],"additionalProperties":false}},"securitySchemes":{"cookie":{"type":"apiKey","name":"better-auth.session_token","in":"cookie"},"secureCookie":{"type":"apiKey","name":"__Secure-better-auth.session_token","in":"cookie"},"apiKey":{"type":"apiKey","name":"x-api-key","in":"header"}}},"security":[],"tags":[{"name":"Messages","description":"Cross-channel message management"},{"name":"Email","description":"Unified email domain for sending, domains, templates, threads, catch-all, blocking, forwarding, and onboarding"},{"name":"SMS","description":"SMS messaging, phone number management, and provider configuration"},{"name":"WhatsApp","description":"WhatsApp Cloud API messaging, templates, service windows, and business accounts"},{"name":"Conversations","description":"Conversation management — create, update, and manage multi-channel conversations"},{"name":"Participants","description":"Participant CRUD, bulk operations, engagement metrics, and activity timeline"},{"name":"Participant Groups","description":"Segment management — static and dynamic groups with membership operations"},{"name":"Custom Fields","description":"Custom field definitions for participant metadata"},{"name":"Templates","description":"Cross-channel template management, rendering, presets, and compliance"},{"name":"Drafts","description":"User-specific message draft management"},{"name":"Attachments","description":"Email attachment metadata and secure download URLs"},{"name":"Media","description":"File upload flow via S3 presigned URLs"},{"name":"Billing","description":"Billing plans, subscriptions, invoices, auto-recharge, and prepaid balance"},{"name":"Organizations","description":"Organization management and usage statistics"},{"name":"API Keys","description":"API key management, rotation, and usage statistics"},{"name":"Webhook Endpoints","description":"Webhook endpoint management, testing, and delivery logs"},{"name":"Analytics","description":"Messaging analytics, channel stats, and data export"},{"name":"API Logs","description":"API request logs and managed webhook delivery debugging tools"},{"name":"Voice Calls","description":"Voice call control and management"},{"name":"Voice Agents","description":"Voice agent configuration and management"},{"name":"Voice Workflows","description":"Voice workflow builder and management"},{"name":"Voice Numbers","description":"Voice phone number assignment and management"},{"name":"Knowledge Base","description":"Voice knowledge base document management and RAG queries"},{"name":"Scheduled Messages","description":"Schedule and manage future message delivery"},{"name":"Unsubscribe Groups","description":"Manage unsubscribe groups and members"}]}