Get Valuation Settings
GET
/api/dealership/{dealership_slug}/valuations/valuations_settings
const url = 'https://dashboard.dealerstudio.com.au/api/dealership/example/valuations/valuations_settings';const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://dashboard.dealerstudio.com.au/api/dealership/example/valuations/valuations_settings \ --header 'Authorization: Bearer <token>'Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” dealership_slug
required
string
Responses
Section titled “ Responses ”Fetch valuation settings
Dealership does not have permission returns 401