Endpoints
Health
GET /v1/ping → { "ok": true, "time": "..." }
Users
| Method | Path | Description |
|---|---|---|
GET | /v1/users/{id} | Get user profile |
POST | /v1/users/{id}/points | Award points (idempotent) |
Vouchers
| Method | Path | Description |
|---|---|---|
GET | /v1/vouchers | List vouchers (paginated) |
POST | /v1/vouchers/{id}/redeem | Redeem on behalf of user |
Webhooks
| Method | Path | Description |
|---|---|---|
GET | /v1/webhooks | List your webhook endpoints |
POST | /v1/webhooks | Register new endpoint |
Full OpenAPI spec: coming with mainnet API GA.