# Public (Signing) Certificate

## GET /v1/podcert

> Retrieve the pod certificate that can be use to validate signed JWT tokens generated from the pod<br>

```json
{"openapi":"3.1.1","info":{"title":"Pod API","version":"20.17.1"},"servers":[{"url":"http://yourpodURL.symphony.com/pod"}],"paths":{"/v1/podcert":{"get":{"summary":"Retrieve the pod certificate that can be use to validate signed JWT tokens generated from the pod\n","tags":["Pod"],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PodCertificate"}}}},"500":{"description":"Server error, see response body for further details.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}}}}},"components":{"schemas":{"PodCertificate":{"type":"object","properties":{"certificate":{"description":"Certificate in PEM format","type":"string"}}},"Error":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"}}}}}}
```
