GetKeyManager is coming soon! 🎉 See here to know what’s new
Random Assign License Keys Queued

Random Assign License Keys Queued

Endpoint Details

  • Method: POST
  • Path: /api/v1/random-assign-license-keys-queued
  • Authentication: API Key (required)

Request Headers

HeaderValueDescription
Acceptapplication/jsonN/A

Request Parameters

ParameterTypeRequiredDescriptionExample
api_keytextYesRequired; API Key2964c3c9-0b5d-4d89-b3ac-4668f30bc492
product_idtextYesRequired; Product ID1
owner_nametextYesOptional; Owner NameTest User
owner_emailtextYesN/Aemail@domain.ltd
quantitytextYesN/A7
generatetextYesN/A1
webhook_urltextYesN/Ahttps://demo.getKeyManager.com/woocommerce-integration?getKeyManager-webhook=demo-webhook-key
identifiertextYesExample: Order ID; Will be added to the data sent to the webhook URL when the queue is processed.31

Response Examples

This endpoint has 1 documented response example(s) in the Postman collection.

Request Queued

HTTP Status: 200 OK

Response Body:

{
  "response": {
    "code": 807,
    "message": "Request Queued",
    "timestamp": 1732487985
  },
  "response_base64": "eyJjb2RlIjo4MDcsIm1lc3NhZ2UiOiJSZXF1ZXN0IFF1ZXVlZCIsInRpbWVzdGFtcCI6MTczMjQ4Nzk4NX0=",
  "private_key_used": "global",
  "signature": "Private key not set"
}
Last updated on