Skip to main content
GET
/
v1
/
availability
/
{id}
/
events
Get availability events
curl --request GET \
  --url http://localhost:3000/v1/availability/{id}/events
{
  "events": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "event_type": "<string>",
      "event_source": "<string>",
      "event_date": "<string>",
      "quantity": 123,
      "retailer_location": {
        "name": "<string>",
        "retailer_name": "<string>"
      }
    }
  ]
}

Path Parameters

id
string<uuid>
required

Response

200 - application/json

List of availability events

events
object[]
required