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.
Get information about your NodePing account or subaccount
Parameters
token
- NodePing API token that is provided with accountcustomerid
- 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