Get List of Data Subject Tokens
Use this API to retrieve a list of link tokens. The response will return link tokens along with the corresponding data subject ID, created date, and expiry date. By default, the response will return link token details sorted in ascending order of created date.
Query parameters
Date from which to return records. Formats accepted yyyy-MM-dd or yyyy-MM-ddTHH:mm:ss.
Date to which to return records. Formats accepted yyyy-MM-dd or yyyy-MM-ddTHH:mm:ss.
Results page you want to retrieve (0..N).
Number of records per page.
Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
Headers
Identifier of the Data Subject for which you want to retrieve the Email Link Token.
Response
OK - Successfully retrieved link tokens.
Example response
{
"content": [
{
"DataSubjectId": "example@otprivacy.com",
"LinkToken": "jNJW2e8vm8eWb6DlWyGbZ/7PsfC+AHFN8JqvZHPGzJQ=",
"UrlEncodedLinkToken": "jNJW2e8vm8eWb6DlWyGbZ%2F7PsfC%2BAHFN8JqvZHPGzJQ%3D",
"ExpiryDate": "2023-12-31T23:59:59.999Z",
"CreatedDate": "2023-01-01T00:00:00Z"
}
],
"first": true,
"numberOfElements": 20,
"totalPages": 5,
"totalElements": 50,
"size": 20
}Changes
No recorded changes to this endpoint across all 1 revision of this API.