Skip to main content

Provision Template Table

POST 

/api/airtable/instances/:instance/provision-template

Provision a ready-made Airtable base for the connection. This creates a pre-built base with tables and mappings for common datasets and runs an initial backfill in the background.

Body fields:

  • workspace_id (string, required): the Airtable workspace to create the base in.
  • base_name (string, optional, default "SKU.io Ops Hub"): the name for the new base.
  • order_window_days (integer, optional, default 90, range 1–3650): how many days of recent orders to backfill.

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type