SendOwl API

The SendOwl REST API provides third-party applications access to a merchant account's products, bundles (packages), subscriptions, drip items, orders, discounts, discount codes and license keys. Requests and responses are available in both JSON and XML selected via the Accept header, index actions are paginated with page/per_page (max 50), and authorization uses HTTP Basic with the API key and secret generated in the SendOwl dashboard.

API entry from apis.yml

apis.yml Raw ↑
aid: sendowl:sendowl-api
name: SendOwl API
description: The SendOwl REST API provides third-party applications access to a merchant account's products,
  bundles (packages), subscriptions, drip items, orders, discounts, discount codes and license keys. Requests
  and responses are available in both JSON and XML selected via the Accept header, index actions are paginated
  with page/per_page (max 50), and authorization uses HTTP Basic with the API key and secret generated
  in the SendOwl dashboard.
humanURL: https://dashboard.sendowl.com/developers/api/introduction
baseURL: https://api.sendowl.com/api/v1
tags:
- Products
- Orders
- Subscriptions
- Discounts
- Licenses
- Bundles
properties:
- type: APIReference
  url: https://dashboard.sendowl.com/developers/api/introduction
- type: Authentication
  url: authentication/sendowl-authentication.yml
- type: Conventions
  url: conventions/sendowl-conventions.yml
- type: ErrorCatalog
  url: errors/sendowl-problem-types.yml
- type: RateLimits
  url: rate-limits/sendowl-rate-limits.yml
- type: DataModel
  url: data-model/sendowl-data-model.yml
- type: Webhooks
  url: asyncapi/sendowl-webhooks.yml