provider Certificates GET
/sso/integrations/{integration_id}/certificates @utdk/sendgrid
/sso/integrations/{integration_id}/certificates Get All SSO Certificates by Integration
**This endpoint allows you to retrieve all your IdP configurations by configuration ID.**
The `integration_id` expected by this endpoint is the `id` returned in the response by the "Get All SSO Integrations" endpoint.
- integration_id path required
- An ID that matches a certificate to a specific IdP integration.
- string
Try it
Authentication
Configure credentials for Email Activity (beta)
Code snippet
Updates live as you fill in the form above.
TypeScript
import sendgrid from '@utdk/sendgrid';
await sendgrid.getSsoIntegrationsIntegrationIdCertificates()