Customer Subuser Parse Settings
Get Current Settings
URI Parameter | Required | Requirements | Description |
---|---|---|---|
task | Yes | Must be set to get | Retrieve Parse settings |
user | Yes | Customer subuser must be registered under your account | The customer subuser who we will update |
|
Call
POST |
https://api.sendgrid.com/apiv2/reseller.manageSubuser.json
|
POST Data |
api_user=your_sendgrid_username&
|
Response
1 2 3 4 5 6 7 8 9 |
|
Call
POST |
https://api.sendgrid.com/apiv2/reseller.manageSubuser.xml
|
POST Data |
api_user=your_sendgrid_username&
|
Response
1 2 3 4 5 6 7 |
|
Create New Entry
URI Parameter | Required | Requirements | Description |
---|---|---|---|
task | Yes | Must be set to set | Set Parse settings |
hostname | Yes | No more than 255 characters | Hostname we will use with your email |
url | Yes | The parse destination | |
user | Yes | Customer subuser must be registered under your account | The customer subuser who we will update |
|
Call
POST |
https://api.sendgrid.com/apiv2/reseller.manageSubuser.json
|
POST Data |
api_user=your_sendgrid_username&
|
Response
1 2 3 |
|
Call
POST |
https://api.sendgrid.com/apiv2/reseller.manageSubuser.xml
|
POST Data |
api_user=your_sendgrid_username&
|
Response
1 2 3 |
|
Edit Entry
URI Parameter | Required | Requirements | Description |
---|---|---|---|
task | Yes | Must be set to update | Set Parse settings |
hostname | Yes | No more than 255 characters | Hostname entry you want to update |
url | Yes | The parse destination | |
user | Yes | Customer subuser must be registered under your account | The customer subuser who we will update |
|
Call
POST |
https://api.sendgrid.com/apiv2/reseller.manageSubuser.json
|
POST Data |
api_user=your_sendgrid_username&
|
Response
1 2 3 |
|
Call
POST |
https://api.sendgrid.com/apiv2/reseller.manageSubuser.xml
|
POST Data |
api_user=your_sendgrid_username&
|
Response
1 2 3 |
|
Delete Entry
URI Parameter | Required | Requirements | Description |
---|---|---|---|
task | Yes | Must be set to delete | Set Parse settings |
user | Yes | Customer subuser must be registered under your account | The customer subuser who we will update |
hostname | Yes | Must be the hostname you wish to delete. | The host name you will remove for your customer subuser |
|
Call
POST |
https://api.sendgrid.com/apiv2/reseller.manageSubuser.json
|
POST Data |
api_user=your_sendgrid_username&
|
Response
1 2 3 |
|
Call
POST |
https://api.sendgrid.com/apiv2/reseller.manageSubuser.xml
|
POST Data |
api_user=your_sendgrid_username&
|
Response
1 2 3 |
|