Skip to main content
curl -X POST "https://api.adrelay.dev/v1/billing/portal" \
  -H "X-API-Key: $ADRELAY_API_KEY"
{
  "portal_url": "https://billing.stripe.com/p/session/..."
}
The billing portal allows users to update payment methods, view invoices, and manage their subscription. Redirect the user to the returned portal_url.