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": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "address": "<string>", "reference": "<string>", "date": "2023-11-07T05:31:56Z", "sub": "<string>", "balance": "<string>", "miniWalletId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "networkId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "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?