List addresses for the authenticated user’s organization with pagination.
cURL
curl --request GET \ --url https://sandbox.oumla.com/api/v1/addresses/organization \ --header 'x-api-key: <api-key>' \ --header 'x-sdk-version: <x-sdk-version>'
{ "data": [ { "id": "<string>", "address": "<string>", "reference": "<string>", "date": "2023-11-07T05:31:56Z", "sub": "<string>", "balance": "<string>", "path": "<string>", "miniWalletId": "<string>", "networkId": "<string>", "label": "<string>" } ], "pagination": { "totalElements": 100, "totalPages": 10, "skip": 0, "take": 10 } }
API key for authentication
SDK version header
0
10
Addresses for organization (paginated)
Show child attributes
Was this page helpful?