App Setting Details

GET {{baseUrl}}/apps/:app_id/settings

This endpoint allows you to fetch details of App Settings per Salla Store.

The App Settings are custom-made parameters by the Salla App Developer. Read here for more on App Settings.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"status":200,"success":true,"data":{"app_id":"513499943","app_slug":"allrights","settings":{"email":"test@store.sa","password":"123456789","contract_no.":50,"fast_delivery":true}}}