/v3 prefix. All requests are authenticated with your
API key in the X-Suby-Api-Key header.
- Base URL —
https://api.beta.suby.fi - Auth —
X-Suby-Api-Key: sk_live_…(orsk_sandbox_…) - Envelope —
{ "success": true, "data": … }/{ "success": false, "error": …, "message": … } - Money — integer cents; token amounts as strings in smallest unit
- Pagination — cursor-based (
?limit=,?cursor=→pagination.nextCursor)
Resources
Pick an endpoint from the sidebar to see its parameters, request body, and
response schema, with a live “Try it” panel.

