The Galaxy Store Developer API is a set of server-to-server APIs that allow you to manage apps, manage in-app items, and check app statistics. The set of APIs include the Content Publish API, IAP Publish API, and GSS Metric and User APIs. The Galaxy Store Developer API provides programmatic access to the same types of functionality provided by Galaxy Store Seller Portal.
In order to use the Galaxy Store Developer API, the following is required:
Seller Portal account A Samsung account is required to register for a Seller Portal account. You can sign up for a Samsung account when you register for a Seller Portal account.
Commercial seller status, to manage paid apps or in-app purchase items If you want to manage paid apps or paid in-app items, your Seller Portal account must have commercial seller status.
Apps registered in Seller Portal The Galaxy Store Developer API does not support new app registration. You must first register your apps in Seller Portal before you can manage them using the API.
Access token The access token is used for authentication and is included in the authorization header of every API call.
Each API within the Galaxy Store Developer API may also have its own set of requirements. See each individual API page for more information.
After you have generated the access token, you must include it in the authorization header of every Galaxy Store Developer API call. See Use the Access Token for more information about how to use the access token.
Access to all APIs must use HTTPS (HTTP is not allowed) and must start with the following URL:
https://devapi.samsungapps.com/
For example: https://devapi.samsungapps.com/seller/contentList
https://devapi.samsungapps.com/seller/contentList
Access Tokens
These APIs are used to request, validate, and revoke an access token.
Content Publish
These APIs are used to manage apps that have been registered in Seller Portal.
IAP Publish
These APIs are used to add and manage in-app items for apps that have been registered in Seller Portal.
Statistics
These APIs are used to view app statistics.