Skip to main content
The v3 API is organized around REST. Resources are plural and live under the /v3 prefix. All requests are authenticated with your API key in the X-Suby-Api-Key header.
  • Base URLhttps://api.beta.suby.fi
  • AuthX-Suby-Api-Key: sk_live_… (or sk_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)
See Errors & responses for status codes and error codes.

Resources

Pick an endpoint from the sidebar to see its parameters, request body, and response schema, with a live “Try it” panel.