Privage Open API
    Privage Open API
    Open API
    • Open API
    • Welcome to Privage Open API Documents
    • Get Access Token
      POST
    • Add Point
      POST
    • Get Profile
      GET
    • Burn Point
      POST
    • Void Transaction By Id
      DELETE
    • Void Transaction By RefId
      DELETE
    • Get Campaign
      GET
    • Get Transaction
      GET

      Burn Point

      สำหรับผู้ใช้ทั่วไป (Privage Open API)
      https://core.privageapp.com
      สำหรับผู้ใช้ทั่วไป (Privage Open API)
      https://core.privageapp.com
      POST
      /api/v1/connect/burn/points

      Request

      Authorization
      Provide your bearer token in the
      Authorization
      header when making requests to protected resources.
      Example:
      Authorization: Bearer ********************
      Body Params application/json

      Examples

      Responses

      🟠401Unauthorized
      application/json
      Body

      🟢201
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request POST 'https://core.privageapp.com/api/v1/connect/burn/points' \
      --header 'Authorization: Bearer <token>' \
      --header 'Content-Type: application/json' \
      --data-raw '{
          "message": "string",
          "cardNo": "string",
          "couponType": "string"
      }'
      Response Response Example
      401 - Example 1
      {
          "message": "string",
          "statusCode": 0
      }
      Modified at 2025-11-06 07:27:35
      Previous
      Get Profile
      Next
      Void Transaction By Id
      Built with