openapi: 3.1.0
info:
  title: SiteUp API
  version: 1.0.0
  description: |
    API completa da plataforma SiteUp.

    ## Recursos

    - **Atendimento**: contatos, conversas, mensagens, caixas multi-canal
    - **Kanban**: funnels, stages, items, atribuição de agentes
    - **Automação**: regras, webhooks, integrações
    - **Analytics**: relatórios, métricas
    - **Equipe**: agentes, times, perfis

    ## Autenticação

    Header `api_access_token: <seu-token>` na maioria dos endpoints. Endpoints `/public/api/v1/*` usam identificadores públicos.
  contact:
    name: Time SiteUp
    email: contato@siteup.com.br
    url: https://siteup.com.br
  license:
    name: Proprietary
servers:
  - url: https://app.siteup.com.br
    description: Produção
paths:
  /platform/api/v1/accounts:
    $ref: ./siteup-api/core/paths.yml#/paths/~1platform~1api~1v1~1accounts
  /platform/api/v1/accounts/{account_id}:
    $ref: ./siteup-api/core/paths.yml#/paths/~1platform~1api~1v1~1accounts~1{account_id}
  /platform/api/v1/accounts/{account_id}/account_users:
    $ref: ./siteup-api/core/paths.yml#/paths/~1platform~1api~1v1~1accounts~1{account_id}~1account_users
  /platform/api/v1/agent_bots:
    $ref: ./siteup-api/core/paths.yml#/paths/~1platform~1api~1v1~1agent_bots
  /platform/api/v1/agent_bots/{id}:
    $ref: ./siteup-api/core/paths.yml#/paths/~1platform~1api~1v1~1agent_bots~1{id}
  /platform/api/v1/users:
    $ref: ./siteup-api/core/paths.yml#/paths/~1platform~1api~1v1~1users
  /platform/api/v1/users/{id}:
    $ref: ./siteup-api/core/paths.yml#/paths/~1platform~1api~1v1~1users~1{id}
  /platform/api/v1/users/{id}/login:
    $ref: ./siteup-api/core/paths.yml#/paths/~1platform~1api~1v1~1users~1{id}~1login
  /public/api/v1/inboxes/{inbox_identifier}:
    $ref: ./siteup-api/core/paths.yml#/paths/~1public~1api~1v1~1inboxes~1{inbox_identifier}
  /public/api/v1/inboxes/{inbox_identifier}/contacts:
    $ref: ./siteup-api/core/paths.yml#/paths/~1public~1api~1v1~1inboxes~1{inbox_identifier}~1contacts
  /public/api/v1/inboxes/{inbox_identifier}/contacts/{contact_identifier}:
    $ref: ./siteup-api/core/paths.yml#/paths/~1public~1api~1v1~1inboxes~1{inbox_identifier}~1contacts~1{contact_identifier}
  /public/api/v1/inboxes/{inbox_identifier}/contacts/{contact_identifier}/conversations:
    $ref: ./siteup-api/core/paths.yml#/paths/~1public~1api~1v1~1inboxes~1{inbox_identifier}~1contacts~1{contact_identifier}~1conversations
  /public/api/v1/inboxes/{inbox_identifier}/contacts/{contact_identifier}/conversations/{conversation_id}:
    $ref: ./siteup-api/core/paths.yml#/paths/~1public~1api~1v1~1inboxes~1{inbox_identifier}~1contacts~1{contact_identifier}~1conversations~1{conversation_id}
  /public/api/v1/inboxes/{inbox_identifier}/contacts/{contact_identifier}/conversations/{conversation_id}/toggle_status:
    $ref: ./siteup-api/core/paths.yml#/paths/~1public~1api~1v1~1inboxes~1{inbox_identifier}~1contacts~1{contact_identifier}~1conversations~1{conversation_id}~1toggle_status
  /public/api/v1/inboxes/{inbox_identifier}/contacts/{contact_identifier}/conversations/{conversation_id}/toggle_typing:
    $ref: ./siteup-api/core/paths.yml#/paths/~1public~1api~1v1~1inboxes~1{inbox_identifier}~1contacts~1{contact_identifier}~1conversations~1{conversation_id}~1toggle_typing
  /public/api/v1/inboxes/{inbox_identifier}/contacts/{contact_identifier}/conversations/{conversation_id}/update_last_seen:
    $ref: ./siteup-api/core/paths.yml#/paths/~1public~1api~1v1~1inboxes~1{inbox_identifier}~1contacts~1{contact_identifier}~1conversations~1{conversation_id}~1update_last_seen
  /public/api/v1/inboxes/{inbox_identifier}/contacts/{contact_identifier}/conversations/{conversation_id}/messages:
    $ref: ./siteup-api/core/paths.yml#/paths/~1public~1api~1v1~1inboxes~1{inbox_identifier}~1contacts~1{contact_identifier}~1conversations~1{conversation_id}~1messages
  /public/api/v1/inboxes/{inbox_identifier}/contacts/{contact_identifier}/conversations/{conversation_id}/messages/{message_id}:
    $ref: ./siteup-api/core/paths.yml#/paths/~1public~1api~1v1~1inboxes~1{inbox_identifier}~1contacts~1{contact_identifier}~1conversations~1{conversation_id}~1messages~1{message_id}
  /survey/responses/{conversation_uuid}:
    $ref: ./siteup-api/core/paths.yml#/paths/~1survey~1responses~1{conversation_uuid}
  /api/v1/accounts/{account_id}:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}
  /api/v1/accounts/{account_id}/audit_logs:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1audit_logs
  /api/v1/accounts/{account_id}/agent_bots:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1agent_bots
  /api/v1/accounts/{account_id}/agent_bots/{id}:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1agent_bots~1{id}
  /api/v1/accounts/{account_id}/agents:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1agents
  /api/v1/accounts/{account_id}/agents/{id}:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1agents~1{id}
  /api/v1/accounts/{account_id}/canned_responses:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1canned_responses
  /api/v1/accounts/{account_id}/canned_responses/{id}:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1canned_responses~1{id}
  /api/v1/accounts/{account_id}/custom_attribute_definitions:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1custom_attribute_definitions
  /api/v1/accounts/{account_id}/custom_attribute_definitions/{id}:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1custom_attribute_definitions~1{id}
  /api/v1/accounts/{account_id}/contacts:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1contacts
  /api/v1/accounts/{account_id}/contacts/{id}:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1contacts~1{id}
  /api/v1/accounts/{account_id}/contacts/{id}/conversations:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1contacts~1{id}~1conversations
  /api/v1/accounts/{account_id}/contacts/{id}/labels:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1contacts~1{id}~1labels
  /api/v1/accounts/{account_id}/contacts/search:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1contacts~1search
  /api/v1/accounts/{account_id}/contacts/filter:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1contacts~1filter
  /api/v1/accounts/{account_id}/contacts/{id}/contact_inboxes:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1contacts~1{id}~1contact_inboxes
  /api/v1/accounts/{account_id}/contacts/{id}/contactable_inboxes:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1contacts~1{id}~1contactable_inboxes
  /api/v1/accounts/{account_id}/actions/contact_merge:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1actions~1contact_merge
  /api/v1/accounts/{account_id}/automation_rules:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1automation_rules
  /api/v1/accounts/{account_id}/automation_rules/{id}:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1automation_rules~1{id}
  /api/v1/accounts/{account_id}/portals:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1portals
  /api/v1/accounts/{account_id}/portals/{id}:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1portals~1{id}
  /api/v1/accounts/{account_id}/portals/{id}/categories:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1portals~1{id}~1categories
  /api/v1/accounts/{account_id}/portals/{id}/articles:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1portals~1{id}~1articles
  /api/v1/accounts/{account_id}/conversations/meta:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1conversations~1meta
  /api/v1/accounts/{account_id}/conversations:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1conversations
  /api/v1/accounts/{account_id}/conversations/filter:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1conversations~1filter
  /api/v1/accounts/{account_id}/conversations/{conversation_id}:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1conversations~1{conversation_id}
  /api/v1/accounts/{account_id}/conversations/{conversation_id}/toggle_status:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1conversations~1{conversation_id}~1toggle_status
  /api/v1/accounts/{account_id}/conversations/{conversation_id}/toggle_priority:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1conversations~1{conversation_id}~1toggle_priority
  /api/v1/accounts/{account_id}/conversations/{conversation_id}/toggle_typing_status:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1conversations~1{conversation_id}~1toggle_typing_status
  /api/v1/accounts/{account_id}/conversations/{conversation_id}/custom_attributes:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1conversations~1{conversation_id}~1custom_attributes
  /api/v1/accounts/{account_id}/conversations/{conversation_id}/assignments:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1conversations~1{conversation_id}~1assignments
  /api/v1/accounts/{account_id}/conversations/{conversation_id}/labels:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1conversations~1{conversation_id}~1labels
  /api/v1/accounts/{account_id}/conversations/{conversation_id}/reporting_events:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1conversations~1{conversation_id}~1reporting_events
  /api/v1/accounts/{account_id}/inboxes:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1inboxes
  /api/v1/accounts/{account_id}/inboxes/{id}:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1inboxes~1{id}
  /api/v1/accounts/{account_id}/inboxes/{id}/agent_bot:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1inboxes~1{id}~1agent_bot
  /api/v1/accounts/{account_id}/inboxes/{id}/set_agent_bot:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1inboxes~1{id}~1set_agent_bot
  /api/v1/accounts/{account_id}/inbox_members/{inbox_id}:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1inbox_members~1{inbox_id}
  /api/v1/accounts/{account_id}/inbox_members:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1inbox_members
  /api/v1/accounts/{account_id}/labels:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1labels
  /api/v1/accounts/{account_id}/labels/{id}:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1labels~1{id}
  /api/v1/accounts/{account_id}/conversations/{conversation_id}/messages:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1conversations~1{conversation_id}~1messages
  /api/v1/accounts/{account_id}/conversations/{conversation_id}/messages/{message_id}:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1conversations~1{conversation_id}~1messages~1{message_id}
  /api/v1/accounts/{account_id}/integrations/apps:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1integrations~1apps
  /api/v1/accounts/{account_id}/integrations/hooks:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1integrations~1hooks
  /api/v1/accounts/{account_id}/integrations/hooks/{hook_id}:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1integrations~1hooks~1{hook_id}
  /api/v1/profile:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1profile
  /api/v1/accounts/{account_id}/teams:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1teams
  /api/v1/accounts/{account_id}/teams/{team_id}:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1teams~1{team_id}
  /api/v1/accounts/{account_id}/teams/{team_id}/team_members:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1teams~1{team_id}~1team_members
  /api/v1/accounts/{account_id}/custom_filters:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1custom_filters
  /api/v1/accounts/{account_id}/custom_filters/{custom_filter_id}:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1custom_filters~1{custom_filter_id}
  /api/v1/accounts/{account_id}/webhooks:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1webhooks
  /api/v1/accounts/{account_id}/webhooks/{webhook_id}:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1webhooks~1{webhook_id}
  /api/v1/accounts/{account_id}/reporting_events:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1reporting_events
  /api/v2/accounts/{account_id}/reports:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v2~1accounts~1{account_id}~1reports
  /api/v2/accounts/{account_id}/reports/summary:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v2~1accounts~1{account_id}~1reports~1summary
  /api/v2/accounts/{account_id}/reports/conversations:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v2~1accounts~1{account_id}~1reports~1conversations
  /api/v2/accounts/{account_id}/reports/conversations/:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v2~1accounts~1{account_id}~1reports~1conversations~1
  /api/v2/accounts/{account_id}/summary_reports/channel:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v2~1accounts~1{account_id}~1summary_reports~1channel
  /api/v2/accounts/{account_id}/summary_reports/inbox:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v2~1accounts~1{account_id}~1summary_reports~1inbox
  /api/v2/accounts/{account_id}/summary_reports/agent:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v2~1accounts~1{account_id}~1summary_reports~1agent
  /api/v2/accounts/{account_id}/summary_reports/team:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v2~1accounts~1{account_id}~1summary_reports~1team
  /api/v2/accounts/{account_id}/reports/first_response_time_distribution:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v2~1accounts~1{account_id}~1reports~1first_response_time_distribution
  /api/v2/accounts/{account_id}/reports/inbox_label_matrix:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v2~1accounts~1{account_id}~1reports~1inbox_label_matrix
  /api/v2/accounts/{account_id}/reports/outgoing_messages_count:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v2~1accounts~1{account_id}~1reports~1outgoing_messages_count
  /api/v1/accounts/{account_id}/funnels:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1funnels
  /api/v1/accounts/{account_id}/funnels/{id}:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1funnels~1{id}
  /api/v1/accounts/{account_id}/funnels/{id}/stage_stats:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1funnels~1{id}~1stage_stats
  /api/v1/accounts/{account_id}/offers:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1offers
  /api/v1/accounts/{account_id}/offers/search:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1offers~1search
  /api/v1/accounts/{account_id}/offers/{id}:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1offers~1{id}
  /api/v1/accounts/{account_id}/kanban_items:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1kanban_items
  /api/v1/accounts/{account_id}/kanban_items/reorder:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1kanban_items~1reorder
  /api/v1/accounts/{account_id}/kanban_items/{id}:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1kanban_items~1{id}
  /api/v1/accounts/{account_id}/kanban_items/{id}/move_to_stage:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1kanban_items~1{id}~1move_to_stage
  /api/v1/accounts/{account_id}/kanban_items/{id}/move:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1kanban_items~1{id}~1move
  /api/v1/accounts/{account_id}/kanban_items/{id}/create_checklist_item:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1kanban_items~1{id}~1create_checklist_item
  /api/v1/accounts/{account_id}/kanban_items/{id}/create_note:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1kanban_items~1{id}~1create_note
  /api/v1/accounts/{account_id}/kanban_items/{id}/assign_agent:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1kanban_items~1{id}~1assign_agent
  /api/v1/accounts/{account_id}/kanban_items/{id}/remove_agent:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1kanban_items~1{id}~1remove_agent
  /api/v1/accounts/{account_id}/kanban_items/{id}/assigned_agents:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1kanban_items~1{id}~1assigned_agents
  /api/v1/accounts/{account_id}/kanban_items/{id}/change_status:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1kanban_items~1{id}~1change_status
  /api/v1/accounts/{account_id}/kanban_items/{id}/assign_agent_to_checklist_item:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1kanban_items~1{id}~1assign_agent_to_checklist_item
  /api/v1/accounts/{account_id}/kanban_items/{id}/remove_agent_from_checklist_item:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1kanban_items~1{id}~1remove_agent_from_checklist_item
  /api/v1/accounts/{account_id}/kanban_items/reports:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1kanban_items~1reports
  /api/v1/accounts/{account_id}/kanban_items/search:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1kanban_items~1search
  /api/v1/accounts/{account_id}/kanban_items/filter:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1kanban_items~1filter
  /api/v1/accounts/{account_id}/kanban_items/export:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1kanban_items~1export
  /api/v1/accounts/{account_id}/kanban_items/import:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1kanban_items~1import
  /api/v1/accounts/{account_id}/kanban_items/bulk_move_items:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1kanban_items~1bulk_move_items
  /api/v1/accounts/{account_id}/kanban_items/bulk_assign_agent:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1kanban_items~1bulk_assign_agent
  /api/v1/accounts/{account_id}/kanban_items/bulk_set_priority:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1kanban_items~1bulk_set_priority
  /api/v1/accounts/{account_id}/kanban_items/{id}/get_notes:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1kanban_items~1{id}~1get_notes
  /api/v1/accounts/{account_id}/kanban_items/{id}/update_note:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1kanban_items~1{id}~1update_note
  /api/v1/accounts/{account_id}/kanban_items/{id}/delete_note:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1kanban_items~1{id}~1delete_note
  /api/v1/accounts/{account_id}/kanban_items/{id}/get_checklist:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1kanban_items~1{id}~1get_checklist
  /api/v1/accounts/{account_id}/kanban_items/{id}/delete_checklist_item:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1kanban_items~1{id}~1delete_checklist_item
  /api/v1/accounts/{account_id}/kanban_items/{id}/update_checklist_item:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1kanban_items~1{id}~1update_checklist_item
  /api/v1/accounts/{account_id}/kanban_items/{id}/toggle_checklist_item:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1kanban_items~1{id}~1toggle_checklist_item
  /api/v1/accounts/{account_id}/kanban_items/{id}/time_report:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1kanban_items~1{id}~1time_report
  /api/v1/accounts/{account_id}/kanban_items/{id}/stage_time_breakdown:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1kanban_items~1{id}~1stage_time_breakdown
  /api/v1/accounts/{account_id}/kanban_items/{id}/duplicate_checklist:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1kanban_items~1{id}~1duplicate_checklist
  /api/v1/accounts/{account_id}/kanban_items/{id}/search_checklist:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1kanban_items~1{id}~1search_checklist
  /api/v1/accounts/{account_id}/kanban_items/{id}/counts:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1kanban_items~1{id}~1counts
  /api/v1/accounts/{account_id}/kanban_items/{id}/checklist_progress_by_agent:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1kanban_items~1{id}~1checklist_progress_by_agent
  /api/v1/accounts/{account_id}/conversations/{conversation_id}/scheduled_messages:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1conversations~1{conversation_id}~1scheduled_messages
  /api/v1/accounts/{account_id}/conversations/{conversation_id}/scheduled_messages/{id}:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1conversations~1{conversation_id}~1scheduled_messages~1{id}
  /api/leads/capture/{slug}:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1leads~1capture~1{slug}
  /lead-capture.js:
    $ref: ./siteup-api/core/paths.yml#/paths/~1lead-capture.js
  /api/v1/accounts/{account_id}/lead_capture_endpoints:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1lead_capture_endpoints
  /api/v1/accounts/{account_id}/lead_capture_endpoints/{id}:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1lead_capture_endpoints~1{id}
  /api/v1/accounts/{account_id}/agent_bots/{agent_bot_id}/ai_agent_documents:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1agent_bots~1{agent_bot_id}~1ai_agent_documents
  /api/v1/accounts/{account_id}/agent_bots/{agent_bot_id}/ai_agent_documents/{id}:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1agent_bots~1{agent_bot_id}~1ai_agent_documents~1{id}
  /api/v1/accounts/{account_id}/agent_bots/{agent_bot_id}/ai_agent_documents/{id}/retry:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1agent_bots~1{agent_bot_id}~1ai_agent_documents~1{id}~1retry
  /api/v1/accounts/{account_id}/upload:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1upload
  /api/v1/accounts/{account_id}/broadcasts:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1broadcasts
  /api/v1/accounts/{account_id}/broadcasts/{id}:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1broadcasts~1{id}
  /api/v1/accounts/{account_id}/whatsapp_group_broadcasts:
    $ref: ./siteup-api/whatsapp-groups/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1whatsapp_group_broadcasts
  /api/v1/accounts/{account_id}/voip_settings:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1voip_settings
  /api/v1/accounts/{account_id}/voip_devices:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1voip_devices
  /api/v1/accounts/{account_id}/voip_devices/{id}:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1voip_devices~1{id}
  /api/v1/accounts/{account_id}/conversations/{conversation_id}/voip_calls:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1conversations~1{conversation_id}~1voip_calls
  /api/v1/accounts/{account_id}/voip_analytics/funnel:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1voip_analytics~1funnel
  /api/v1/accounts/{account_id}/voip_analytics/financial:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1voip_analytics~1financial
  /api/v1/accounts/{account_id}/voip_analytics/by_agent:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1voip_analytics~1by_agent
  /api/v1/accounts/{account_id}/voip_analytics/by_origin:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1voip_analytics~1by_origin
  /api/v1/accounts/{account_id}/voip_analytics/daily:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1voip_analytics~1daily
  /api/v1/accounts/{account_id}/voip_analytics/distance:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1voip_analytics~1distance
  /api/v1/accounts/{account_id}/voip_analytics/calls_per_lead:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1voip_analytics~1calls_per_lead
  /api/v1/accounts/{account_id}/voip_analytics/attendance_rate:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1voip_analytics~1attendance_rate
  /api/v1/accounts/{account_id}/voip_analytics/lead_speed:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1voip_analytics~1lead_speed
  /api/v1/accounts/{account_id}/voip_analytics/fcr_rate:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1voip_analytics~1fcr_rate
  /api/v1/accounts/{account_id}/voip_analytics/setup_checklist:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1voip_analytics~1setup_checklist
  /api/v1/accounts/{account_id}/voip_analytics/compare:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1voip_analytics~1compare
  /api/v1/accounts/{account_id}/voip_analytics/recent_summaries:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1voip_analytics~1recent_summaries
  /api/v1/accounts/{account_id}/voip_analytics/targets:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1voip_analytics~1targets
  /api/v1/accounts/{account_id}/voip_sla_policies:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1voip_sla_policies
  /api/v1/accounts/{account_id}/voip_sla_policies/{id}:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1voip_sla_policies~1{id}
  /api/v1/accounts/{account_id}/call_records:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1call_records
  /api/v1/accounts/{account_id}/call_records/{id}:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1call_records~1{id}
  /api/v1/accounts/{account_id}/contacts/{contact_id}/lead_scores:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1contacts~1{contact_id}~1lead_scores
  /api/v1/accounts/{account_id}/tasks:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1tasks
  /api/v1/accounts/{account_id}/tasks/{id}:
    $ref: ./siteup-api/core/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1tasks~1{id}
  /api/v1/accounts/{account_id}/whatsapp_groups:
    $ref: ./siteup-api/whatsapp-groups/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1whatsapp_groups
  /api/v1/accounts/{account_id}/whatsapp_groups/{id}:
    $ref: ./siteup-api/whatsapp-groups/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1whatsapp_groups~1{id}
  /api/v1/accounts/{account_id}/whatsapp_groups/adopt:
    $ref: ./siteup-api/whatsapp-groups/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1whatsapp_groups~1adopt
  /api/v1/accounts/{account_id}/whatsapp_group_launches/provision:
    $ref: ./siteup-api/whatsapp-groups/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1whatsapp_group_launches~1provision
  /api/v1/accounts/{account_id}/whatsapp_groups/available_waha_sessions:
    $ref: ./siteup-api/whatsapp-groups/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1whatsapp_groups~1available_waha_sessions
  /api/v1/accounts/{account_id}/whatsapp_groups/inbox_status:
    $ref: ./siteup-api/whatsapp-groups/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1whatsapp_groups~1inbox_status
  /api/v1/accounts/{account_id}/whatsapp_groups/resolve_session:
    $ref: ./siteup-api/whatsapp-groups/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1whatsapp_groups~1resolve_session
  /api/v1/accounts/{account_id}/whatsapp_groups/{id}/sync_members:
    $ref: ./siteup-api/whatsapp-groups/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1whatsapp_groups~1{id}~1sync_members
  /api/v1/accounts/{account_id}/whatsapp_groups/{id}/invite_code:
    $ref: ./siteup-api/whatsapp-groups/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1whatsapp_groups~1{id}~1invite_code
  /api/v1/accounts/{account_id}/whatsapp_groups/{id}/revoke_invite_code:
    $ref: ./siteup-api/whatsapp-groups/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1whatsapp_groups~1{id}~1revoke_invite_code
  /api/v1/accounts/{account_id}/whatsapp_groups/{id}/register_webhook:
    $ref: ./siteup-api/whatsapp-groups/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1whatsapp_groups~1{id}~1register_webhook
  /api/v1/accounts/{account_id}/whatsapp_groups/{whatsapp_group_id}/members:
    $ref: ./siteup-api/whatsapp-groups/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1whatsapp_groups~1{whatsapp_group_id}~1members
  /api/v1/accounts/{account_id}/whatsapp_groups/{whatsapp_group_id}/members/{id}:
    $ref: ./siteup-api/whatsapp-groups/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1whatsapp_groups~1{whatsapp_group_id}~1members~1{id}
  /api/v1/accounts/{account_id}/whatsapp_groups/{whatsapp_group_id}/members/{id}/promote:
    $ref: ./siteup-api/whatsapp-groups/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1whatsapp_groups~1{whatsapp_group_id}~1members~1{id}~1promote
  /api/v1/accounts/{account_id}/whatsapp_groups/{whatsapp_group_id}/members/{id}/demote:
    $ref: ./siteup-api/whatsapp-groups/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1whatsapp_groups~1{whatsapp_group_id}~1members~1{id}~1demote
  /api/v1/accounts/{account_id}/whatsapp_group_campaigns:
    $ref: ./siteup-api/whatsapp-groups/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1whatsapp_group_campaigns
  /api/v1/accounts/{account_id}/whatsapp_group_campaigns/{id}:
    $ref: ./siteup-api/whatsapp-groups/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1whatsapp_group_campaigns~1{id}
  /api/v1/accounts/{account_id}/whatsapp_group_campaigns/{id}/health:
    $ref: ./siteup-api/whatsapp-groups/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1whatsapp_group_campaigns~1{id}~1health
  /api/v1/accounts/{account_id}/whatsapp_group_campaigns/{id}/broadcasts:
    $ref: ./siteup-api/whatsapp-groups/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1whatsapp_group_campaigns~1{id}~1broadcasts
  /api/v1/accounts/{account_id}/whatsapp_group_broadcasts/{id}:
    $ref: ./siteup-api/whatsapp-groups/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1whatsapp_group_broadcasts~1{id}
  /api/v1/accounts/{account_id}/whatsapp_group_broadcasts/{id}/cancel:
    $ref: ./siteup-api/whatsapp-groups/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1whatsapp_group_broadcasts~1{id}~1cancel
  /api/v1/accounts/{account_id}/whatsapp_group_activities:
    $ref: ./siteup-api/whatsapp-groups/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1whatsapp_group_activities
  /api/v1/accounts/{account_id}/whatsapp_group_webhooks:
    $ref: ./siteup-api/whatsapp-groups/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1whatsapp_group_webhooks
  /api/v1/accounts/{account_id}/whatsapp_group_webhooks/{id}:
    $ref: ./siteup-api/whatsapp-groups/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1whatsapp_group_webhooks~1{id}
  /api/v1/accounts/{account_id}/whatsapp_group_sequences:
    $ref: ./siteup-api/whatsapp-groups/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1whatsapp_group_sequences
  /api/v1/accounts/{account_id}/whatsapp_group_sequences/{id}:
    $ref: ./siteup-api/whatsapp-groups/paths.yml#/paths/~1api~1v1~1accounts~1{account_id}~1whatsapp_group_sequences~1{id}
