provider Certificates PATCH /sso/certificates/{cert_id}
@utdk/sendgrid /sso/certificates/{cert_id}
Update SSO Certificate
**This endpoint allows you to update an existing certificate by ID.** You can retrieve a certificate's ID from the response provided by the "Get All SSO Integrations" endpoint.
cert_id path required
string

Try it

Authentication
Configure credentials for Email Activity (beta)
patchSsoCertificatesCertId
PATCH/sso/certificates/{cert_id}
**This endpoint allows you to update an existing certificate by ID.** You can retrieve a certificate's ID from the response provided by the "Get All SSO Integrations" endpoint.

Parameters

required

Input

Indicates whether or not the certificate is enabled.

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

This public certificate allows SendGrid to verify that SAML requests it receives are signed by an IdP that it recognizes.

Configure credentials above to enable sending.

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

TypeScript

import sendgrid from '@utdk/sendgrid';

await sendgrid.patchSsoCertificatesCertId()