API: Get Specific Counter

Request

Retrieve a specific counter by ID:

GET /counters/{id}

Sample Response:


{
  "status": "success",
  "message": "Counter retrieved successfully",
  "data": {
    "id": 2,
    "type": 1,
    "address": "456 Another Street",
    "land_mark": "Near Mall",
    "location_url": "https://maps.example.com",
    "phone": "1234567890",
    "mobile": "9876543210",
    "email": "counter2@example.com",
    "primary_contact_no": "2233445566",
    "country": "Bangladesh",
    "district_id": 2,
    "booking_allowed_status": 2,
    "booking_allowed_class": 3,
    "no_of_boarding_allowed": 60,
    "sms_status": 1,
    "status": 1,
    "created_by": 1,
    "updated_by": 1,
    "created_at": "2025-07-15T12:00:00",
    "updated_at": "2025-07-15T12:00:00",
    "deleted_at": null
  }
}