Retrieve API current status.
Status received.
Status of the Rebilly API. If the API is operational, this value is ok.
ok
Current date and time.
const status = await api.status.get({id: 'foobar-001'}); console.log(status.fields.status);
{"status": "ok","time": "2019-08-24T14:15:22Z"}