Skip to main content
POST
/
miniapp
/
promo-offers
/
{offer_id}
/
claim
Claim Promo Offer
curl --request POST \
  --url http://localhost:8080/miniapp/promo-offers/{offer_id}/claim \
  --header 'Content-Type: application/json' \
  --data '
{
  "initData": "<string>"
}
'
{
  "success": true,
  "code": "<string>"
}

Path Parameters

offer_id
integer
required

Body

application/json
initData
string
required

Response

Successful Response

success
boolean
default:true
code
string | null