NodePing.Contacts.get_by_id-exclamation-mark
You're seeing just the function
get_by_id-exclamation-mark
, go back to NodePing.Contacts module for more information.
Get contacts on your NodePing account or subaccount. Supply
an optional id
to get info for a single contact
Parameters
token
- NodePing API token that was provided with accountid
- contact ID for getting a single contactcustomerid
- optional ID to access a subaccount
Examples
iex> token = System.fetch_env!("TOKEN")
iex> id = "201205050153W2Q4C-BKPGH"
iex> result = NodePing.Contacts.get_by_id!(token, id)