GET

List Providers


Retrieves a list of external calendar providers supported on the Wix site.

The list of external calendar providers includes:

  • External calendar providers that are supported by default, such as Google, Apple, and Microsoft.
  • External calenders for which the site owner has enabled integration by installing an app.

For each provider, check features.connectMethods to find out whether to use Connect By Credentials (SDK | REST) or Connect By OAuth (SDK | REST) to establish a connection.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Bookings - all permissions
Manage External Calendars
Learn more about app permissions.
Endpoint
GET
https://www.wixapis.com/bookings/v2/external-calendars/providers

Request
This endpoint does not take any parameters.
Response Object
providersArray <Provider>

List of external calendar providers supported on the site.

List the external calendar providers supported by a Wix site
Request
cURL
Response
JSON
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?