Get started with Embeddable's customer-facing APIs (listed here).
Bruno is a fully offline, git-native, open-source API Client (like Postman, but better).
- Clone (or download) this repo locally
- e.g.
git clone https://github.com/embeddable-hq/embeddable-public-apis.git
- e.g.
- Install Bruno (here)
- e.g.
brew install bruno
- e.g.
- Open Bruno (e.g. on Mac Bruno appears in the Applications folder)
- Click 'Open collection' and choose the
bruno/Embeddable-API
folder in your downloaded repo.
- Select "Embeddable-API" from the left-hand menu.
- Choose "Safe mode" when prompted.
- In the top-right corner of Bruno, choose 'No environment'->'embeddable.com'.
- Now, in the same menu, click 'Configure'.
- Enter your workspace
region
(eu or us) and enter your Embeddableapi-key
(from here). - Click Save.
- Navigate to Embeddables -> List embeddables.
- Click the right arrow (->) on the right side of the screen to execute the request.
- You should see the response appear in the right panel.
- For other requests you may need to update the
Body
orVars
for them to run correctly.
- Error:
getaddrinfo ENOTFOUND {{host}}
- Solution: make sure you've picked
embeddable.com
as your environment (top right corner)
- Solution: make sure you've picked