WEBSITE

installation

REQUEST:
{
    url: ""  // string
    name: ""  // string
    platform: "" // string
}

RESPONSE:
{
    url: ""
    name: ""
    platform: ""
    webId: ""
    conditions: [
        type: ""
        value: ""
    ]
}

Last updated