Generate airgap signature

Generate an air-gapped signature as part of the air-gapped activation flow.

URL: /api/v4/airgap/generate Method: POST Content-Type: application/json Accept: application/json

Request body

{
  "license_key": "string (optional)",
  "signing_key": "string (optional)"
}

Success response

Code: 200 OK

Example request

curl -X POST 'http://localhost:8080/api/v4/airgap/generate' \
  -H 'Accept: application/json' \
  -H 'Content-Type: application/json' \
  -d '{"license_key":"<license-key>","signing_key":"<signing-key>"}'

Last updated

Was this helpful?