List accounts

GET {{baseUrl}}/accounts

Retrieves all stored accounts

Pagination options are available via the query parameters.

Allowed roles: VIEWER and EDITOR

Request Params

KeyDatatypeRequiredDescription
pageTokenstringThe pageToken parameter identifies a specific page in the result set that should be returned.
In an API response, the nextPageToken property identifies other pages that could be retrieved.
limitnumber(Optional query) Limit the number of results.

Accepts a positive integer between 1 and 100. Default: 100

Note that the sever may choose to ignore this parameter and use a lower value.

Example: 20 | | sort | string | | (Optional query) Sorting order |

HEADERS

KeyDatatypeRequiredDescription
tangany-versionnumber(Required) API version
Acceptstring

RESPONSES

status: OK

{"items":[{"id":"795ea856-a6a1-496f-86e1-f1376efec2c2","label":"Max Müller Account","type":"customer","customerId":"max-mueller","blockchain":{"addresses":["veniam aliqua id mollit sit","nostrud"],"synchronization":"full"},"additionalAttributes":{}},{"id":"795ea856-a6a1-496f-86e1-f1376efec2c2","label":"Max Müller Account","type":"customer","customerId":"max-mueller","blockchain":{"addresses":["aute culpa esse","ut ad anim"],"synchronization":"full"},"additionalAttributes":{}}],"nextPageToken":"NDg2ODg=","pageInfo":{"totalResults":8019981.381220907,"resultsPerPage":3722225.8408198208}}