Skip to main content
PUT
/
onboarding
/
submissions
/
{id}
Update onboarding submission (in-progress only)
curl --request PUT \
  --url https://api.getovra.com/onboarding/submissions/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'

Authorizations

Authorization
string
header
required

API key (sk_sandbox_* / sk_test_* / sk_live_*) or Agent token (at_* / at_dlg_*)

Path Parameters

id
string
required

Body

application/json

The body is of type object.

Response

200

Submission updated