cURL
curl --request GET \ --url https://api.pcxpay.com/v1/virtual-accounts/internal/{user_id} \ --header 'Authorization: Bearer <token>'
"<unknown>"
Returns all internal (bank + crypto) virtual accounts for a user. Requires internal-admin role.
internal-admin
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Internal accounts for user
The response is of type any.
any