Getting oauthClientId for existing installs

Hello,

Is there a way to get the oauthClientId for existing installs? Or, is it only ever available in the original lifecycle install?

1 Like

It’s only available in the lifecycle install web hook. You should save that payload off into a persistent data store referenced by the clientId to reference it later based on the clientId that gets passed in through the JWT token.

Hope that helps.

Ralph