API Reference

Migration

These endpoints help you migrate from Composio v1 to v3 by translating identifiers between the two systems.

Reach for this endpoint when you have a v1 UUID and need the corresponding v3 NanoId so existing references continue to resolve against the v3 API. Pass the UUID and get the NanoId back.

These endpoints authenticate with your project API key in the x-api-key header.

This is a low-level translation helper for migrating identifiers. For migrating SDK code, sessions, and toolkit versioning, see the migration guides.

Endpoints

EndpointQuick Link
GET /api/v3.1/migration/get-nanoidGet NanoId from UUID

On this page