Usage Metering
Create customer billing
POST
/
api
/
v1
/
customer-billing
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
externalMeterId
string
requiredworkspaceId
string
requiredtotalCredits
string
default: 0allowOverages
boolean
default: falsespendCap
string
Response
200 - application/json
billing
object | null
required