PearlPOS
  1. Live Endpoints
PearlPOS
  • Inbound
    • postMasterdata
      POST
    • postPOSdata
      POST
  • Outbound
    • POSlog
      POST
  • Live Endpoints
    • getCustomers
      GET
    • getCustomerOrders
      GET
    • verifyDigitalArticle
      GET
    • purchaseDigitalArticle
      POST
    • getRelatedProducts
      GET
    • getSerialNumberVerification
      GET
    • getAvailableValueCodes
      GET
    • getValueCodes
      GET
  1. Live Endpoints

getSerialNumberVerification

Developing
GET
/getSerialNumberVerification
This endpoint shall be implemented by the customer system and called by PearlPOS to verify the validity of a serial number.

Request

Query Params

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/getSerialNumberVerification?article&serialNumber&businessUnitId'
Response Response Example
{
    "isValid": true,
    "message": "string"
}
Modified at 2025-12-12 08:58:38
Previous
getRelatedProducts
Next
getAvailableValueCodes
Built with