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-keystringRequired
x-api-keystringRequired

Query parameters

uuidstringRequiredformat: "uuid"
The legacy UUID that needs to be converted to a NanoId
typeenumRequired
The type of resource that the UUID belongs to
Allowed values:

Response

Successfully retrieved NanoId for the given UUID
nanoidstring=10 characters
The NanoId corresponding to the provided UUID. This is the new identifier that should be used in place of the legacy UUID.