Created
March 26, 2023 08:35
-
-
Save toshvelaga/439310b276db81c8c7033b9e7a904ac5 to your computer and use it in GitHub Desktop.
API that looks up whether a site uses Webflow or Bubble
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl --location --request POST 'https://wreudwglze.execute-api.us-west-1.amazonaws.com/default/techLookup' \ | |
--header 'Content-Type: application/json' \ | |
--data-raw '{ | |
"url": "<PUT_COMPANY_URL_HERE>" | |
}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment