cURL
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.
Documentation IndexFetch the complete documentation index at: https://docs.transparencyhubnetwork.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.transparencyhubnetwork.ai/llms.txt
Use this file to discover all available pages before exploring further.