List available pricing plans

GET/api/v1/billing/plans

Parameters

This endpoint does not accept parameters.

Responses

200List of plans and prices

Request

curl -X GET "https://api.knowledgetree.dev/api/v1/billing/plans" \
  -H "Authorization: Bearer $KT_API_TOKEN"

Response

200List of plans and prices
Example response not yet documented.