Use the PrivyClient’s getPolicy method to get a policy by its ID.

const policy = await privy.getPolicy({
  id: 'fmfdj6yqly31huorjqzq38zc'
});

Was this page helpful?