View Available Packages
List all SendGrid packages available to your account. There are no extra parameters required for this call
These are Reseller only APIs. For more information, see the Reseller Overview.
Call
POST | https://api.sendgrid.com/apiv2/reseller.packages.json |
POST Data | api_user=your_sendgrid_username&api_key=your_sendgrid_password |
Response
[
{
"name": "Basic Package",
"price": 9.95,
"description": "Basic Package description",
"credits": 10000,
"overage": 0.001,
"has_reseller": false,
"has_ip": false,
"distributor_price": 50
},
{
"name": "Silver Package",
"price": 79.95,
"description": "Silver Package description",
"credits": 50000,
"overage": 0.001,
"has_reseller": false,
"has_ip": true
}
]
Call
POST | https://api.sendgrid.com/apiv2/reseller.packages.xml |
POST Data | api_user=your_sendgrid_username&api_key=your_sendgrid_password |
Response
<result>
<packages>
<package>
<name>Basic Package</name>
<price>9.95</price>
<description>Basic Package description</description>
<credits>10000</credits>
<overage>0.001</overage>
<has_reseller>false</has_reseller>
<has_ip>false</has_ip>
<distributor_price>50</distributor_price>
</package>
<package>
<name>Silver Package</name>
<price>79.95</price>
<description>Silver Package Description</description>
<credits>50000</credits>
<overage>0.001</overage>
<has_reseller>false</has_reseller>
<has_ip>false</has_ip>
<distributor_price>50</distributor_price>
</package>
</packages>
</result>
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.