NUTRINTG CDP Profile Service
CDP Profile Service is responsible for managing customers profile in both CDP and CDS.
Service provides following APIs:
and one deprecated API:
update profile
Create profile endpoint
HTTP Method | POST |
---|---|
Endpoint | /profile |
Query param | access_token |
Headers | Account-Source |
Accept-Language | |
Brand-Org-Code | |
Program-Code | |
Content-Type |
Update profile
HTTP Method | PUT |
---|---|
Endpoint | /profiles/{profileId} |
Query param | access_token |
Headers | Accept-Language |
Brand-Org-Code | |
Program-Code | |
Account-Source | |
Source-Account-Number | |
Content-Type |
Update profile with subscription
HTTP Method | PUT |
---|---|
Endpoint | /profiles/{profileId}/subscriptions |
Query param | access_token |
Headers | Accept-Language |
Brand-Org-Code | |
Program-Code | |
Account-Source | |
Source-Account-Number | |
Content-Type |
Update profile with survey
HTTP Method | PUT |
---|---|
Endpoint | /profiles/{profileId}/survey/{surveyId} |
Query param | access_token |
Headers | Accept-Language |
Brand-Org-Code | |
Program-Code | |
Account-Source | |
Source-Account-Number | |
Content-Type |
Patch profile email
HTTP Method | PATCH |
---|---|
Endpoint | /profiles/patch/{emailId} |
Query param TODO | access_token |
Headers TODO | Accept-Language |
Brand-Org-Code | |
Program-Code | |
Account-Source | |
Source-Account-Number | |
Content-Type |
Environments
Environment | Address |
---|---|
TEST | |
STAGE | |
PROD |