GET
/onboarding/draftGet Draft
Response fields
Asserted by the API’s own test suite.
draft7 endpoints, of which 3 need no token.
Paths are relative to the base URL for your environment. Unless marked otherwise, every request needs an Authorization: Bearer header.
/onboarding/draftAsserted by the API’s own test suite.
draft/onboarding/draft{
"step": "company_info",
"data": {
"companyName": "Test Company",
"dotNumber": "1234567"
}
}Asserted by the API’s own test suite.
ok/onboarding/draftAsserted by the API’s own test suite.
ok/onboarding/setup{
"companyName": "Test Company LLC",
"dotNumber": "1234567"
}Asserted by the API’s own test suite.
organizationId/onboarding/send-codeNo token required{
"email": "test@example.com",
"username": "testuser"
}Asserted by the API’s own test suite.
successsignature/onboarding/verify-codeNo token required{
"email": "test@example.com",
"username": "testuser",
"code": "123456",
"signature": "{{verification_signature}}"
}Asserted by the API’s own test suite.
successcognitoConfirmed/onboarding/submitNo token required{
"organizationId": "{{organization_id}}"
}Asserted by the API’s own test suite.
successorganizationId