Skip to main content

Monk API

The Monk API provides programmatic access to your billing data, enabling server-to-server integrations for usage billing, customer management, and invoice retrieval.

Base URL

All API requests should be made to:
https://app.monk.com/api/v1

Features

Quick Start

  1. Get your API key - Generate an API key from the Settings page in your Monk dashboard
  2. Make your first request - Use your API key to authenticate requests
curl -X GET "https://app.monk.com/api/v1/customers" \
  -H "Authorization: Bearer mk_live_your_api_key"

Need Help?