components:
  schemas:
    bad_request_error:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/bad_request_error
    request_error:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/request_error
    generic_id:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/generic_id
    canned_response:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/canned_response
    custom_attribute:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/custom_attribute
    automation_rule:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/automation_rule
    automation_rule_item:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/automation_rule_item
    portal:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/portal
    portal_single:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/portal_single
    portal_config:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/portal_config
    portal_logo:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/portal_logo
    portal_meta:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/portal_meta
    portal_item:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/portal_item
    category:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/category
    article:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/article
    contact:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/contact
    conversation:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/conversation
    message:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/message
    user:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/user
    agent:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/agent
    inbox:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/inbox
    inbox_contact:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/inbox_contact
    agent_bot:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/agent_bot
    contact_inboxes:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/contact_inboxes
    contactable_inboxes:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/contactable_inboxes
    custom_filter:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/custom_filter
    webhook:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/webhook
    account:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/account
    account_detail:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/account_detail
    account_show_response:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/account_show_response
    account_user:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/account_user
    platform_account:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/platform_account
    team:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/team
    label:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/label
    integrations_app:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/integrations_app
    integrations_hook:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/integrations_hook
    audit_log:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/audit_log
    public_contact:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/public_contact
    public_contact_record:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/public_contact_record
    public_conversation:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/public_conversation
    public_message:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/public_message
    public_message_attachment:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/public_message_attachment
    public_message_sender:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/public_message_sender
    public_inbox:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/public_inbox
    account_create_update_payload:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/account_create_update_payload
    account_update_payload:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/account_update_payload
    account_user_create_update_payload:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/account_user_create_update_payload
    platform_agent_bot_create_update_payload:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/platform_agent_bot_create_update_payload
    agent_bot_create_update_payload:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/agent_bot_create_update_payload
    user_create_update_payload:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/user_create_update_payload
    canned_response_create_update_payload:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/canned_response_create_update_payload
    custom_attribute_create_update_payload:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/custom_attribute_create_update_payload
    agent_create_payload:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/agent_create_payload
    agent_update_payload:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/agent_update_payload
    contact_create_payload:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/contact_create_payload
    contact_update_payload:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/contact_update_payload
    conversation_create_payload:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/conversation_create_payload
    conversation_message_create_payload:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/conversation_message_create_payload
    inbox_create_payload:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/inbox_create_payload
    inbox_update_payload:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/inbox_update_payload
    team_create_update_payload:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/team_create_update_payload
    label_create_update_payload:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/label_create_update_payload
    custom_filter_create_update_payload:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/custom_filter_create_update_payload
    webhook_create_update_payload:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/webhook_create_update_payload
    integrations_hook_create_payload:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/integrations_hook_create_payload
    integrations_hook_update_payload:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/integrations_hook_update_payload
    automation_rule_create_update_payload:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/automation_rule_create_update_payload
    portal_create_update_payload:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/portal_create_update_payload
    category_create_update_payload:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/category_create_update_payload
    article_create_update_payload:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/article_create_update_payload
    public_contact_create_update_payload:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/public_contact_create_update_payload
    public_message_create_payload:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/public_message_create_payload
    public_message_update_payload:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/public_message_update_payload
    public_conversation_create_payload:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/public_conversation_create_payload
    extended_contact:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/extended_contact
    contact_base:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/contact_base
    contact_list:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/contact_list
    contact_conversations:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/contact_conversations
    contact_labels:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/contact_labels
    conversation_list:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/conversation_list
    conversation_show:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/conversation_show
    conversation_status_toggle:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/conversation_status_toggle
    conversation_labels:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/conversation_labels
    account_summary:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/account_summary
    agent_conversation_metrics:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/agent_conversation_metrics
    channel_summary:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/channel_summary
    first_response_time_distribution:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/first_response_time_distribution
    inbox_label_matrix:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/inbox_label_matrix
    outgoing_messages_count:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/outgoing_messages_count
    inbox_summary:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/inbox_summary
    agent_summary:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/agent_summary
    team_summary:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/team_summary
    contact_detail:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/contact_detail
    message_detailed:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/message_detailed
    conversation_meta:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/conversation_meta
    conversation_messages:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/conversation_messages
    contact_meta:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/contact_meta
    contact_inbox:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/contact_inbox
    contact_list_item:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/contact_list_item
    contacts_list_response:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/contacts_list_response
    contact_show_response:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/contact_show_response
    contact_conversation_message:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/contact_conversation_message
    contact_conversations_response:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/contact_conversations_response
    contactable_inboxes_response:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/contactable_inboxes_response
    reporting_event:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/reporting_event
    reporting_event_meta:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/reporting_event_meta
    reporting_events_list_response:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/reporting_events_list_response
    Funnel:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/Funnel
    FunnelCreate:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/FunnelCreate
    FunnelUpdate:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/FunnelUpdate
    KanbanItem:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/KanbanItem
    KanbanItemCreate:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/KanbanItemCreate
    KanbanItemUpdate:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/KanbanItemUpdate
    KanbanItemsResponse:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/KanbanItemsResponse
    AssignedAgentsResponse:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/AssignedAgentsResponse
    Error:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/Error
    ReorderRequest:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/ReorderRequest
    StageStats:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/StageStats
    DebugInfo:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/DebugInfo
    FunnelLimitError:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/FunnelLimitError
    ScheduledMessage:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/ScheduledMessage
    ScheduledMessagesResponse:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/ScheduledMessagesResponse
    ScheduledMessageCreate:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/ScheduledMessageCreate
    ScheduledMessageCreatedResponse:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/ScheduledMessageCreatedResponse
    ScheduledMessageUpdate:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/ScheduledMessageUpdate
    Task:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/Task
    TaskCreate:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/TaskCreate
    TaskUpdate:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/TaskUpdate
    TasksListResponse:
      $ref: ./siteup-api/core/components/index.yml#/components/schemas/TasksListResponse
  parameters:
    account_id:
      $ref: ./siteup-api/core/components/index.yml#/components/parameters/account_id
    agent_bot_id:
      $ref: ./siteup-api/core/components/index.yml#/components/parameters/agent_bot_id
    team_id:
      $ref: ./siteup-api/core/components/index.yml#/components/parameters/team_id
    inbox_id:
      $ref: ./siteup-api/core/components/index.yml#/components/parameters/inbox_id
    hook_id:
      $ref: ./siteup-api/core/components/index.yml#/components/parameters/hook_id
    source_id:
      $ref: ./siteup-api/core/components/index.yml#/components/parameters/source_id
    contact_sort_param:
      $ref: ./siteup-api/core/components/index.yml#/components/parameters/contact_sort_param
    conversation_id:
      $ref: ./siteup-api/core/components/index.yml#/components/parameters/conversation_id
    conversation_uuid:
      $ref: ./siteup-api/core/components/index.yml#/components/parameters/conversation_uuid
    custom_filter_id:
      $ref: ./siteup-api/core/components/index.yml#/components/parameters/custom_filter_id
    webhook_id:
      $ref: ./siteup-api/core/components/index.yml#/components/parameters/webhook_id
    message_id:
      $ref: ./siteup-api/core/components/index.yml#/components/parameters/message_id
    page:
      $ref: ./siteup-api/core/components/index.yml#/components/parameters/page
    platform_user_id:
      $ref: ./siteup-api/core/components/index.yml#/components/parameters/platform_user_id
    report_type:
      $ref: ./siteup-api/core/components/index.yml#/components/parameters/report_type
    report_metric:
      $ref: ./siteup-api/core/components/index.yml#/components/parameters/report_metric
    public_inbox_identifier:
      $ref: ./siteup-api/core/components/index.yml#/components/parameters/public_inbox_identifier
    public_contact_identifier:
      $ref: ./siteup-api/core/components/index.yml#/components/parameters/public_contact_identifier
    portal_id:
      $ref: ./siteup-api/core/components/index.yml#/components/parameters/portal_id
    whatsapp_groups_account_id:
      $ref: ./whatsapp-groups-api.yml#/components/parameters/account_id
    whatsapp_groups_id:
      $ref: ./whatsapp-groups-api.yml#/components/parameters/id
    whatsapp_groups_group_id:
      $ref: ./whatsapp-groups-api.yml#/components/parameters/whatsapp_group_id
  responses:
    BadRequest:
      $ref: ./siteup-api/core/components/index.yml#/components/responses/BadRequest
    Unauthorized:
      $ref: ./siteup-api/core/components/index.yml#/components/responses/Unauthorized
    Forbidden:
      $ref: ./siteup-api/core/components/index.yml#/components/responses/Forbidden
    NotFound:
      $ref: ./siteup-api/core/components/index.yml#/components/responses/NotFound
    UnprocessableEntity:
      $ref: ./siteup-api/core/components/index.yml#/components/responses/UnprocessableEntity
  securitySchemes:
    userApiKey:
      $ref: ./siteup-api/core/components/index.yml#/components/securitySchemes/userApiKey
    agentBotApiKey:
      $ref: ./siteup-api/core/components/index.yml#/components/securitySchemes/agentBotApiKey
    platformAppApiKey:
      $ref: ./siteup-api/core/components/index.yml#/components/securitySchemes/platformAppApiKey
    apiAccessToken:
      $ref: ./siteup-api/core/components/index.yml#/components/securitySchemes/apiAccessToken
