Skip to main content

βœ… Prerequisites

Before you begin, make sure you have:
  • A Vambe account.
  • Access to your API Key.
  • A tool to make HTTP requests (e.g. Postman, Insomnia, curl).
  • Basic understanding of REST APIs and JSON.

πŸ” Authentication

All requests to the Vambe API require authentication via your own API Key.

Step 1: Get Your API Key

Getting Your API Key

Step 2: Add Authorization Header

Include your API key in the request header like this:

πŸ“¦ Base URL

All API requests use this base URL:

βš™οΈ Request & Response Format

  • All requests and responses are in JSON.
  • Use Content-Type: application/json for all POST requests.

πŸ“› Error Codes

The API uses standard HTTP response codes. Here are some common ones:

Tip: Always log the response body when testing to troubleshoot issues

quickly.

Welcome πŸ‘‹ πŸ” API Key Ask AI