Skip to main content
GET
List Attestations
Returns attestations for the authenticated tenant with pagination. Filter by issuer_id or use cursor-based pagination for large result sets.

Parameters

uuid
Filter by issuer ID
uuid
Filter by verification pack ID. Returns only attestations linked to the specified pack.
integer
Number of results to return (max 100)
string
Pagination cursor from previous response

Responses

Authorizations

X-API-Key
string
header
required

API key for machine-to-machine authentication

Query Parameters

issuer_id
string<uuid>
limit
integer
default:50
Required range: x <= 100
cursor
string

Response

200 - application/json

List of attestations

items
object[]
next_cursor
string