Skip to content

Pricing API

[GET] /prices

  • Returns: Array of PriceDto

[GET] /prices/:priceId

  • Returns: PriceDto

[POST] /prices

  • Security: apiKey required | Body: CreatePriceDto

[PUT] /prices

Updates a price (ID in body). - Security: apiKey required | Body: UpdatePriceDto

[DELETE] /prices/:priceId

  • Security: apiKey required