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
Developer Warning: Never share your API key with anyone or add it to client-side code. Where possible, use environment variables in your backend to keep your API key secure.
Last updated
Was this helpful?