Browse documentation

Signup

2 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.

POST/signup/check-dotNo token required

Check DOT

Request body

json
{
  "dotNumber": "1234567"
}

Response fields

Asserted by the API’s own test suite.

exists
POST/signup/create-profileNo token required

Create Profile

Request body

json
{
  "firstName": "Test",
  "lastName": "User",
  "email": "test@example.com",
  "phone": "+1234567890",
  "companyName": "Test Company",
  "dotNumber": "1234567",
  "password": "SecureP@ss123"
}

Response fields

Asserted by the API’s own test suite.

successuserIdorganizationIdisNewOrganization