www-dev.saas-marketplaces.com API Documentation (1)

Download OpenAPI specification:Download

Get all marketplaces

Responses

Response samples

Content type
application/json
{
  • "start": 0,
  • "total": 50,
  • "size": 50,
  • "values":
    [
    ]
}

Get marketplace

path Parameters
id
required
integer
Example: 1000

Responses

Response samples

Content type
application/json
{
  • "id": 1,
  • "name": "Example Marketplace",
  • "description": "Example Inc. is operating a marketplace for project management software.",
  • "category": "project management",
  • "key": "example",
  • "keywords":
    [
    ],
  • "licensing": "AUTO",
  • "app_costs":
    [
    ]
}

Get all categories

Responses

Response samples

Content type
application/json
{
  • "categories":
    [
    ]
}

Search marketplaces

path Parameters
searchKey
required
string
Example: project management

Responses

Response samples

Content type
application/json
{
  • "total": 0,
  • "values":
    [
    ]
}