ZUIDs
Zesty.io Unique Identifiers
A ZUID (Zesty.io Unique Identifier) is a unique hash that is assign to every resource created by the Zesty.io API. A ZUID is used to access resources through API, control permissions, and identified resource types.
- A ZUID is a string
- A ZUID is typically 15-20 characters in length, but may be up to 50 characters
- A ZUID contains 3 components, separated by hyphens/dashes
A ZUID is made of three parts separated by hyphens. See this example:
1-1b123a2f0-qw2n4
- An Integer that identifies the resource type. See ZUID types documented here
- Time Encoded as a String
- A Random Alphanumeric String
Learn more at https://zesty-io.github.io/zuid-specification/
Updated 10 months ago