Skip to content

Get the latest active version of the given webapp. ​

GET
/v1/webappversions/{webapp_name}/latest

Get the latest active version of the given webapp.

Authorizations​

api_key
Type
API Key (header: X-Api-Key)

Parameters​

Path Parameters

webapp_name*

Name of the webapp

Type
string
Required

Responses​

OK

application/json
JSON
{
  
"webapp_name": "string",
  
"webapp_version": "string",
  
"inactive_since": null
}

Playground​

Server
Authorization
Variables
Key
Value

Samples​