Sendgrid Domain Authentication V3
Connector for the sendgrid-domain-authentication-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
listauthenticateddomain— GET /v3/whitelabel/domains — List all authenticated domainsgetauthenticateddomain— GET /v3/whitelabel/domains/{domain_id} — Retrieve an authenticated domainlistdefaultauthenticateddomain— GET /v3/whitelabel/domains/default — Get the default authenticationlistauthenticateddomainwithuser— GET /v3/whitelabel/domains/subuser — List the authenticated domain associated with the given user.listallauthenticateddomainwithuser— GET /v3/whitelabel/domains/subuser/all — List all the authenticated domains associated with the given user.emaildnsrecord— POST /v3/whitelabel/dns/email — Email DNS records to a co-worker
Inputs
apiKey— your sendgrid-domain-authentication-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: listauthenticateddomain
apiKey: <your key>