POS Menu Configuration - Get
get/api/valor/get-pos-menu-config/{epi}
Path parameters
epistring required
EPI is an end point identifier, Identify the device on valor infrastructurae, it's a 10 digit number starts with 2
Headers
Authorizationstring required
Generated bearer token for Admin login <a target="_blank" href="/reference/merchant-create-bearer-token"><b>Generate Bearer Token</b></a>
isv-secret-keystring
ISV Secret Key
Response
200
Example response
{
"status": true,
"message": "SUCCESS",
"code": 200,
"data": [
{
"label": "CREDIT",
"is_enabled": true,
"sub_menu": [
{
"label": "SALE",
"is_enabled": true
}
]
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.