v1

latestOpenAPI 3.0.02026-07-145819.8 KB

Get an application

get/{id}

Response

Success

idstring

The application's ID

namestring

Friendly identifier for your application. This is not unique

Example response

{
  "capabilities": {
    "meetings": {
      "webhooks": {
        "recording_changed": {
          "address": "https://example.com/webhooks/event",
          "http_method": "POST"
        },
        "room_changed": {
          "address": "https://example.com/webhooks/event",
          "http_method": "POST"
        },
        "session_changed": {
          "address": "https://example.com/webhooks/event",
          "http_method": "POST"
        }
      }
    },
    "messages": {
      "webhooks": {
        "inbound_url": {
          "address": "https://example.com/webhooks/inbound",
          "http_method": "POST"
        },
        "status_url": {
          "address": "https://example.com/webhooks/status",
          "http_method": "POST"
        }
      }
    },
    "rtc": {
      "leg_persistence_time": 5,
      "signed_callbacks": true,
      "webhooks": {
        "event_url": {
          "address": "https://example.com/webhooks/event",
          "http_method": "POST"
        }
      }
    },
    "verify": {
      "version": "v2",
      "webhooks": {
        "status_url": {
          "address": "https://example.com/webhooks/event",
          "http_method": "POST"
        }
      }
    },
    "voice": {
      "conversation_ttl": 30,
      "payments": {
        "gateways": [
          {
            "credential": "26f2a89e-6fcd-11ed-a1eb-0242ac120002",
            "mode": "live",
            "type": "Stripe"
          }
        ]
      },
      "signed_callbacks": true,
      "webhooks": {
        "answer_url": {
          "address": "https://example.com/webhooks/answer",
          "connection_timeout": 500,
          "http_method": "POST",
          "socket_timeout": 3000
        },
        "event_url": {
          "address": "https://example.com/webhooks/event",
          "connection_timeout": 500,
          "http_method": "POST",
          "socket_timeout": 3000
        },
        "fallback_answer_url": {
          "address": "https://fallback.example.com/webhooks/answer",
          "connection_timeout": 500,
          "http_method": "POST",
          "socket_timeout": 3000
        }
      }
    }
  },
  "id": "78d335fa-323d-0114-9c3d-d6f0d48968cf",
  "name": "My Application",
  "privacy": {
    "improve_ai": true
  }
}