Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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>" } '
{}
Creates the tenant and initial admin account using a verified signup token.
Signup payload
Created
The response is of type object.
object