- Get application tariffs
Connect an Application to a Location
Permissions Requested by an Application
Data About Locations Connected to the Application
Set payment discount for locations
Generate payment link
Update notification channel availability
Application Status Data for Any Location
Application Uninstall
Application Installation for a Location
Redirect URL after user registration with the partner service
Notify Altegio of Successful Payment
Chargeback Notice
Notify Altegio of Available SMS Sender Names
Webhook from Altegio About Application Events
Get application tariffs
Retrieves list of tariffs for the application.
Note: For marketplace partners only.
Security
BearerPartner
- Mock serverhttps://developer.alteg.io/_mock/en/developers/openapi/marketplace/application/{application_id}/tariffs
- Productionhttps://api.alteg.io/api/v1/marketplace/application/{application_id}/tariffs
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>'Response
{ "success": true, "data": [ { … } ], "meta": [] }