Get current state of addresses in an access registry
Returns the currently active addresses in the access registry (added but not removed).
GET
TypeScript
Path Parameters
The token link id
Query Parameters
Page cursor to get the next page
Number of items per page (max 100), requesting more than 100 will return 100 items
Required range:
1 <= x <= 100Sorting field (enum).
Available options:
dateAdded, address ASC / DESC ordering (default DESC)
Available options:
ASC, DESC Response
Access registry addresses retrieved successfully
Array of active addresses in the access registry
Example:
[
{
"address": "0xC2c4e1Db41F0bB97996D0eD0542D2170d146FB66",
"dateAdded": "2024-07-01T00:00:00.000Z"
}
]Cursor for next page
Example:
"MjAyMy0xMi0xMyAyMDozNjowOC4zMDI=:MTEwMA=="
Cursor for previous page
Example:
"dGhpcyBpcyBhIHByZXZpb3VzIGN1bcnNvcg=="
Total count of active addresses in the access registry
Example:
150
Previous
Get summary of an access registryReturns a summary of the current state of the access registry.
Next
TypeScript