GetKeyManager is coming soon! 🎉 See here to know what’s new
Generate Contract Licenses (Legacy)

Generate Contract Licenses (Legacy)

Description

Legacy endpoint for generating contract licenses. Kept for backward compatibility.

Endpoint Details

  • Method: POST
  • Path: /api/v1/contracts/generate
  • Authentication: API Key (required)

Request Headers

HeaderValueDescription
AuthorizationBearer {{api_key}}N/A
Idempotency-Key{{$guid}}N/A
Content-Typeapplication/jsonN/A

Request Parameters

{
  "contract_uuid": "{{contract_uuid}}",
  "quantity": 1
}

Response Examples

⚠️ No response examples are documented in the Postman collection for this endpoint.

Last updated on