Step 1: Get Your API Key

  1. Log in to the Carbon Business developer portal.
  2. Generate your API key.

Step 2: Make Your First Request

Use the /health_check endpoint to verify your integration.

Example Request

GET /health_check HTTP/1.1
Host: {{BASE_URL}}
apikey: YOUR_API_KEY
x-carbon-key: CARBON_API_KEY

Example Response

{
  "message": "OK"
}

Step 3: Explore the API

Check out the API Reference for detailed information on available endpoints.