cURL
curl --request PUT \ --url https://buyer.launchpoint.nyc/api/2025-11/codes/{code} \ --header 'Authorization: Bearer <token>'
{ "updated_codes": 123, "success": true }
Increments code usage by one
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The discount code to update
"CODE1"
Code update accepted
Number of codes successfully updated