Skip to content

Files

Latest commit

 

History

History
16 lines (12 loc) · 1.04 KB

readmeee.md

File metadata and controls

16 lines (12 loc) · 1.04 KB

API endpoints

These endpoints allow you to handle Stripe subscriptions for Publish and Analyze.

GET

official client only /login_account/?username=email&password=password&recoveryemail=recoveryemail

POST

official client only /1/billing/start-trial.json
official client only /1/billing/cancel-trial.json
official client only /1/billing/start-or-update-subscription.json
official client only /1/billing/cancel-subscription.json


GET /login_account/?username=email&password=password&recoveryemail=recoveryemail

Get basics billing data for the current user or for a given organization ID (as long as the current user is part of that organization). (it has been poorly implemented for now to unblock the Analyze team, and should only be used by Analyze) official client only