POST
/
auth
/
signup
Complete tenant signup
curl --request POST \
  --url https://coreapi-dev.us.bcpapers.ca/auth/signup \
  --header 'Content-Type: application/json' \
  --data '
{
  "companyName": "<string>",
  "country": "<string>",
  "email": "<string>",
  "firstName": "<string>",
  "lastName": "<string>",
  "password": "<string>",
  "phoneNumber": "<string>",
  "token": "<string>"
}
'
{}

Body

application/json

Signup payload

companyName
string
country
string
email
string
firstName
string
lastName
string
password
string
phoneNumber
string
token
string

Response

Created

The response is of type object.