Submit App

Submit the app for review using the Content Publish API. An app must be reviewed before it is offered for sale in Galaxy Store. You can check the status of the app using contentList or contentInfo. See App Review for more information about the app review process.

Request

POST /seller/contentSubmit

Parameters

Name

Type

In

Description

contentId

string

body

Required. The unique 12-digit identifier of the app.

curl -i -X POST \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer <your-access-token>" \
  -H "service-account-id: <your-service-account-id>" \
  -d '{"contentId": "000007654321"}' \
  "https://devapi.samsungapps.com/seller/contentSubmit"

Response

Success

Status: 204 No Content

See Failure response codes for a list of possible response codes when a request fails.