ライトモード
App Setting Details
GET
/apps/{app_id}/settings最終更新: 2 months ago
This endpoint allows you to fetch details of App Settings per Salla Store.
:::warning[Important]
The App Settings are custom-made parameters by the Salla App Developer. Read here for more on App Settings.
:::
Request
Pathパラメータ
app_id
integer
必須
Salla Application ID. [Salla Partners](https://salla.partners) > My Apps > Your App
Request samples
Response
Success(200)
Not Found(404)
Unauthorized(403)
Not Found(404)
HTTP Code: 200
Content Type : JSONapplication/json
データ構造
No schema defined
例
{
"status": 200,
"success": true,
"data": {
"app_id": "513499943",
"app_slug": "allrights",
"settings": {
"email": "[email protected]",
"password": "123456789",
"contract_no.": 50,
"fast_delivery": true
}
}
}
最終更新: 2 months ago