{"id":24849327,"url":"https://github.com/bugbiteme/mule-vax-verify","last_synced_at":"2026-01-06T13:12:26.955Z","repository":{"id":71384721,"uuid":"412099365","full_name":"bugbiteme/mule-vax-verify","owner":"bugbiteme","description":"Process layer API that calls mule-vax-status System layer, and verifies if fully, partially vaccinated or if record not found","archived":false,"fork":false,"pushed_at":"2021-09-30T18:50:32.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-31T12:36:14.429Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"DataWeave","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bugbiteme.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-09-30T14:32:39.000Z","updated_at":"2021-09-30T18:50:34.000Z","dependencies_parsed_at":"2023-07-07T05:00:44.754Z","dependency_job_id":null,"html_url":"https://github.com/bugbiteme/mule-vax-verify","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugbiteme%2Fmule-vax-verify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugbiteme%2Fmule-vax-verify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugbiteme%2Fmule-vax-verify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugbiteme%2Fmule-vax-verify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bugbiteme","download_url":"https://codeload.github.com/bugbiteme/mule-vax-verify/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245642685,"owners_count":20648901,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-31T12:30:38.092Z","updated_at":"2026-01-06T13:12:26.922Z","avatar_url":"https://github.com/bugbiteme.png","language":"DataWeave","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mule-vax-verify\nProcess layer API that calls mule-vax-status system layer APIs, and verifies if fully, partially vaccinated or if record not found\n\n\n## Sample calls for testing\n```\ncurl --location --request GET 'http://mule-vax-verify.us-w1.cloudhub.io/api/verify-vaccine?firstName=John\u0026lastName=Talksalot\u0026dob=1981-10-25'\n\ncurl --location --request GET 'http://mule-vax-verify.us-w1.cloudhub.io/api/verify-vaccine?firstName=Jack\u0026lastName=Sheppard\u0026dob=1992-05-18'\n\ncurl --location --request GET 'http://mule-vax-verify.us-w1.cloudhub.io/api/verify-vaccine?firstName=Aden\u0026lastName=Episcopio\u0026dob=1994-09-11'\n\ncurl --location --request GET 'http://mule-vax-verify.us-w1.cloudhub.io/api/verify-vaccine?firstName=Max\u0026lastName=Mule\u0026dob=1991-04-06'\n```\n\n## Sample output from the above\n\n```\n{\n  \"vaccineStatus\": \"partially-vaccinated\",\n  \"firstName\": \"John\",\n  \"lastName\": \"Talksalot\",\n  \"dob\": \"1981-10-25\",\n  \"doses\": [\n    {\n      \"provider\": \"WALGREENS\",\n      \"doa\": \"4/19/21\",\n      \"lotNumber\": \"5678\",\n      \"type\": \"Moderna\"\n    }\n  ]\n}\n```\n\n```\n{\n  \"vaccineStatus\": \"fully-vaccinated\",\n  \"firstName\": \"Jack\",\n  \"lastName\": \"Sheppard\",\n  \"dob\": \"1992-05-18\",\n  \"doses\": [\n    {\n      \"provider\": \"LAX\",\n      \"doa\": \"3/22/21\",\n      \"lotNumber\": \"1234\",\n      \"type\": \"Pfizer\"\n    },\n    {\n      \"provider\": \"WALGREENS\",\n      \"doa\": \"4/19/21\",\n      \"lotNumber\": \"5678\",\n      \"type\": \"Pfizer\"\n    }\n  ]\n}\n```\n\n```\n{\n  \"vaccineStatus\": \"fully-vaccinated\",\n  \"firstName\": \"Aden\",\n  \"lastName\": \"Episcopio\",\n  \"dob\": \"1994-09-11\",\n  \"doses\": [\n    {\n      \"provider\": \"CVS\",\n      \"doa\": \"5/25/21\",\n      \"lotNumber\": \"1234\",\n      \"type\": \"Johnson \u0026 Johnson\"\n    }\n  ]\n}\n```\n\n```\n{\n  \"vaccineStatus\": \"not-found\"\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbugbiteme%2Fmule-vax-verify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbugbiteme%2Fmule-vax-verify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbugbiteme%2Fmule-vax-verify/lists"}