Skip to content

BellA scripting language for API calls.

Replace Postman with Bell. It's readable, collaborative, and FREE.

example.GET.bel
# Fetch a user from an API
url "https://api.example.com/users/123"

GET

log response.body.name