Authenticate a Customer
Authenticate a customer on your website before displaying their account information. This allows users to manage their SendGrid accounts on your website completely.
URI Parameter | Required | Requirements | Description |
---|---|---|---|
user | Yes | Customer that is registered under your account. | |
password | Yes | Password the customer submitted. | |
method | Yes | Must be set to auth |
Allows you to access authentication functionality |
These are Reseller only APIs. For more information, see Reseller Overview.
Call
POST | https://api.sendgrid.com/apiv2/reseller.manage.json |
POST Data | api_user=your_sendgrid_username&api_key=your_sendgrid_password&user=eexampexample@example.com&password=theirsubmittedpassword&method=auth |
Response
{
"message": "success"
}
Call
POST | https://api.sendgrid.com/apiv2/reseller.manage.xml |
POST Data | api_user=your_sendgrid_username&api_key=your_sendgrid_password&user=eexampexample@example.com&password=theirsubmittedpassword&method=auth |
Response
<result>
<message>success</message>
</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.