Sendgrid Sso V3
Connector for the sendgrid-sso-v3 API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.sendgrid.com - Auth:
bearer(pass your key via theapiKeyinput)
Operations
getssocertificate— GET /v3/sso/certificates/{cert_id} — Get an SSO Certificatelistssointegration— GET /v3/sso/integrations — Get All SSO Integrationsgetssointegration— GET /v3/sso/integrations/{id} — Get an SSO Integrationlistssointegrationcertificate— GET /v3/sso/integrations/{integration_id}/certificates — Get All SSO Certificates by Integrationcreatessocertificate— POST /v3/sso/certificates — Create an SSO Certificatedeletessocertificate— DELETE /v3/sso/certificates/{cert_id} — Delete an SSO Certificate
Inputs
apiKey— your sendgrid-sso-v3 API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: getssocertificate
apiKey: <your key>