Skip to main content
POST
/
api
/
external
/
v1
/
education-pin
/
validate-product
Validate education product / pricing
curl --request POST \
  --url https://api.dancity.app/api/external/v1/education-pin/validate-product \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "product": "<string>",
  "quantity": 123
}
'

Authorizations

Authorization
string
header
required

Merchant API key from the Dancity dashboard.

Body

application/json
product
string
required
quantity
number
required

Response

200

OK