Status

Use this operation to check the status of the Rebilly API. No authentication is required.

Operations

Retrieve API current status

Request

Retrieve API current status.

curl -i -X GET \
  https://www.rebilly.com/_mock/catalog/all/status

Responses

Status received.

Bodyapplication/json
statusstringread-only

Status of the Rebilly API. If the API is operational, this value is ok.

Value:"ok"
timestring, (date-time)(ServerTimestamp)read-only

Current date and time.

releasestring

Current release version of the API.

Response
{ "status": "ok", "time": "2019-08-24T14:15:22Z", "release": "string" }