Skip to main content
POST
Submit source credentials

Authorizations

x-api-key
string
header
required

Your Vern API key. Create one at Settings → API keys.

Path Parameters

migration_id
string<uuid>
required

The migration ID returned by Create a migration.

run_id
string<uuid>
required

The run ID returned by Start a run.

Body

application/json
credentials
object
required

Secret values keyed to the request's schema. Must be a non-empty object.

connection_id
string<uuid>

Optional guard — if sent, must match the run's credential_request.connection_id.

Response

Credentials stored; the run resumed and is running again.

run_id
string<uuid>
status
string
Example:

"running"