POST
/
auth
/
signup-complete
Complete two-step signup
curl --request POST \
  --url https://coreapi-dev.us.bcpapers.ca/auth/signup-complete \
  --header 'Content-Type: application/json' \
  --data '
{
  "token": "<string>"
}
'
{}

Body

application/json

Verification token

token
string

Response

OK

The response is of type object.