Fetch Onboard Status
Quadrata SDK API Service: Fetch Onboard Status
Last updated
Quadrata SDK API Service: Fetch Onboard Status
Last updated
Fetch attribute status and PII consent data for a wallet address, to determine if attributes need to be claimed or privacy needs to be consented.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
See API Onboard Status for more information about the underlying API endpoint.
apiAccessToken
*
string
Access token See createAccessToken
walletAddress
*
hex string
Wallet Address
attributes
QuadrataAttribute[]
Array of attribute names Can be provided in sdkConfig
chainId
QuadrataNetwork
Blockchain ID Can be provided in sdkConfig
offeringId
string
Unique offering id For accreditation re-attestation
privacyScopes
QuadrataPrivacyConsent[]
Privacy consent scopes For checking granted consent Can be provided in sdkConfig
options
object
Fetch Options
environment
*
QuadrataEnvironment
Access token See createAccessToken
attributes
QuadrataAttribute[]
Attribute name array Can be provided in params
network
QuadrataNetwork
Blockchain ID
Can be provided in params as chainId
privacyScopes
QuadrataPrivacyConsent[]
Privacy consent scopes For checking granted consent Can be provided in params