Skip to main content
GET
/
api
/
personal
/
equipment
List Equipment Endpoint
curl --request GET \
  --url https://api.example.com/api/personal/equipment
{
  "equipment": [
    {
      "created_at": "<string>",
      "id": "<string>",
      "name": "<string>",
      "status": "active",
      "updated_at": "<string>",
      "category": "<string>",
      "insured_value": 123,
      "insurer": "<string>",
      "notes": "<string>",
      "policy_number": "<string>",
      "renewal_date": "<string>"
    }
  ],
  "total": 123
}

Query Parameters

status
string | null

Response

Successful Response

equipment
EquipmentResponse · object[]
required
total
integer
required