Page cover image

Add Website

Add a single website to your account.

POST https://getgeoflow.com/beta/api/add-website/:accountID

Add a single website to your Geoflow account by passing a valid URL (including https) and the Webflow site ID. Optionally provide a name for your website, otherwise one will be randomly generated for you.

Path Parameters

Name
Type
Description

accountID*

String

Your Account ID

Headers

Name
Type
Description

Content-Type*

String

application/json

Authorization*

String

Bearer <TOKEN>

Request Body

Name
Type
Description

websiteURL*

String

Valid Website URL with HTTPS

websiteID*

String

Your Webflow Site ID

websiteName

String

Your Website Name

{
    "status": 201,
    "message": "Success",
    "description": "Your website was successfully added to your Geoflow account."
}

Last updated

Was this helpful?