GET
/
utils
/
v1
/
uuid
curl --request GET \
  --url https://api.invopop.com/utils/v1/uuid
{
  "uuid": "60ae249d-c9cc-4bbf-bb2c-92f18ea92ebb",
  "version": "4"
}

Query Parameters

v
string

UUID version to generate

Example:

"7"

base
string

Base UUID for use with versions 3 or 5

Example:

"6ba7b810-9dad-11d1-80b4-00c04fd430c8"

key
string

Key for use with UUID versions 3 or 5

Example:

"1001"

Response

200 - application/json
OK
uuid
string

The newly generated UUID.

Example:

"60ae249d-c9cc-4bbf-bb2c-92f18ea92ebb"

version
string

UUID version used

Example:

"4"