Get contact by ID
documentedRetrieve a contact by its internal ID.
GET /customers/{id}.jsonContactsno 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://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)"