.. index:: Categories, Fees .. _category_fees: Category fees ============= .. note:: This endpoint is under construction and it is subject to change. The advertisement listing fees related to the leaf category. .. apifields:: .. apifield:: :name: insertionFee :type: int :required: true :constraints: non-negative :description: A fee in Euro cents to create an advertisement in the leaf category. .. apifield:: :name: runningSubscriptions :type: :ref:`Running Subscriptions ` :required: true :constraints: -- :description: All running subscription fees in the leaf category. Reference --------- .. _category_fees_end_point: .. endpoint:: GET /v1/categories/{l1CategoryId}/{l2CategoryId}/fees This urls returns advertisement listing fees for the specified leaf category. Example ------- .. include:: examples/category-insertion-fee.rst .. include:: examples/category-subscription-fee.rst