Skip to main content

List Wallets

GET 

https://api-dev.hubpay.ae/v1/wallets

List Wallets

Request

Header Parameters

    ApiKey stringrequired
    AccountId stringrequired

Responses

OK

Schema
    content object[]
  • Array [
  • id uuid

    Identifier for the wallet

    currency string

    Possible values: Value must match regular expression [A-Z]{3}

    Currency of the wallet

    accountNumber string

    Account number of the wallet

  • ]
  • number int32
    size int32
    totalElements int64
    last boolean
    totalPages int32
    first boolean
    sort object
    empty boolean
    sorted boolean
    unsorted boolean
    numberOfElements int32
    empty boolean
curl -L -X GET 'https://api-dev.hubpay.ae/v1/wallets' \
-H 'Accept: application/json'
Request Collapse all
Base URL
https://api-dev.hubpay.ae
Parameters
— headerrequired
— headerrequired
ResponseClear

Click the Send API Request button above and see the response here!