curl --request POST \
--url https://api.wirespeed.co/team/sku-change-request \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"requestedSku": "identity"
}
'{
"id": "<string>",
"teamId": "<string>",
"teamName": "<string>",
"requesterName": "<string>",
"requesterEmail": "<string>",
"currentSku": "identity",
"requestedSku": "identity",
"status": "pending",
"createdAt": "<string>",
"updatedAt": "<string>",
"parentTeamName": "<string>",
"reviewerName": "<string>",
"reviewerEmail": "<string>",
"isTrial": true,
"skuStartDate": "<string>",
"skuEndDate": "<string>"
}curl --request POST \
--url https://api.wirespeed.co/team/sku-change-request \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"requestedSku": "identity"
}
'{
"id": "<string>",
"teamId": "<string>",
"teamName": "<string>",
"requesterName": "<string>",
"requesterEmail": "<string>",
"currentSku": "identity",
"requestedSku": "identity",
"status": "pending",
"createdAt": "<string>",
"updatedAt": "<string>",
"parentTeamName": "<string>",
"reviewerName": "<string>",
"reviewerEmail": "<string>",
"isTrial": true,
"skuStartDate": "<string>",
"skuEndDate": "<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.
The SKU the team is requesting to change to
identity, adr, data identity, adr, data identity, adr, data pending, accepted, denied, accepted_with_modifications, cancelled Live team isTrial from JOIN
Live team skuStartDate from JOIN
Live team skuEndDate from JOIN