cURL
curl --request GET \ --url https://api.pcxpay.com/v1/virtual-accounts/org/{org_id} \ --header 'Authorization: Bearer <token>'
"<unknown>"
Returns all virtual accounts associated with the given organisation.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Accounts for organisation
The response is of type any.
any