Bundles
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200Success
application/json
get
/api/bundles200Success
post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
idstring · uuidRead-onlyRequired
legacy_idstring · nullableOptional
nextgen_legacy_idstring · nullableOptional
created_atstring · date-time · nullableOptional
updated_atstring · date-timeRead-onlyRequired
namestring · max: 255Required
credit_amountinteger · min: -2147483648 · max: 2147483647Required
free_credit_percentageinteger · min: -2147483648 · max: 2147483647Optional
priceinteger · min: -2147483648 · max: 2147483647Required
stripe_product_idstring · max: 255 · nullableOptional
stripe_price_idstring · max: 255 · nullableOptional
Responses
201Success
application/json
post
/api/bundles201Success
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired
A UUID string identifying this bundle.
Responses
200Success
application/json
get
/api/bundles/{id}200Success
put
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired
A UUID string identifying this bundle.
Body
idstring · uuidRead-onlyRequired
legacy_idstring · nullableOptional
nextgen_legacy_idstring · nullableOptional
created_atstring · date-time · nullableOptional
updated_atstring · date-timeRead-onlyRequired
namestring · max: 255Required
credit_amountinteger · min: -2147483648 · max: 2147483647Required
free_credit_percentageinteger · min: -2147483648 · max: 2147483647Optional
priceinteger · min: -2147483648 · max: 2147483647Required
stripe_product_idstring · max: 255 · nullableOptional
stripe_price_idstring · max: 255 · nullableOptional
Responses
200Success
application/json
put
/api/bundles/{id}200Success
delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired
A UUID string identifying this bundle.
Responses
204
No response body
delete
/api/bundles/{id}204
No response body
No content
patch
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired
A UUID string identifying this bundle.
Body
idstring · uuidRead-onlyOptional
legacy_idstring · nullableOptional
nextgen_legacy_idstring · nullableOptional
created_atstring · date-time · nullableOptional
updated_atstring · date-timeRead-onlyOptional
namestring · max: 255Optional
credit_amountinteger · min: -2147483648 · max: 2147483647Optional
free_credit_percentageinteger · min: -2147483648 · max: 2147483647Optional
priceinteger · min: -2147483648 · max: 2147483647Optional
stripe_product_idstring · max: 255 · nullableOptional
stripe_price_idstring · max: 255 · nullableOptional
Responses
200Success
application/json
patch
/api/bundles/{id}200Success