{"name":"SMS Verification API","version":"1.0.0","endpoints":{"GET /api/numbers":"Fetch all available phone numbers","GET /api/messages/:country/:phone":"Fetch messages for a specific phone number","GET /api/search/:country/:phone/:keyword":"Search for messages containing a keyword","GET /api/latest/:country/:phone":"Get the latest message for a phone number","GET /api/health":"Health check endpoint"},"example_usage":{"numbers":"/api/numbers","messages":"/api/messages/United States/12345678901","search":"/api/search/United States/12345678901/verification","latest":"/api/latest/United States/12345678901"}}