# Get a greeting **GET /greeting/{name}** ## Servers - http://api.example.com: http://api.example.com () ## Parameters ### Path parameters - **name** (string) Name to greet ## Responses ### 200 OK #### Body: application/json (object) - **$schema** (string(uri)) A URL to the JSON Schema for this object. - **message** (string) Greeting message - **Additional properties are NOT allowed** () ### default Error #### Body: application/problem+json (object) - **$schema** (string(uri)) A URL to the JSON Schema for this object. - **detail** (string) A human-readable explanation specific to this occurrence of the problem. - **errors** (array[object]) Optional list of individual error details - **instance** (string(uri)) A URI reference that identifies the specific occurrence of the problem. - **status** (integer(int64)) HTTP status code - **title** (string) A short, human-readable summary of the problem type. This value should not change between occurrences of the error. - **type** (string(uri)) A URI reference to human-readable documentation for the error. - **Additional properties are NOT allowed** () [Powered by Bump.sh](https://bump.sh)