'V1/SubAccount/GetAccounts'
4 5 6
# File 'lib/neon_api/methods/get_accounts.rb', line 4 def self.get NeonApi.client.send_request(payload, URL) end
8 9 10 11 12
# File 'lib/neon_api/methods/get_accounts.rb', line 8 def self.payload { "ClientID": NeonApi.client.client_id, }.to_json end