API Documentation

This document is a work in progress and your opinion helps us to improve. Please let us know what we can do better. Thanks! support@procurios.com

Webshops

A list of all available webshops

Accept header for requests to Webshops

application/vnd.procurios.webshop+json; version=1

Read all webshops GET

URL: /l/webshop2_api/webshops

Scope:

webshop2/read
Last used: Never

Read all webshops configured in the system

Live testing disabled

Read all webshops

Request

json

Response

jsonStatus: 200
[
    {
        "webshopId": 1,
        "title": "Webshop title"
    },
    {
        "webshopId": 1,
        "title": "Webshop title"
    }
]