[lightMode]
App Setting Details
GET
/apps/{app_id}/settings[updatedIn] 3 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
[message.pathParameter]
app_id
integer
required
Salla Application ID. [Salla Partners](https://salla.partners) > My Apps > Your App
Request samples
[api.label.responses]
Success(200)
Not Found(404)
Unauthorized(403)
Not Found(404)
HTTP Code: 200
Content Type : JSONapplication/json
[response.label.jsonSchema]
status
number
optional
Response Status Code
Example:
200
success
boolean
optional
Whether or not the response is successful
Default:
true
data
object
optional
app_id
string
optional
Salla App ID, provided by Salla
Example:
513499943
app_slug
string
optional
Salla App Slug, provided by Salla
Example:
allrights
settings
object
optional
[api.label.example]
{
"status": 200,
"success": true,
"data": {
"app_id": "513499943",
"app_slug": "allrights",
"settings": {
"email": "[email protected]",
"password": "123456789",
"contract_no.": 50,
"fast_delivery": true
}
}
}
[updatedIn] 3 months ago