NodePing.Contacts.get_all

You're seeing just the function get_all, go back to NodePing.Contacts module for more information.
Link to this function

get_all(token, customerid \\ nil)

View Source

Get all contacts on your NodePing account or subaccount

Parameters

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

Examples

iex> token = System.fetch_env!("TOKEN")
iex> {:ok, result} = NodePing.Contacts.get_all(token)