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
get
GET /sessionauth/v1/app/pod/certificate HTTP/1.1
Host: yourpodurl-api.symphony.com
Accept: */*
{
  "certificate": "text"
}

Last updated

Was this helpful?