Skip to main content

Always returns 200 OK for license checks

GET 

https://api.wayfinder.appvia.local/api/v2/license

Always returns 200 OK for license checks

Request

Responses

License check response

Schema

    burstableMaxVCPU int32required
    currentVCPU int32required
    error string
    expiry date-timerequired
    id stringrequired
    includedVCPU int32required
    lastValidated date-timerequired
    marketplaceProductID stringrequired
    maxVCPU int32required
    message string
    type stringrequired
    valid booleanrequired
    wayfinderInstanceID stringrequired
curl -L 'https://api.wayfinder.appvia.local/api/v2/license' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Base URL
https://api.wayfinder.appvia.local
Auth
ResponseClear

Click the Send API Request button above and see the response here!