Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.79 KB

webflow.md

File metadata and controls

42 lines (25 loc) · 1.79 KB
description
This guide explains how to quickly connect Webflow CMS back-end to a Jet Admin front-end.

Webflow

Step 1: Get your API key

Go to Webflow Dashboard > Settings

Go to > Integrations

Scroll down to API Access > Generate API token

Step 2: Connect the API queries to Jet Admin

Choose a Rest API database from the list of available data sources:

Let's start with implementing Rest API, select it from the list of available resources, and specify the general information that will use for all API requests for this resource:

  • Resource name – unique name that indicates API resource in Jet Admin.
  • Base URL – URL that will use for all requests for this resource (if you want to use different URL, create different resources for each URL).

Create a new Collection with your Webflow's query:

{% content-ref url="../data/make-an-http-request.md" %} make-an-http-request.md {% endcontent-ref %}