provider Single Sends GET
/marketing/singlesends/{id} @utdk/sendgrid
/marketing/singlesends/{id} Get Single Send by ID
**This endpoint allows you to retrieve details about one Single Send using a Single Send ID.**
You can retrieve all of your Single Sends by making a GET request to the `/marketing/singlesends` endpoint.
- id 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.getMarketingSinglesendsId()