Get List of Data Subject TokensAsk AIget https://{hostname}/rest/api/consent/v4/linktokensUse this API to retrieve a list of link tokens created between a specified date range for all data subjects. πThings to Know The maximum date range that can be returned is 7 days. Query ParamsfromDatedate-timerequiredThe start of a date and time range used to filter results.toDatedate-timerequiredThe end of a date and time range used to filter results.pageintegerβ₯ 0Defaults to 0The page number of the results.sizeinteger1 to 50Defaults to 20The number of results per page.sortstringenumDefaults to expiryDate,ascThe sort criteria that dictates the order of the results.expiryDate,ascexpiryDate,descAllowed:expiryDate,ascexpiryDate,descHeadersrequestContinuationstringThe token used to paginate a response if the number of records is more than a page.Responses 200OK List of Email Link Tokens retrieved successfully. 400Bad Request 401Unauthorized 403Forbidden 404Not Found 429Too Many Requests. For more information, see API Rate Limits. 500Internal Server ErrorUpdated 4 months ago