Skip to main content
POST
/
v1
/
vouchers
/
bulk
/
async
Update Vouchers in Bulk
curl --request POST \
  --url https://{cluster}.voucherify.io/v1/vouchers/bulk/async \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'X-App-Id: <api-key>' \
  --header 'X-App-Token: <api-key>' \
  --data null
{
  "async_action_id": "aa_0ab2df092385be5ca5"
}

Authorizations

X-App-Id
string
header
required
X-App-Token
string
header
required
Authorization
string
header
required

Body

application/json · Vouchers Update In Bulk Request Body Item · object[]
code
string
required
metadata
object
required

Response

async_action_id
string
required
Example: