Skip to content

Get application tariffs

Request

Retrieves list of tariffs for the application.

Note: For marketplace partners only.

Security
BearerPartner
Path
application_idintegerrequired

Application ID

Example:123
Headers
Acceptstringrequired
Default:"application/vnd.api.v2+json"
Authorizationstringrequired

Bearer {partner_token}

curl -i -X GET \
  https://developer.alteg.io/_mock/en/developers/openapi/marketplace/application/123/tariffs \
  -H 'Accept: application/vnd.api.v2+json' \
  -H 'Authorization: Bearer <YOUR_Bearer {PartnerToken}_HERE>'

Responses

Tariffs retrieved successfully

Bodyapplication/json
successboolean
Example:true
dataArray of objects

List of tariffs

metaArray of any
Example:
[]
Response
{ "success": true, "data": [ {} ], "meta": [] }