API Documentation

Matterial SaaS Instance Manager - API - getproduct

Get product and available plans as well as api urls / key

URL

GET <application-url>/getproduct

Consumes
Produces

application/json

{
    "plans": {
        "1001STORAGE082018": {
            "name": "Storage",
            "product": "prod_BtuRqCKuiUh0Wl",
            "user": 0,
            "storage": 1000,
            "quantity": 0,
            "price": 100
        },
        "1001MULTILANGUAGE082018": {
            "name": "Multilanguage",
            "product": "prod_BtulmueN1j7WB7",
            "user": 0,
            "storage": 0,
            "quantity": 0,
            "price": 100
        },
        "1001USER082018": {
            "name": "User Licence",
            "product": "prod_BttTyc3rozaf8p",
            "user": 1,
            "storage": 0,
            "quantity": 0,
            "price": 300
        },
        "1001SOLO": {
            "name": null,
            "product": "prod_BUvv1mi7oX6Mnc",
            "user": 1,
            "storage": 2000,
            "quantity": 0,
            "price": 0
        },
        "1001PERMISSION082018": {
            "name": "Permission",
            "product": "prod_BtulipuhXTbZch",
            "user": 0,
            "storage": 0,
            "quantity": 0,
            "price": 100
        },
        "1001TEAM082018": {
            "name": "Matterial Team",
            "product": "prod_BtuugvrIqO7jUR",
            "user": 0,
            "storage": 2000,
            "quantity": 0,
            "price": 0
        },
        "1001REVIEW082018": {
            "name": "Review",
            "product": "prod_CJHFNdQYCSHSnr",
            "user": 0,
            "storage": 0,
            "quantity": 0,
            "price": 100
        }
    },
    "apiKey": "pk_test_VZNbi3YjGpjzlTtBjpuziRZE",
    "apiLogonUrl": "https://staging.matterial.com/mtr-backend/api/logon/",
    "logonUrl": "https://staging.matterial.com/matterial"
}
RESULT
  • 200 OK
  • 401 UNAUTHORIZED

Contact sales