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

KeyDatatypeRequiredDescription
X-User-IdentitystringJWT token for session validation. Returned as response header in previous API calls with key X-User-Identity.
X-Encrypted-PayloadbooleanAn 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-Typestring
Acceptstring

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"}