> ## Documentation Index
> Fetch the complete documentation index at: https://timelines.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Seats Full

> Triggered when all purchased seats in a workspace are utilized (no available seats remain).



## OpenAPI

````yaml webhook workspace:seats_full
openapi: 3.1.0
info:
  title: Partner Webhook API
  version: 1.0.0
  description: >-
    Partner webhooks deliver near real-time notifications about key workspace
    and WhatsApp events. These events are emitted by TimelinesAI to
    partner-managed webhook endpoints whenever important utilization thresholds
    are crossed or account state changes. Webhook requests are sent as HTTP POST
    with a JSON body to the Partner-configured webhook_url. Each delivery
    includes the custom headers X-TL-Partner-Id and X-TL-Signature. The
    signature is a JSON Web Token (JWT) token that contains the partner_id, nbf
    (not before), and exp (expiration) fields. using the partner's shared secret
    and can be used to verify authenticity and integrity.

    Emitted only for workspaces owned by the partner.
servers: []
security: []
paths: {}

````