curl --request GET \
--url https://api.example.com/getmember/{id}{
"status": "success",
"data": {
"id": 1,
"firstname": "John",
"lastname": "Doe",
"email": "john@example.com",
"phone": "+2348012345678",
"chapter_id": 1,
"membertype_id": 1,
"status": "active",
"date_of_birth": "1990-05-15",
"createddate": "2025-01-15T10:00:00Z"
}
}
Retrieve a single member by ID.
curl --request GET \
--url https://api.example.com/getmember/{id}{
"status": "success",
"data": {
"id": 1,
"firstname": "John",
"lastname": "Doe",
"email": "john@example.com",
"phone": "+2348012345678",
"chapter_id": 1,
"membertype_id": 1,
"status": "active",
"date_of_birth": "1990-05-15",
"createddate": "2025-01-15T10:00:00Z"
}
}
{
"status": "success",
"data": {
"id": 1,
"firstname": "John",
"lastname": "Doe",
"email": "john@example.com",
"phone": "+2348012345678",
"chapter_id": 1,
"membertype_id": 1,
"status": "active",
"date_of_birth": "1990-05-15",
"createddate": "2025-01-15T10:00:00Z"
}
}