- Permissions Requested by an Application
Connect an Application to a Location
Data About Locations Connected to the Application
Get application tariffs
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
Permissions Requested by...
Returns the list of user permissions the application declares for a location — the access rights the system user receives once the installation is confirmed.
Useful before calling Connect an Application to a Location to show the owner exactly what they are granting.
The authenticated user must have the Manage user rights permission on the location.
New to this flow? Follow Install & test your app before moderation from credentials through the final active status check.
Security
BearerPartnerUser
- Mock serverhttps://developer.alteg.io/_mock/en/developers/openapi/company/{company_id}/marketplace/applications/{application_id}/permissions
- Productionhttps://api.alteg.io/api/v1/company/{company_id}/marketplace/applications/{application_id}/permissions
curl -i -X GET \
'https://developer.alteg.io/_mock/en/developers/openapi/company/{company_id}/marketplace/applications/{application_id}/permissions' \
-H 'Accept: application/vnd.api.v2+json' \
-H 'Authorization: Bearer <YOUR_Bearer {PartnerToken}, User {UserToken}_HERE>'List of declared permissions
Permissions declared by the application
Example:
[ { "title": "Manage clients", "slug": "clients", "child_permissions": [ … ] } ]
Response
{ "success": true, "data": [ { … } ], "meta": [] }