Status

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.

Accepted methods

  • GET: Get the current operational status.

Accepted query parameters

None.

Data

Field name

Type

Description

status

String

Current operational status.

Embedded resources

None.

Example representation

[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"
    }
}