Bitcoiner co-working subscriptions powered by BOLT12 (Back-end)
- 1: pleb
- 2: sovereign
- 3: core
- 1: no recurrence, 1 month payment
- 3: 3 months offer recurrence
- 6: 6 months offer recurrence
- path: /api/v1/terminus/signup
- method: POST
- Body:
{
"tier": "3",
"info": {
"nameNym": "Satoshi",
"email": "[email protected]"
},
"recurrence": "3"
}
- Checkout out OFFERS.md for offer details and examples