Customer Single Sign On
Single Sign On
Autologin a customer and allow them to change the settings of their account on SendGrid. Redirect the user to this url with the following parameters:URI Parameter | Required | Requirements | Description |
---|---|---|---|
id | Yes | Id of the customer on SendGrid side | This value is returned in the Provision call |
token | Yes | sha1(id : salt : timestamp) |
Salt is provided when onboarding with SendGrid |
timestamp | Yes | Must be the unix timestamp at the time of the request | For verification |
Request
1
|
|
Response
1 2 3 4 5 6 |
|