Status resource exposes the shopping service operational status with the HTTP status code:
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"
}
}