Get contact by custom ID
documentedRetrieve a contact by its CRM/custom external ID.
GET /api/1/contacts/customId/{customId}Contactsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://evenium.com/api/1/contacts/customId/{{$customId}}" \
-X GET \
-H "X-Evenium-Token: {{OAUTH2_ACCESS_TOKEN}}" \
-H "Accept: application/json"