GET
/
api
/
v1
/
locations
/
{locationId}
/
order-methods
curl --request GET \
  --url https://api.craveup.com/v1/api/v1/locations/{locationId}/order-methods \
  --header 'X-API-Key: <api-key>'
{
  "methods": [
    {
      "id": "takeout",
      "label": "<string>",
      "enabled": true
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Path Parameters

locationId
string
required

The location's unique ID.

Query Parameters

orderTimeString
string
required

The desired order time string (format: ISO 8601).

Response

200
application/json
Order methods retrieved successfully.

Describes the allowed fulfillment methods for the location.

methods
object[]

Array of allowed order methods