cURL
curl --request GET \ --url https://api.peere.network/v1/bank/devices/list \ --header 'Authorization: Bearer <token>'
{ "statusCode": 200, "success": true, "data": { "devices": [ { "deviceId": "<string>", "customerId": "<string>", "phrase": "<string>", "linkedAt": "2023-11-07T05:31:56Z" } ], "total": 123, "page": 123, "limit": 123 } }
Retrieve list of customer devices for a bank.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Devices list retrieved successfully
200
true
Show child attributes