Search for Digital Passports using Data

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.

For more information, read our detailed API documentation.

Language
Authorization
Header
URL
Click Try It! to start a request and see the response here!