IP Address
Elements that can be shared among more than one endpoint definition.
Retrieve all IP addresses
GET /v3/ips
Base url: https://api.sendgrid.com
This endpoint allows you to retrieve a list of all assigned and unassigned IPs.
Response includes warm up status, pools, assigned subusers, and reverse DNS info. The start_date field corresponds to when warmup started for that IP.
A single IP address or a range of IP addresses may be dedicated to an account in order to send email for multiple domains. The reputation of this IP is determined by the aggregate performance of all email traffic sent from it.
Authentication
- API Key
Headers
Query String
The IP address to get
default: NoneShould we exclude reverse DNS records (whitelabels)?
default: NoneThe number of IPs you want returned at the same time.
default: 10The offset for the number of IPs that you are requesting.
default: 0The subuser you are requesting for.
default: NoneThe direction to sort the results.
default: NoneResponses
An IP address.
The subusers that are able to send email from this IP.
The reverse DNS record for this IP address.
The IP pools that this IP has been added to.
Indicates if this IP address is currently warming up.
The date that the IP address was entered into warmup.
Indicates if this IP address is associated with a reverse DNS record.
The date that the IP address was assigned to the user.
Need some help?
We all do sometimes. Get help now from the Twilio SendGrid Support Team.
Running into a coding hurdle? Lean on the wisdom of the crowd by browsing the SendGrid tag on Stack Overflow or visiting Twilio's Stack Overflow Collective.