Bluejay Twilio SIP Webhook API

The Twilio SIP Webhook API from Bluejay — 1 operation(s) for twilio sip webhook.

OpenAPI Specification

bluejay-twilio-sip-webhook-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: Bluejay Agents Twilio SIP Webhook API
  description: Bluejay API
  version: 0.1.0
servers:
- url: https://api.getbluejay.ai
  description: Production server
security:
- apiKeyAuth: []
tags:
- name: Twilio SIP Webhook
paths:
  /v1/call-webhook:
    post:
      tags:
      - Twilio SIP Webhook
      summary: Handle Call Webhook
      description: 'Handle call webhook events


        Webhook is triggered when a call is made via Twilio Programmable SIP domain.'
      operationId: handle_call_webhook_v1_call_webhook_post
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
      parameters:
      - name: X-API-Key
        in: header
        required: true
        schema:
          type: string
        description: API key required to authenticate requests.
components:
  securitySchemes:
    apiKeyAuth:
      type: apiKey
      in: header
      name: X-API-Key
      description: API key required to authenticate requests.