v1
latestOpenAPI 3.1.02026-07-245531,0212.1 MBService Plans
List all service plans
Returns the list of service plans configured along with the details.
get/msp/v3/servicePlans
Query parameters
pageSizestring
Specify the number of records you wish to receive in API response. Example - 30.
pageTokenstring
- The token to access the next page of results. Use the token value received in the previous response's parameter 'nextPageToken'.
- Keep this field blank in the first request.
Headers
Authorizationstring required
Specify the Bearer access token
Response
Ok
Example response
{
"servicePlans": [
{
"id": 1,
"name": "Default service plan",
"status": 1,
"products": [
{
"edition": "elite",
"productID": 1
}
]
}
],
"nextPageToken": "eyJwYWdlU2l6ZSI6IDEwMH0="
}