patchBay

Extension API vs [object Object]

If you need a Development API that's easy to integrate, go with Extension API.

Extension API

The Vonage Business Cloud Extension API enables you to retrieve information about extensions. Your application must subscribe to the Provisioning API suite to use this API.

Extension API

  • Simple API key authentication
  • HTTPS supported

[object Object]

  • Requires No authentication
  • No HTTPS support
FeatureExtension API[object Object]
AuthenticationapiKeyNo
HTTPSYesNo
CORSUnknownUnknown

When to use which?

Extension API supports HTTPS, which is required for production deployments and secure data handling.