Orb

Orb Credit Notes API

The Credit Notes API from Orb — 1 operation(s) for credit notes.

OpenAPI Specification

orb-credit-notes-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: Orb Alerts Credit Notes API
  description: Orb is a billing platform for usage-based pricing. The API supports customers, plans, subscriptions, invoices, alerts, coupons, credit notes, and event ingestion.
  version: '1.0'
servers:
- url: https://api.withorb.com/v1
  description: Orb API
tags:
- name: Credit Notes
paths:
  /credit_notes:
    post:
      summary: Create a credit note
      operationId: createCreditNote
      requestBody:
        $ref: '#/components/requestBodies/Generic'
      responses:
        '200':
          $ref: '#/components/responses/Generic'
      tags:
      - Credit Notes
components:
  responses:
    Generic:
      description: Successful response
      content:
        application/json:
          schema:
            type: object
            additionalProperties: true
  requestBodies:
    Generic:
      required: true
      content:
        application/json:
          schema:
            type: object
            additionalProperties: true
x-generated-from: https://docs.withorb.com/llms.txt
x-generated-by: claude-crawl-2026-05-08