Skip to main content
POST
Create customer billing

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
externalMeterId
string
required
workspaceId
string
required
totalCredits
string
default:0
Pattern: ^\d+$
allowOverages
boolean
default:false
spendCap
string
Pattern: ^\d+$

Response

The created billing

billing
object | null
required