Get NanoId from UUID
Convert a legacy UUID to its corresponding NanoId for migration purposes. This endpoint facilitates the transition from UUID-based identifiers to the more compact NanoId format used in the v3 API.
Headers
x-api-key
x-api-key
Query parameters
uuid
The legacy UUID that needs to be converted to a NanoId
type
The type of resource that the UUID belongs to
Allowed values:
Response
Successfully retrieved NanoId for the given UUID
nanoid
The NanoId corresponding to the provided UUID. This is the new identifier that should be used in place of the legacy UUID.