---
title: "Greeter gRPC API"
url: "https://developer-acc.schiphol.nl/apis/greeter-grpc-api-1-public-acc/versions/bf4d59f8-9d51-4284-8e71-cb7aed525810"
---

# Greeter gRPC API

OpenAPI specification document.

```json
{"openapi":"3.0.3","info":{"title":"Greeter gRPC API","version":"1.0-acc"},"paths":{"/public.Greeter/SayHello":{"post":{"operationId":"SayHello","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/HelloRequest"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HelloReply"}}}}}}},"/public.Greeter/SayHelloStreamReply":{"post":{"operationId":"SayHelloStreamReply","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/HelloRequest"}}}},"responses":{"200":{"description":"Stream (mapped as array)","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/HelloReply"}}}}}}}},"/public.Greeter/SayHelloBidiStream":{"post":{"operationId":"SayHelloBidiStream","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/HelloRequest"}}}}},"responses":{"200":{"description":"Bidi stream (mapped as array)","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/HelloReply"}}}}}}}}},"components":{"schemas":{"HelloRequest":{"type":"object","properties":{"name":{"type":"string"}}},"HelloReply":{"type":"object","properties":{"message":{"type":"string"}}}}}}
```
