v1

latestOpenAPI 3.0.02026-07-145819.8 KB

List available applications

get/

Query parameters

page_sizeinteger

The number of applications per page

pageinteger

The current page number (starts at 1)

Response

Success

pageinteger

The current page number (starts at 1)

page_sizeinteger

The number of applications per page

total_itemsinteger

The total number of applications

total_pagesinteger

The total number of pages returned

Example response

{
  "_embedded": {
    "applications": [
      {
        "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
        }
      }
    ]
  },
  "page": 1,
  "page_size": 10,
  "total_items": 6,
  "total_pages": 1
}
All 5 operations