# Health - Immunizations Immunization records are dynamic records that we provide information about in our Entry Requirements. \ \ You may use this endpoint to get a list of immunizations that are currently supported. \ The code field value of records returned in response of this endpoint, can be used as parameters to different endpoints. Endpoint: GET /health/immunizations Version: 2.0.0 Security: , ## Response 200 fields (application/json): - `immunizations` (array) - `immunizations.code` (string) The code value shouldn't change for an immunization and can be used to identify immunizations. \ However, kindly note that an immunization may be removed at any time. Example: "immunization_code" - `immunizations.name` (string) Example: "Immunization Name" - `requestid` (string) Unique Request ID identifying this request. - `responsetime` (number) Time taken to generate response.