Skip to main content
GET
/
team
/
sku-change-request
/
pending
Get pending SKU change request for current team
curl --request GET \
  --url https://api.wirespeed.co/team/sku-change-request/pending \
  --header 'Authorization: Bearer <token>'
{
  "pending": true,
  "requestedSku": "identity",
  "requestId": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

pending
boolean
required

Whether a pending request exists for this team

requestedSku
enum<string> | null
Available options:
identity,
mdr,
unlimited
requestId
string | null