axonpush
API referenceBilling

POST /billing/checkout

POST
/billing/checkout

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/problem+json

curl -X POST "https://example.com/billing/checkout" \  -H "Content-Type: application/json" \  -d '{    "plan": "string"  }'
{  "$schema": "https://example.com/schemas/LinkOutputBody.json",  "url": "string"}