provider Sender Verification GET
/verified_senders/verify/{token} @utdk/sendgrid
/verified_senders/verify/{token} Verify Sender Request
**This endpoint allows you to verify a sender requests.**
The token is generated by SendGrid and included in a verification email delivered to the address that's pending verification.
- token path required
- 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.
Code snippet
Updates live as you fill in the form above.
TypeScript
import sendgrid from '@utdk/sendgrid';
await sendgrid.getVerifiedSendersVerifyToken()