Skip to main content
GET
/
v0
/
wallet
/
kyc
Get KYC Identity
curl --request GET \
  --url https://api-bluvo.com/v0/wallet/kyc \
  --header 'x-bluvo-api-key: <api-key>' \
  --header 'x-bluvo-org-id: <api-key>' \
  --header 'x-bluvo-project-id: <api-key>' \
  --header 'x-bluvo-wallet-id: <api-key>'
{
  "fullName": "JOHN DOE",
  "email": "[email protected]",
  "iban": "DE89370400440532013000",
  "country": "DE"
}

Authorizations

x-bluvo-api-key
string
header
required

Bluvo API Key

x-bluvo-org-id
string
header
required

Bluvo Organization ID

x-bluvo-project-id
string
header
required

Bluvo Project ID

x-bluvo-wallet-id
string
header
required

Bluvo Wallet ID

Response

Successful response

fullName
string | null
required
email
string | null
required
iban
string | null
required
country
string | null
required