POST
/signup/check-dotNo token requiredCheck DOT
Request body
json
{
"dotNumber": "1234567"
}Response fields
Asserted by the API’s own test suite.
exists2 endpoints, of which 2 need no token.
Paths are relative to the base URL for your environment. Unless marked otherwise, every request needs an Authorization: Bearer header.
/signup/check-dotNo token required{
"dotNumber": "1234567"
}Asserted by the API’s own test suite.
exists/signup/create-profileNo token required{
"firstName": "Test",
"lastName": "User",
"email": "test@example.com",
"phone": "+1234567890",
"companyName": "Test Company",
"dotNumber": "1234567",
"password": "SecureP@ss123"
}Asserted by the API’s own test suite.
successuserIdorganizationIdisNewOrganization