Sign in

Get contact by custom ID

documented

Retrieve a contact by its CRM/custom external ID.

GET /api/1/contacts/customId/{customId}Contactsno implementation yet0 runs
No 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"
Get contact by custom ID · Evenium · OpenIntegrations