QR-Code Services
getCustomerLevel
Get the customer level based on the API-KEY. This defines the right a customer has through the API. Can be between 0 and 4.
Arguments
- API-KEY (Required) : Your API application key. See here for more details.
Returns
- Integer between 0 and 4 : customer level of the customer calling the method.
Example Request (HTTP GET)
http://decode.kaywa.com/api/getCustomerLevel?API-KEY=your_api_key_here
Example Response
"1"


