GET api/v2/PortalConfigs/GetPortalUserCookiesConsentByEmail?email={email}
Request
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| string |
Required |
Response
PortalUserCookieConsent| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer | ||
| SId | integer | ||
| UserEmail | string | ||
| ConsentDate | date | ||
| Essential | boolean | ||
| Analytics | boolean | ||
| Performance | boolean |
Response Format
application/json, text/json
Sample:
{
"Id": 1,
"SId": 1,
"UserEmail": "sample string 2",
"ConsentDate": "2026-03-18T19:43:09.3443103Z",
"Essential": true,
"Analytics": true,
"Performance": true
}
text/html
Sample:
{"Id":1,"SId":1,"UserEmail":"sample string 2","ConsentDate":"2026-03-18T19:43:09.3443103Z","Essential":true,"Analytics":true,"Performance":true}