Burner API

OAuth 2.0 REST API for programmatic access to Burner line management, messaging (SMS/MMS) and configuration, plus a webhook system for real-time event notifications. Requests use `Authorization: Bearer ` and an `X-Application-Version` header against /v1 resource paths. The Burner App Starter Kit (BASK) is the first-party client reference.

API entry from apis.yml

apis.yml Raw ↑
name: Burner API
description: 'OAuth 2.0 REST API for programmatic access to Burner line management, messaging (SMS/MMS)
  and configuration, plus a webhook system for real-time event notifications. Requests use `Authorization:
  Bearer <token>` and an `X-Application-Version` header against /v1 resource paths. The Burner App Starter
  Kit (BASK) is the first-party client reference.'
humanURL: https://github.com/adhoclabs/burner-app-starter-kit
baseURL: https://api.burnerapp.com
tags:
- Phone Numbers
- SMS
- Messaging
- Voice
- Telephony
properties:
- type: Authentication
  url: authentication/burner-authentication.yml
- type: Conventions
  url: conventions/burner-conventions.yml
- type: Webhooks
  url: asyncapi/burner-webhooks.yml
- type: MCPServer
  url: mcp/burner-mcp.yml