One REST platform for billing, automation, messaging and email. Predictable resources, JSON everywhere, and reference docs for every endpoint.
# Create a subscription
curl https://api.pabbly.com/v1/subscriptions \
-H "Authorization: Bearer $PABBLY_KEY" \
-H "Content-Type: application/json" \
-d '{ "customer": "cus_8Kp2", "plan": "pro_monthly" }'API Reference
Detailed endpoint references for every Pabbly product — request and response schemas, authentication, code samples and interactive guides.