Pod Certificate
Retrieve the certificate that can be used to validate the JWT token obtained through the extension application authentication flow.
Retrieve the certificate that can be use to validate the JWT token obtain
through the extension application authentication flow.
get
Responses
200
OK
application/json
401
Client is unauthorized to access this resource
application/json
500
Server error, see response body for further details.
application/json
get
GET /sessionauth/v1/app/pod/certificate HTTP/1.1
Host: yourpodurl-api.symphony.com
Accept: */*
{
"certificate": "text"
}
Last updated
Was this helpful?