Interface GetClaimsPayload

interface GetClaimsPayload {
    bookmark?: string;
    claimIds?: string[];
    listId?: string;
    siwbbClaimsOnly?: boolean;
}

Properties

bookmark?: string

Bookmark to start from. Obtained from previours request. Leave blank to start from the beginning. Only applicable when no additional criteria is specified.

claimIds?: string[]

The claim IDs to fetch.

listId?: string

If the address list is private and viewable with the link only, you must also specify the address list ID to prove knowledge of the link.

siwbbClaimsOnly?: boolean

If true, we will return all claims that were created by the signed in address.