curl --request PUT \
--url https://api.wirespeed.co/v1/team \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"domain": "<string>",
"ownerFirstName": "<string>",
"ownerLastName": "<string>",
"ownerEmail": "<string>",
"platformName": "<string>",
"faviconUrl": "<string>",
"demo": false,
"refreshable": true,
"autoSubscribeServiceProviderUsers": true,
"skuStartDate": "<string>",
"skuEndDate": "<string>",
"isTrial": false
}
'{
"data": [
{
"id": "<string>",
"intercomId": "<string>",
"createdAt": "<string>",
"displayName": "<string>",
"email": "<string>",
"locked": true,
"isServiceAccount": true,
"activeTeamId": "<string>",
"parentTeamId": "<string>",
"completedOnboarding": true,
"teamId": "<string>",
"autoSubscribeToNotifications": true,
"isExternal": true,
"firstName": "<string>",
"lastName": "<string>",
"phoneNumber": "<string>"
}
]
}curl --request PUT \
--url https://api.wirespeed.co/v1/team \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"domain": "<string>",
"ownerFirstName": "<string>",
"ownerLastName": "<string>",
"ownerEmail": "<string>",
"platformName": "<string>",
"faviconUrl": "<string>",
"demo": false,
"refreshable": true,
"autoSubscribeServiceProviderUsers": true,
"skuStartDate": "<string>",
"skuEndDate": "<string>",
"isTrial": false
}
'{
"data": [
{
"id": "<string>",
"intercomId": "<string>",
"createdAt": "<string>",
"displayName": "<string>",
"email": "<string>",
"locked": true,
"isServiceAccount": true,
"activeTeamId": "<string>",
"parentTeamId": "<string>",
"completedOnboarding": true,
"teamId": "<string>",
"autoSubscribeToNotifications": true,
"isExternal": true,
"firstName": "<string>",
"lastName": "<string>",
"phoneNumber": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.wirespeed.co/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Name of the team (1-512 characters)
Domain URL for the team
First name of the team owner (1-512 characters)
Last name of the team owner (1-512 characters)
Email address of the team owner
Platform name of the team
Favicon URL for the team
Whether this is a demo team
Whether this demo team should be automatically deleted and recreated weekly
Whether to auto-subscribe the service provider users to the new team
Subscription SKU tier for the team
identity, adr, data Contract/subscription start date (ISO string)
Contract/subscription end date (ISO string)
Whether this team is a proof-of-value trial
Address of the organization
Show child attributes
Array of team member user objects
Show child attributes