Status resource exposes the shopping service operational status with the HTTP status code:
200 - The system is up and running.
503 - The system is temporarily unavailable.
GET: Get the current operational status.
None.
| Field name | Type | Description | 
|---|---|---|
| status | String | Current operational status. | 
None.
[GET] https://shopping-api.paylogic.com/status
{
    "_links": {
        "profile": {
            "href": "https://shopping-api-docs.paylogic.com/documentation/status.html",
            "type": "text/html"
        },
        "self": {
            "href": "https://shopping-api.paylogic.com/status"
        },
        "status": "OK"
    }
}