Skip to content
Vessios Docs
English
Esc
navigateopen⌘Jpreview

Billing Checkout Endpoint

POST/billing/checkout
Header parameters
authorizationstring | any
X-Api-Keystring | any
Request body
requiredapplication/json
planstringrequired
Responses
200Successful Response
any
422Validation Error
detailValidationError[]
Show properties
Array of ValidationError
locstring | integer[]required
Show properties
Array of string | integer
Any of:
string
string
integer
integer
msgstringrequired
typestringrequired
Request
curl -X POST "/billing/checkout" \
  -H "Content-Type: application/json" \
  -d '{
  "plan": "string"
}'
Response
"string"