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)
getMarketingSinglesendsId
GET/marketing/singlesends/{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.

Parameters

required

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.getMarketingSinglesendsId()