tags:
  - name: Contas
    description: Account management APIs
  - name: Usuários da Conta
    description: Account user management APIs
  - name: Bots
    description: Bot integrations
  - name: Usuários
    description: User management APIs
  - name: Bots da Conta
    description: Account-specific Agent Bots
  - name: Agentes
    description: Agent management APIs
  - name: Respostas Prontas
    description: Pre-defined responses for common queries
  - name: Contatos
    description: Contact management APIs
  - name: Etiquetas de Contato
    description: Manage contact labels
  - name: Atribuição de Conversas
    description: Manage conversation assignments
  - name: Etiquetas de Conversa
    description: Manage conversation labels
  - name: Conversas
    description: Conversation management APIs
  - name: Atributos Personalizados
    description: Custom fields for contacts and conversations
  - name: Filtros Personalizados
    description: Saved filters for conversations
  - name: Caixas de Entrada
    description: Communication channels setup
  - name: Integrações
    description: Third-party integrations
  - name: Etiquetas
    description: Account label management APIs
  - name: Mensagens
    description: Message management APIs
  - name: Perfil
    description: User profile APIs
  - name: Relatórios
    description: Analytics and reporting APIs
  - name: Times
    description: Team management APIs
  - name: Webhooks
    description: Event notification webhooks
  - name: Regras de Automação
    description: Workflow automation rules
  - name: Central de Ajuda
    description: Knowledge base management
  - name: API Pública - Contatos
    description: Public contact APIs
  - name: API Pública - Conversas
    description: Public conversation APIs
  - name: API Pública - Mensagens
    description: Public message APIs
  - name: Pesquisa CSAT
    description: Customer satisfaction survey
  - name: Funis
    description: Operações relacionadas aos funis de vendas
  - name: Ofertas
    description: Operações relacionadas às ofertas
  - name: Itens Kanban
    description: Operações relacionadas aos itens do Kanban
  - name: Checklist
    description: Operações relacionadas ao checklist
  - name: Notas
    description: Operações relacionadas às notas
  - name: Tarefas
    description: Lembretes acionaveis vinculados a contatos e conversas.
  - name: Mensagens Agendadas
    description: Operações relacionadas às mensagens agendadas
  - name: Anexos
    description: Upload de arquivos para gerar uma URL hospedada (usada como media_url em disparos, tarefas, notas do Kanban etc.)
  - name: Lead Capture
    description: Captura de leads via formularios. Publicos + admin.
  - name: Captain (Agente IA)
    description: "Agente IA: preferencias, knowledge base, tarefas."
  - name: Disparo de Mensagens
    description: Broadcasts em massa.
  - name: VOIP
    description: Chamadas via WhatsApp Business.
  - name: VOIP - Analytics
    description: Metricas de chamadas.
  - name: Call Records
    description: Historico de chamadas.
  - name: Lead Scoring
    description: Pontuacao de leads.
  - name: Chatbot Flows
    description: Flow Builder.
  - name: Groups
  - name: Members
  - name: Campaigns
  - name: Broadcasts
  - name: Sequences
  - name: Activities
  - name: WAHA
  - name: Inbox API
  - name: Account
  - name: Audit Logs
  - name: Conversation
  - name: Agentes (Kanban)
