v1
latestOpenAPI 3.1.02026-07-245531,0212.1 MBService Plans
Get service plan
Returns information about a particular service plan using provided service plan ID.
get/msp/v3/servicePlans/{servicePlanID}
Path parameters
servicePlanIDinteger required
Specify the unique ID of a service plan. Get the ID of a service plan using the 'List all service plans' API.
Headers
Authorizationstring required
Specify the Bearer access token
Response
Ok
Example response
{
"id": 1,
"name": "Default service plan",
"status": 1,
"products": [
{
"edition": "elite",
"productID": 1
}
]
}