LivingMetrics API Authentication
LivingMetrics implements GET the following endpoints for migration or integration with external services. All endpoints require an API key.
API Base URL: https://api.livingmetrics.com
Account Specific API Key The LivingMetrics account API key can be passed in the X-Api-Key request header field: X-Api-Key: APIKEY Or as a parameter named api-key: https://api.livingmetrics.com/?api-key=APIKEY
How To Submit Custom Fields
Custom fields can be entered in either of two formats.
Using the custom field ID custom_{id}
This requires you to know the id for the custom field that you are trying to populate. This can be found by looking up the fields configured on your account.For example if your account is configured with a custom field named "Department" with an ID of 1234 on your contact object, you can populate using the following: