POST
/
auth
/
register
Register new organization
curl --request POST \
  --url https://coreapi-dev.us.bcpapers.ca/auth/register \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "<string>",
  "firstName": "<string>",
  "lastName": "<string>",
  "organizationName": "<string>",
  "password": "<string>"
}
'
{}

Body

application/json

Registration details

email
string
firstName
string
lastName
string
organizationName
string
password
string

Response

OK

The response is of type object.