v1

latestOpenAPI 3.0.0Apache 2.02026-07-267057121.5 KB

UUID Generator

get/utils/v1/uuid

Query parameters

vstring

UUID version to generate

Example:7

UUID version to generate

basestring

Base UUID for use with versions 3 or 5

Example:6ba7b810-9dad-11d1-80b4-00c04fd430c8

Base UUID for use with versions 3 or 5

keystring

Key for use with UUID versions 3 or 5

Example:1001

Key for use with UUID versions 3 or 5

Response

OK

uuidstring

The newly generated UUID.

versionstring

UUID version used

Example response

{
  "uuid": "60ae249d-c9cc-4bbf-bb2c-92f18ea92ebb",
  "version": "4"
}