Public (Signing) Certificate
Retrieve the pod certificate that can be use to validate signed JWT tokens generated from the pod.
Retrieve the pod certificate that can be use to validate signed JWT tokens generated from the pod
get
Responses
200
OK
application/json
500
Server error, see response body for further details.
application/json
get
GET /pod/v1/podcert HTTP/1.1
Host: yourpodURL.symphony.com
Accept: */*
{
"certificate": "PEM_CERTIFICATE"
}
Last updated
Was this helpful?