Unique Identifiers
Every record in Kojo includes a unique id field. These identifiers use the cuid format. A cuid will look something like this:
cjld2cjxh0000qzrmn831i7rn
When you create a new object through the API, the Kojo server will create and assign an id to the record.
The id that a given record has will not change, so you can safely use it when mapping to another system's records.