Via API
Query attributes from existing passport holders
Quadrata provides an API for integrators to query attributes values from an existing passport holder
Production URL: https://prod.quadrata.com/api/v1/attributes/query
GET
https://int.quadrata.com/api/v1/attributes/query
Query attributes (values, verifiedAt, status) from an existing passport holder.
Query Parameters
Name | Type | Description |
---|---|---|
wallet* | String | User Wallet Address |
attributes* | List[String] | List of Required Attributes |
Headers
Name | Type | Description |
---|---|---|
Authorization: Bearer <JWT_TOKEN>* | String | JWT accessToken (returned by /api/v1/login) |
Last updated