Get whitelist by id

This method returns the whitelist that matches the entered ID.

Security(Ledger_API_Key and Ledger_API_User) or Ledger_API_Key and Ledger_API_User and Ledger_Store_Auth_Token) or Ledger_API_User or Ledger_API_User and Ledger_Store_Auth_Token)
Request
path Parameters
whitelist_id
required
integer

The whitelist's ID.

Responses
200

Whitelist object

404

Whitelist not found

get/whitelists/{whitelist_id}
Response samples
application/json
{
  • "addresses": [
    ],
  • "created_by": 5,
  • "created_on": "2019-08-24T14:15:22Z",
  • "description": "our own accounts",
  • "id": 0,
  • "last_request": 3,
  • "name": "internal accounts",
  • "status": "ACTIVE"
}
Copyright © Ledger Enterprise Platform 2023. All right reserved.