API Reference

Provides insights into the operational status of locations, including downtime and reasons for going offline.

Log in to see full request history

Location OP Status API

The Location OP Status API provides detailed insights into the operational status of specific restaurant locations. It tracks when locations go offline, the reasons for the downtime, and the duration of unavailability. This API is vital for monitoring operational disruptions and improving location-level performance.

Example Response

After a successful call, the API will return a response similar to the below structure.

[ { "location_id": 235116, "display_order_source": "Ubereats", "offline_action_started_at": "2023-03-03T06:11:24.458Z", "offline_by": "status-update-by-uber@itsacheckmate.com", "offline_action_ended_at": "2023-03-03T12:29:07.111Z", "offline_action_ended_by": "status-update-by-uber@itsacheckmate.com", "reason": "PAUSED_BY_UBER", "offline_hours": "6.3", "times_went_offline": 1, "external_store_id": null } ]

Field Descriptions

Field NameDescription
location_idIdentifier for the restaurant location.
display_order_sourceName of the platform or source (e.g., Uber Eats).
offline_action_started_atTimestamp when the location went offline.
offline_byIdentifier of the user or system responsible for marking the location offline.
offline_action_ended_atTimestamp when the location came back online.
offline_action_ended_byIdentifier of the user or system responsible for marking the location back online.
reasonReason for the location going offline (e.g., PAUSED_BY_UBER).
offline_hoursTotal duration (in hours) the location was offline.
times_went_offlineNumber of times the location went offline.
external_store_idIdentifier for the external store, if applicable.

This API is crucial for stakeholders needing to keep tabs on operational efficiencies and to address any disruptions promptly.

Query Params
array of int32s
required
Defaults to 1981,1933

External store identifiers should be separated by commas (e.g., 1981, 1933), with a maximum of 200 IDs

location_ids*
string
required
Defaults to 2023-03-03 00:00:00

Start Date time for the range of 24 hours

string
required
Defaults to 2023-03-04 00:00:00

End Date time for the range of 24 hours

Headers
string
required
Defaults to b7e9f1ca-62c9-4a44-9d2d-2185e03b0895

Brand token

Responses

Language
Click Try It! to start a request and see the response here! Or choose an example:
application/json