Carbonlink API
  • 🌿Welcome to Carbonlink
  • 🌟How Carbonlink Works
  • πŸ’ΎInstallation
  • ⁉️Handling Errors & Limits
    • Response Codes
    • Rate Limiting
  • GUIDES
    • Use Cases
      • E-Commerce
      • Carbon Accounting
      • Carbon Solution Providers
  • CORE
    • πŸ“–API reference
      • πŸ‘œProduct
      • 🧩Factor
      • πŸ—ΊοΈAsset
      • 🌍Offset
      • 🚞Estimate
    • πŸ“¦Data objects
      • Factor
      • Product
      • Asset
        • Project
          • Vintage
        • Pool
      • Estimate
      • Offset
  • Resources
    • Defining Emissions
      • The Scope System
      • CO2 Equivalents
    • Carbon Markets 101
      • What is A Carbon Credit?
      • Environmental Impact of Offsetting
      • How Are Credits Generated & Verified?
    • Methodologies
      • Carbon Credit Methodologies
      • Estimate Methodology
Powered by GitBook
On this page
  1. Handling Errors & Limits

Response Codes

This is a list of the HTTP status codes the Carbonlink API may return in the response of a request:

Status Code
Error
Description

200

OK

Your request executed successfully.

400

Bad Request

Your request parameters were formatted incorrectly.

401

Unauthorized

Your request did not include an API key.

403

Forbidden

Your request included an API key, but the operation you attempted was not allowed.

404

Not Found

Your request tried to find a resource that does not exist.

429

Too Many Requests

You have performed too many requests recently.

5xx

Internal Server Error

Something went wrong on our end. Please try again at a later time.

PreviousHandling Errors & LimitsNextRate Limiting

Last updated 1 year ago

⁉️