Skip to main content
PUT
/
codes
/
{code}
cURL
curl --request PUT \
  --url https://buyer.launchpoint.nyc/api/2025-11/codes/{code} \
  --header 'Authorization: Bearer <token>'
{
  "updated_codes": 123,
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

code
string
required

The discount code to update

Example:

"CODE1"

Response

Code update accepted

updated_codes
integer

Number of codes successfully updated

success
boolean
I