Authenticate a Customer
This feature is deprecated, please go to the Version 2 Reseller Authenticate a Customer page.
Authenticate a customer on your website before displaying their account information so that you can have users manage their SendGrid account on your website completely.
Parameter | Required | Requirements |
---|---|---|
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 |
XML Call
POST |
https://api.sendgrid.com/api/distributor.manage.xml
|
POST Data |
api_user=your_sendgrid_username&
|
Response: Success
1
|
|
Response: Error
1 2 3 4 5 6 7 8 |
|
JSON Call
POST |
https://api.sendgrid.com/api/distributor.manage.json
|
POST Data |
api_user=your_sendgrid_username&
|
Response: Success
1 2 3 |
|
Response: Error
1 2 3 4 5 6 |
|