Skip to content
Guides
Get Accounts

Get Accounts

Make a GET /ewallets request:

curl --request GET \
--url 'https://sandbox.unipaas.com/platform/ewallets' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <PLATFORM_SECRET_KEY>'

The response will be an array of eWallet object.

Make a GET /vendors/{vendorId}/ewallets request request:

curl --request GET \
--url 'https://sandbox.unipaas.com/platform/vendors/{vendorId}/ewallets' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <PLATFORM_SECRET_KEY>'

The response will be an array of eWallet object.