Present RP activities to the user in the TP app.
POST {{baseUrl}}/rp-activity-searches
Retrieve decrypted RP activities and present them to the user in the TP
app.
This API is mandatory.
Request Body
{"pds"=>"ZGZnZGVmZ2RnZGVnZXJnZXJncmRnZXJ5aGdld3J0eWJld3J5dHdleXd5d3l3cmFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFh", "startIndex"=>3, "endIndex"=>10, "userConsent"=>"ACCEPT", "sdkVersion"=>"2.3.0"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-User-Identity | string | JWT token for session validation. Returned as response header in previous API calls with key X-User-Identity. | |
X-Encrypted-Payload | boolean | An indicator that the request is encrypted or indicates that the client is able to receive an encrypted response. If not set, the payload will be treated as plaintext. | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"rpActivities":[{"rpName":"Toys Inc","consentType":"OneTime","createdDate":"2020-01-28T13:16:01.714-05:00","attributesConsented":{"passport.firstName":"John","passport.lastName":"Doe"}}],"rotatedPds":"ZGZnZGVmZ2RnZGVnZXJnZXJncmRnZXJ5aGdld3J0eWJld3J5dHdleXd5d3l3cmFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFh"}