Jump to Content
Octane
HomeGuidesRecipesAPI ReferenceChangelog
HomeOctane
Home
HomeGuidesRecipesAPI ReferenceChangelog

Overview

  • Overview
  • Quickstart
    • Portal Quickstart
    • Developer Quickstart
  • API Authentication

Metering

  • Creating Meters
    • Meter Types
    • Incremental vs Total Values
    • Independent Streams
  • Sending Measurements
    • Measurement Labels
    • Idempotency

Customers

  • Creating Customers
    • Measurement Mappings
  • Subscriptions
  • Revenue
  • Usage
  • Status

Price Plans

  • Creating Price Plans
    • Metered Components
    • Label Limits
    • Pricing Schemes
    • Add-On
  • Versioning & Rollouts
  • Updating Price Plans
  • Price Lists

Discounts & Coupons

  • Discounts
  • Coupons

Invoicing & Billing

  • Invoicing & Billing Overview
  • Invoice Settings
    • Invoice Memo
  • Manual Invoicing Triggers
  • Mark As Paid
  • Currencies
  • Taxes

External Integrations

  • Slack
  • Stripe
  • QuickBooks
  • Avalara AvaTax

Webhook API

  • Webhooks Quickstart
  • Handling a Webhook Event
  • Supported Webhook Events

Credits

  • Using Credits

Refunds

  • Refunds

Customer-facing Integrations

  • Customer Portal and Octane Components
  • Accepting Stripe Payment Methods
Powered by 

API Authentication

Suggest Edits

HTTP requests to the API are protected with HTTP Bearer authentication. Set your project API key as the token on each request.

HeaderValue
AuthorizationBearer <API_KEY>

You can find your project API key in the 'Settings' tab from the Octane portal:

1080

Updated over 1 year ago


Next Steps
  • Creating Customers