template_ids when you
provision a company.
Templates are scoped to your account, not to a single source — the same
object set is available to every source you’ve authored. List sources and
templates separately and let your customer pick each.
Preview. Part of the Migration API — in active design and not yet generally
available; the shapes below may change. Until this ships, read template IDs from
the Vern dashboard; provisioning with no
template_ids defaults to every
template in your account. See the overview.Authentication
Requires anx-api-key header. See Authentication.
Response
200 OK. Each template carries its columns, so you can render a preview of
exactly what each object holds.
The template’s UUID. Pass it in
template_ids when you
provision a company.The template’s display name — the object (e.g. “Contacts”). Becomes the sheet
name on the company’s workbook.
An optional human description of the object.
The object’s fields and validation rules, in order. Each column has:
Errors
| Status | Meaning |
|---|---|
401 | API key missing or invalid. |
429 | Rate limit hit — back off and retry. |
500 | Server error. |
Example
Next
- List sources — the systems you migrate from.
- Provision a company — create a company with the chosen templates.