Get Apps Count

Prev Next
Get
/apps/count

Get a total count of apps in your workspace including private and public apps.

Changelog

Version Description
6.0.0 Added
Header parameters
X-Auth-Token
stringRequired

The authToken of the authenticated user.

ExampleRScctEHSmLGZGywfIhWyRpyofhKOiMoUIpimhvheU3f
X-User-Id
stringRequired

The userId of the authenticated user.

ExamplerbAXPnMktTFbNpwtJ
Responses
200

OK

Total app count
{
  "totalMarketplaceEnabled": 8,
  "totalPrivateEnabled": 3,
  "maxMarketplaceApps": -1,
  "maxPrivateApps": -1,
  "success": true
}
object
totalMarketplaceEnabled
integer
totalPrivateEnabled
integer
maxMarketplaceApps
integer
maxPrivateApps
integer
success
boolean
401

Unauthorized

Authorization Error
{
  "status": "error",
  "message": "You must be logged in to do this."
}
object
status
string
message
string