Returns a customer’s profile. By default only core profile fields are returned. Use theDocumentation Index
Fetch the complete documentation index at: https://docs.yativo.com/llms.txt
Use this file to discover all available pages before exploring further.
include query parameter to embed related data — deposits, payouts, virtual accounts, virtual cards, and/or crypto wallets — in the same response.
Path parameters
The UUID of the customer to retrieve.
Query parameters
Comma-separated list of relations to embed in the response.
Multiple values can be combined:
| Value | Embeds |
|---|---|
deposits | customer_deposit array |
payouts | customer_payouts array |
virtualaccounts | customer_virtualaccounts array |
virtual_cards | customer_virtual_cards array |
crypto_wallets | customer_crypto_wallets array |
all | All of the above |
?include=deposits,payoutsThe
include parameter is additive — keys for un-requested relations are omitted from the response entirely. This keeps response payloads lean when you only need specific data.
