get https://{url}/certificate/v2/search
This endpoint allows you to retrieve a list of digital passports matching specified criteria.
- URL:
GET -
{{url}}/certificate/v2/search
- Query Params:
limit
- ⚠️ We highly recommend defining a limit that does not exceed 500 digital passports to avoid issues. Example: /certificate/?limit=50.
q
- JSON encoded key/value request to filter results.
⚠️ When testing in API reference stringify your JSON object.
s
- JSON encoded key/value request to sort results.
⚠️ When testing in API reference stringify your JSON object.
Default value:{"blockNumberCreation":-1}
p
- Projection allows you to define specific fields to return in the payload.
- Success: Target digital passports are returned.