Create a migration
Create a migration workspace for one customer — a workbook with one sheet per template. Requires API-key auth specifically. external_id makes creation idempotent: re-sending the same one (with the same source) returns the existing migration with a 200.
Authorizations
Your Vern API key. Create one at Settings → API keys.
Body
Display name for the migration (e.g. the customer's org name).
The source name this migration comes from. Optional — omit for a sourceless migration.
Your own identifier for this customer. Alphanumeric, hyphens, underscores. Makes creation idempotent.
255^[a-zA-Z0-9_-]+$Template slugs to create sheets from. Omit to use every active template.
Response
The created migration (200 when an existing migration is returned via external_id idempotency).