Skip to main content
GET
/
plans
/
features
Get plan features
curl --request GET \
  --url https://nimbussuite.com/api/v1/plans/features \
  --header 'Authorization: Bearer <token>'
{
  "features": {}
}

Authorizations

Authorization
string
header
required

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

Query Parameters

planId
string
required

Response

Plan features retrieved

features
object