Sign in

Get contact by ID

documented

Retrieve a contact by its internal ID.

GET /customers/{id}.jsonContactsno 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://simplero.com/api/v1/customers/{{$id}}.json" \
  -X GET \
  -u "{{SIMPLERO_API_KEY}}:" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -H "User-Agent: Keychains (example@example.test)"
Get contact by ID · Simplero · OpenIntegrations