curl --request POST \
--url https://api.wirespeed.co/team/signup \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"firstName": "<string>",
"lastName": "<string>",
"email": "<string>",
"company": "<string>",
"title": "<string>",
"signupInquiryType": "My Business",
"turnstile": "<string>"
}
'{
"teamId": "<string>",
"message": "<string>"
}curl --request POST \
--url https://api.wirespeed.co/team/signup \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"firstName": "<string>",
"lastName": "<string>",
"email": "<string>",
"company": "<string>",
"title": "<string>",
"signupInquiryType": "My Business",
"turnstile": "<string>"
}
'{
"teamId": "<string>",
"message": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
First name of the user (1-512 characters)
Last name of the user (1-512 characters)
Business email address (personal domains blocked)
Company name (1-512 characters, used as team name)
Job title (1-512 characters)
Type of sign-up inquiry
My Business, MSP Turnstile verification token for bot protection