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)
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

getSsoIntegrationsIntegrationIdCertificates
GET/sso/integrations/{integration_id}/certificates
**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.

Parameters

required

An ID that matches a certificate to a specific IdP integration.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import sendgrid from '@utdk/sendgrid';

await sendgrid.getSsoIntegrationsIntegrationIdCertificates()