Verifications
Get a list of verifications provided by an FID
GET
/
v1
/
verificationsByFid
Query Parameters
fid
integer
requiredThe FID being requested
address
string
The optional ETH address to filter by
pageSize
integer
Maximum number of messages to return in a single response
reverse
boolean
Reverse the sort order, returning latest messages first
pageToken
string
The page token returned by the previous query, to fetch the next page. If this parameter is empty, fetch the first page
Response
200 - application/json
messages
object[]
requirednextPageToken
string
required