Skip to main content
POST
/
tools
/
uuid-utils
/
get-version
Get UUID Version
curl --request POST \
  --url https://api.dirtroad.dev/tools/uuid-utils/get-version \
  --header 'Content-Type: application/json' \
  --header 'X-Payment: <api-key>' \
  --data '{
  "uuid": "<string>"
}'
{
  "uuid": "<string>",
  "version": 123
}

Authorizations

X-Payment
string
header
required

x402 blockchain payment authorization header containing signed EIP-3009 Transfer with Authorization

Body

application/json
uuid
string
required

UUID to get version from

Response

UUID version result

uuid
string
required

Input UUID

version
number
required

UUID version (1-7)