/teams/billing
GET
/teams/billingRequest
Request samples
Responses
OK(200)
Bad Request(400)
413(413)
415(415)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
credits
integer <int64>
required
creditsCeiling
integer <int64> | null
optional
customerMetadata
object
required
Additional properties
string
optional
periodEnd
string <date-time> | null
optional
periodStart
string <date-time> | null
optional
state
BillingState
One of
Allowed value:
can
stripeCustomerId
string
required
subscription
string | null
optional
Example
{
"credits": 0,
"creditsCeiling": 0,
"customerMetadata": {
"property1": "string",
"property2": "string"
},
"periodEnd": "2019-08-24T14:15:22.123Z",
"periodStart": "2019-08-24T14:15:22.123Z",
"state": "can",
"stripeCustomerId": "string",
"subscription": "string"
}
Last modified: 11 days ago