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

getValueCodes

Developing
GET
/getValueCodes
This endpoint shall be implemented on the customer side, which PearlPOS can request to.

Request

Query Params

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/getValueCodes?article&chain'
Response Response Example
[
    {
        "receiptInfoLine": "string",
        "code": "string",
        "lastClaimDate": "string"
    }
]
Modified at 2025-11-24 14:22:35
Previous
getAvailableValueCodes
Built with