HomeDocumentationRecipesAPI ReferenceChangelog
Arianee Protocol DocumentationLog In
API Reference

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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
int32

⚠️ We highly recommend defining a limit that does not exceed 1,000 digital passports to avoid issues.

q
object
required

JSON encoded key/value request to filter results.

s
object

JSON encoded key/value request to sort results.

p
object

Define:

  • Fields you want to return: value 1
    OR
  • Fields you want to exclude: value 0.
Response

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json; charset=utf-8