API referenceEndpoints
Apply billing top-up
Requires the dedicated billing service credential. Generated from the production route registered in `internal/features/billing/inbound/http_topups.go`.
POST
/v1/billing/topupsRequires the dedicated billing service credential. Generated from the production route registered in internal/features/billing/inbound/http_topups.go.
Authorization
billingToken AuthorizationBearer <token>
Dedicated platform billing service credential.
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/v1/billing/topups" \ -H "Content-Type: application/json" \ -d '{}'{}