NodePing.Accounts.get_account-exclamation-mark

You're seeing just the function get_account-exclamation-mark, go back to NodePing.Accounts module for more information.
Link to this function

get_account!(token, customerid \\ nil)

View Source

Get information about your NodePing account or subaccount

Parameters

  • token - NodePing API token that is provided with account
  • customerid - optional ID to access a subaccount

Examples

iex> token = System.fetch_env!("TOKEN")
iex> result = NodePing.Accounts.get_account!(token)
iex> is_map(result)
true