Skip to main content
Returns the sources in your account — the systems you migrate customers off of, defined in the Vern UI. Use it to build a source picker in your own product so each customer can choose which system they’re migrating from, then pass the chosen name as source when you create a migration.

Authentication

Requires an x-api-key header. See Authentication.

Response

200 OK
string
The source’s name — the system you migrate from (e.g. “Salesforce”). This is the public identifier: pass it as source when you create a migration. Names are deduped, so each appears once.
string | null
A logo for the source, suitable for rendering in your picker. null if none is set.
Sources are addressed by name, never by an ID. If two sources in your account share a name, referencing it is ambiguous and create / pin calls return 409 until you rename one in the UI.
Sources and templates are independent lists. A source is the system you migrate from; templates are the importable objects, shared across your account. List them separately and let your customer pick each — see List templates.

Errors

Example

Next