v1

latestOpenAPI 3.1.02026-07-242735131.1 MB
Pre-Onboarding Documents

Sign a pre-onboarding document

Signs the latest contract document associated with the given pre-onboarding document on behalf of the company signatory.

Scopes

CategoryRead only ScopeWrite only Scope (read access implicit)
Manage employment documents (employment_documents)-Manage documents (document:write)
post/v1/onboarding/employments/{employment_id}/pre-onboarding-documents/{id}/sign

Path parameters

employment_idstring required

Employment ID

idstring required

Pre-onboarding document ID

Request body

signaturestring required

The signer's full legal name as their electronic signature.

Example request

{
  "signature": "Don Van Vliet"
}

Response

Success

Example response

{
  "data": {
    "status": "ok"
  }
}