v1

latestOpenAPI 3.1.1Altegio API Agreement2026-08-062032133.5 KB
Marketplace

Get application tariffs

Retrieves list of tariffs for the application.

Note: For marketplace partners only.

get/marketplace/application/{application_id}/tariffs

Path parameters

application_idinteger required

Application ID

Headers

Acceptstring required
Authorizationstring required

Bearer {partner_token}

Response

Tariffs retrieved successfully

successboolean

Example response

{
  "success": true,
  "data": [
    {
      "id": 89,
      "title": "1 month",
      "options": [
        {
          "id": 123,
          "title": "Solo professional",
          "overall_price": 500,
          "duration_in_months": 1,
          "currency_iso": "USD",
          "staff_amount": 1
        }
      ]
    }
  ],
  "meta": []
}