provider IP Warmup GET /ips/warmup/{ip_address}
@utdk/sendgrid /ips/warmup/{ip_address}
Retrieve the warmup status for a specific IP address
**This endpoint allows you to retrieve the warmup status for a specific IP address.** You can retrieve all of your warming IPs using the "Retrieve all IPs currently in warmup" endpoint.
ip_address path required
The IP address that you want to retrieve the warmup status for.
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.

getIpsWarmupIpAddress
GET/ips/warmup/{ip_address}
**This endpoint allows you to retrieve the warmup status for a specific IP address.** You can retrieve all of your warming IPs using the "Retrieve all IPs currently in warmup" endpoint.

Parameters

required

The IP address that you want to retrieve the warmup status for.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import sendgrid from '@utdk/sendgrid';

await sendgrid.getIpsWarmupIpAddress()