POST
/
auth
/
send-signup-verification-email
Send signup verification email
curl --request POST \
  --url https://coreapi-dev.us.bcpapers.ca/auth/send-signup-verification-email \
  --header 'Content-Type: application/json' \
  --data '
{
  "companyName": "<string>",
  "email": "<string>",
  "region": "<string>"
}
'
{}

Body

application/json

Email and company details

companyName
string
email
string
region
string

Response

OK

The response is of type object.