Light Mode
App Setting Details
GET
/apps/{app_id}/settingsLast modified:Â 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 Params
app_id
integerÂ
required
Salla Application ID. [Salla Partners](https://salla.partners) > My Apps > Your App
Request samples
Responses
Success(200)
Not Found(404)
Unauthorized(403)
Not Found(404)
HTTP Code:Â 200
Content Type :Â JSONapplication/json
Data Schema
No schema defined
Example
{
"status": 200,
"success": true,
"data": {
"app_id": "513499943",
"app_slug": "allrights",
"settings": {
"email": "[email protected]",
"password": "123456789",
"contract_no.": 50,
"fast_delivery": true
}
}
}
Last modified: 2 months ago