Permissions Edit the file on GitHub
A representation of the permissions granted to your app by Skroutz and a User.
Table of Contents
Obtainable Permissions
Each application is assigned the minimum set of permissions required to operate based on its given description. To expand your application's set of acquirable permissions shoot a mail at api@skroutz.gr.
Code | Type | Description |
---|---|---|
public |
Application | All public resources* |
favorites |
User | User Favorites |
notifications |
User | User Notifications |
publish_sku_review_actions |
User | Publishing Actions Related to SKU Reviews |
current_user_profile |
User | Authorized User Profile |
You always have to specify your desired permissions.
You may specify desired permissions using the
scope
parameter in authorization requests.
Public Resources
Having obtained the public permission you can access the following resources:
User Resources
These permissions require that you have explicitly requested them using the scope param.
Users consent will be required in order to grant any of those permissions. You must not share these data with 3rd parties.