x-tagGroups:
  - name: Plataforma
    tags:
      - Contas
      - Usuários da Conta
      - Bots
      - Usuários
  - name: Aplicação
    tags:
      - Bots da Conta
      - Agentes
      - Respostas Prontas
      - Contatos
      - Etiquetas de Contato
      - Atribuição de Conversas
      - Etiquetas de Conversa
      - Conversas
      - Atributos Personalizados
      - Filtros Personalizados
      - Caixas de Entrada
      - Integrações
      - Etiquetas
      - Mensagens
      - Perfil
      - Relatórios
      - Times
      - Webhooks
      - Regras de Automação
      - Central de Ajuda
  - name: APIs Públicas
    tags:
      - API Pública - Contatos
      - API Pública - Conversas
      - API Pública - Mensagens
  - name: Outros
    tags:
      - Pesquisa CSAT
  - name: SiteUp Custom
    tags:
      - Lead Capture
      - Captain (Agente IA)
      - Disparo de Mensagens
      - VOIP
      - VOIP - Analytics
      - Call Records
      - Lead Scoring
      - Chatbot Flows
  - name: Kanban
    tags:
      - Funis
      - Ofertas
      - Itens Kanban
      - Agentes (Kanban)
      - Checklist
      - Notas
      - Mensagens Agendadas
  - name: WhatsApp Groups
    tags:
      - Groups
      - Members
      - Campaigns
      - Broadcasts
      - Webhooks
      - Sequences
      - Activities
      - WAHA
